#contact-boxes > .wpb_column {
    padding: 0 1rem;
    margin-bottom: 1.467rem;
}

#contact-boxes > .wpb_column > .vc_column-inner {
    position: relative;
    border-width: 0 !important;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 16%);
    padding: 1.667rem 1.2rem 0 1.4rem;
}

#contact-boxes > .wpb_column > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

#contact-boxes > .wpb_column > .vc_column-inner:before {
    content: '';
    position: absolute;
    top: .667rem;
    left: 0;
    width: 100%;
    height: calc(100% - .667rem);
    background: #fff;
}

#contact-boxes > .wpb_column > .vc_column-inner:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1.733rem solid;
    border-color: inherit;
    border-left: 1.733rem solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

#contact-boxes .vc_separator {
    max-width: 42.267rem;
    margin-left: 0;
}

#contact-boxes .box-info .vc_custom_heading {
    padding-left: 3.133rem;
    margin-bottom: 1.333rem;
    min-height: 2.067rem;
    display: flex;
    align-items: center;
    position: relative;
}

#contact-boxes .box-info .vc_custom_heading:before {
    content: '';
    position: absolute;
    left: 0;
    top: .267rem;
    width: 2.067rem;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

#contact-boxes .phone-line:before {
    background-image: url(/wp-content/uploads/2023/08/73c0482f37cd99b2b06cd7d3eba8c43e.png);
}

#contact-boxes .email-line:before {
    background-image: url(/wp-content/uploads/2023/08/4b974e287bf686e68d882cfb4f0949c6.png);
}

#contact-boxes .address-line:before {
    background-image: url(/wp-content/uploads/2023/08/3ea3309757e7ff99fa89e3339abdc268.png);
    width: 1.867rem !important;
    top: 5px !important;
}

#contact-boxes .details-line:before {
    background-image: url(/wp-content/uploads/2023/08/e3899258153806bc1260544e8409e093.png);
    width: 1.867rem !important;
}

#contact-boxes .link-line:before {
    background-image: url(/wp-content/uploads/2023/08/ffa8a7ed6f29de5dd76d0068cd974fc3.png);
    width: 1.867rem !important;
}

#contact-boxes .box-info .vc_message_box {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3.133rem;
}

#contact-boxes .box-info .vc_message_box .vc_message_box-icon {
    width: 3.133rem;
}

#contact-boxes .box-info .vc_message_box .vc_message_box-icon > * {
    left: 0;
    transform: translateY(-50%);
}

#contact-boxes .box-info .vc_message_box p.Standard {
    margin-bottom: 0;
}

#contact-boxes .box-info .social-profiles li {
    margin-right: 2.333rem;
}

#contact-boxes .box-info .social-profiles svg {
    max-width: 1.667rem;
}

#contact-boxes .box-info .social-profiles [href*="youtube"] svg {
    max-width: 3.667rem;
}

#contact-boxes .social-profiles #Path_992 {
    fill: #fff !important;
}

@media screen and (min-width: 1200px) {

    #contact-boxes > .wpb_column {
        padding: 0 2.533rem;
        margin-bottom: 3rem;
    }

    #contact-boxes > .wpb_column > .vc_column-inner:after {
        border-bottom: 3.467rem solid;
        border-color: inherit;
        border-left: 3.467rem solid transparent;
    }

    #contact-boxes > .wpb_column > .vc_column-inner {
        padding: 4rem 2.4rem .467rem 2.867rem;
    }

    #contact-boxes p {
        font-size: 1.467rem;
    }
}

/*@media screen and (min-width: 992px) and (max-width: 1920px) {

    #contact-boxes > .wpb_column {
        padding: 0 1.979vw;
        margin-bottom: 2.34375vw;
    }

    #contact-boxes > .wpb_column > .vc_column-inner:after {
        border-bottom: 2.708vw solid;
        border-color: inherit;
        border-left: 2.708vw solid transparent;
    }

    #contact-boxes > .wpb_column > .vc_column-inner {
        padding: 3.125vw 1.875vw .36458vw 2.23958vw;
    }

    #contact-boxes p {
        font-size: 1.146vw;
    }
}*/
