body {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: inherit;
    color: #000;
}

/*=============================================================
styles
=============================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: inherit;
}


h4 {
    font-size: 36px;
    line-height: 48px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

.logo {
    padding-bottom: 40px;
}

section.hero-area h4 {
    padding: 24px 20px 0 0;
}

.single-draft {
    padding-top: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

section.bottom-text h5 {
    font-size: 20px;
    line-height: 30px;
}

section.bottom-text p {
    padding-top: 24px;
    color: #565656;
}

section.bottom-text {
    padding: 0 0 60px;
    background: #f7f7f7;
}

section.bottom-text p span {
    text-decoration: underline;
}
.site-draft p {
    font-size: 20px;
    line-height: 32px;
}
section.bottom-text span.dashed,
section.site-draft span {
    width: 100px;
    border: none;
    border-top: 5px dashed #000;
    margin: 40px 0;
    display: block;
}