div.banner {
    margin-top: calc(60px + 30px);
    /*padding: 0 30px;*/
    margin-bottom: 40px;
}
div.banner h1 {
    font-size: 20px;
    font-weight: 400;
    color: #e94c3b;
    line-height: 1.2;
}
div.banner h2 {
    font-size: 37px;
    margin: 20px 0 7px 0;
}
div.banner h3 {
    font-size: 20px;
    font-weight: 400;
    color: #353535;
    font-style: italic;
    line-height: 1.4;
}
div.banner div.first-part {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

div.information {
    padding: 0 0 50px 0;
}
div.information p {
    font-size: 16px;
    line-height: 1.5;
    color: #121212;
    margin-bottom: 20px;
    span.title {
        font-style: normal;
        display: block;
        font-weight: 500;
        font-size: 18px;
        margin-top: 25px;
    }
    span.text {
        margin-top: 7px;
        display: block;
    }
}
/*div.information p:nth-child(3) {*/
/*    font-style: italic;*/
/*    span {*/
/*        font-weight: 500;*/
/*    }*/
/*}*/

p.highlighted {
    background-color: #f7f7f7;
}
p.contact-info {
    display: inline-block;
    max-width: 50%;
    padding: 20px;
    border-radius: 14px;
    margin-top: 25px;
    span.title {
        margin-top: 0 !important;
        margin-bottom: 10px;
    }
    span:nth-child(3),
    span:nth-child(4) {
        display: flex;
        margin-top: 7px;
        span {
            width: 55px;
        }
    }
    span:nth-child(4) {
        margin-top: 5px;
    }
}
div.information a {
    color: #e94c3b;
    text-decoration: none;
    font-weight: 500;
}
div.information a:hover {
    text-decoration: underline;
}
p.thank-you {
    margin-top: 50px;
    margin-bottom: 0 !important;
    text-align: center;
    font-size: 20px !important;
    font-style: italic !important;
}

span.point {
    display: flex !important;
    margin-top: 7px !important;
    gap: 10px;
    span:nth-child(1) {
        font-weight: 500;
    }
}
span.point.inline {
    gap: 0;
    display: block !important;
}

span.ws_10 {
    display: block;
    height: 10px;
}