/* Contact */

.section.contact {
    padding: 0;
}

.contact__wrap, .contact__text { 
    text-align: center;
    background-color: #eddfcc;
    color: #46100d;
}

.contact__text {
    padding-bottom: 24px;
}

.contact__wrap--header { 
    text-align: center;
    background-color: #410f0c;
    background-image: url('../images/contact/telephone-round-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .contact__wrap--header {
        background-image: none;
        background-color: #eddfcc;
    }
}

.contact__title {
    color: #46100d;
    font-size: 100px;
    padding-top: 53px;
    margin-bottom: 0;
    line-height: 88px;
}

.contact__title--second-line {
    color: #46100d;
    font-size: 90px;
    line-height: 53px;
    padding-bottom: 40px;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .contact__title {
        font-size: 4rem;
        line-height: 1.1;
    }
    .contact__title--second-line {
        font-size: 42px;
        line-height: 53px;
        padding-bottom: 0px;
    }
}

.contact__lead { 
    margin-bottom: 0;
    font-size: 27px;
}
.contact__lead--expand {
    font-size: 87px;
    line-height: 90px;
}

@media (max-width: 575.98px) {
    .contact__lead {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .contact__lead--expand {
        font-size: 36px;
        line-height: 50px;
    }
}

.contact__btn { 
    margin-top: 6px;
    background-image: url('../images/contact/button-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border: none;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.btn-cta.contact__btn:hover,
.btn-cta.contact__btn:focus { 
    background-color: transparent;
}

.contact__cta {
    background-image: url('../images/contact/telephone.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
    background-size: 100% auto;
    min-height: 453px;
}

.contact__message {
    padding-top: 55px;
}

.contact__info--container {
    padding-top: 47px;
    padding-left: 74px;
}

.contact__message-text,
.contact__info {
    color: #46100d;
    font-size: 18px;
    line-height: 23px;
    border-left: 2px solid #46100d;
    padding-left: 24px;
}

@media (max-width: 575.98px) {
    .contact__message-text, .contact__info {
        font-size: 18px;
        line-height: 1.8;
    }
    .contact__info {
        padding-left: 0;
        border-right: 2px solid #46100d;
        padding-right: 24px;
        border-left: 0 none;
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .contact__info p {
        margin-bottom: 0;
    }
}

.contact__message-icon {
    width: 40px;
    height: 52px;
    background-color: #46100d;
    mask: url('../images/common/camp-fire.svg') no-repeat center;
    mask-size: contain;
    -webkit-mask: url('../images/common/camp-fire.svg') no-repeat center;
    -webkit-mask-size: contain;
    margin-top: 20px;
}