header {
    margin-bottom: 50px;
}
header h1 {
    color: #fff;
    font-family: "Georgia", "Times New Roman", Serif;
    font-size: 60px;
    line-height: 1;
    padding-top: 10px;
    white-space: nowrap;
}
h3 {
    color: #e3daa8;
    font-family: "Georgia", "Times New Roman", Serif;
    font-size: 24px;
    font-weight: bold;
}
h4 {
    color: #49434a;
    font-size: 30px;
    line-height: 1;
}
h5 {
    color: #fff;
}
li {
    padding-bottom: 1rem;
}
.margin-bottom-1 {
    margin-bottom: 1rem;
}
.top-content {
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(144, 161, 171, 1) 70%,
        rgba(144, 161, 171, 1) 100%
    );
    padding-top: 50px;
}
.bottom-content {
    padding-top: 25px;
}
.bottom-content ol {
    max-width: 350px;
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}
.bottom-content ol li {
    color: white;
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}
.bottom-content ol li::before {
    content: counter(my-awesome-counter);
    color: #ababab;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #d6dae1;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}
.img-round {
    height: 245px;
    border-radius: 122px;
    border: 6px solid white;
}
.logo {
    border: 3px solid white;
    margin-top: 13px;
    max-width: 230px;
}
footer {
    background-color: #90a1ab;
    padding-bottom: 50px;
}
.find-out-more,
.site-link:hover {
    background-color: #e3daa8;
    border: 1px solid darken(#e3daa8, 25%);
    color: #49434a;
    font-weight: bold;
    text-decoration: none;
}
