.page-section {
    padding-top: 0;
}
.title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0%;
}
.subtitle {
    font-weight: 900;
    font-size: 40px;
    line-height: 80px;
    color: #EC5E57;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.description {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #222222
}

.description a {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #4AA189;
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

.green-ellipse {
    width: 72px;
    height: 72px;
    display: inline-block;
    background-color: #4AA189;
    border-radius: 50%;
    text-align: center;
    padding: 11px;
    margin-right: 25px;
}

.step-header-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #222222;
    display: inline-block;
    text-transform: uppercase;
}

.step-subtitle {
    font-weight: 800;
    font-size: 24px;
    line-height: 28.2px;
    color: #4AA189;
    margin-bottom: 20px;
}

.step-block-description {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #222222;
}

.step-block-sub-description {
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    color: #222222;
}

.how-it-work-right-block-top, .how-it-work-right-block-bottom {
    text-align: center;
    padding: 70px 20px;
    background: #F9F9F9;
    margin-bottom: 40px;
}

.how-it-work-right-block-top img {
    margin-bottom: 20px;
}

.right-block-top-description {
    padding: 0 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.how-it-work-right-block-top h5 {
    font-weight: 500;
    font-style: italic;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 0;
    color: #4C5567;
}

.right-block-top-description.second {
    margin-bottom: 0;
}

.how-it-work-right-block-bottom {
    padding: 35px 20px;
}

.how-it-work-right-block-bottom p {
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #4C5567;
}

.how-it-work-footer {
    text-align: center;
    padding: 40px 60px;
}

.how-it-work-footer h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.how-it-work-footer-footer-description {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #222222;
}

.uppercase {
    text-transform: uppercase;
}

.description-list {
    padding-left: inherit;
}

.description-list li{
    display: list-item;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.background-grey {
    background: #F9F9F9;
    padding: 30px;
}

.background-grey .description-list {
    padding-left: inherit;
}

.background-grey .description-list li{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #4C5567;
}

.background-grey h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #4C5567;
}

.background-grey p{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.background-grey .mail-info{
    font-weight: 600;
}

.location-span {
    margin-right: 20px
}