#support_contact .contact__address-block{
    padding: 60px 20px;
    width: 80%;
    margin: 0 auto;
    
}

#support_contact .contact__address strong{
    font-size: 30px;
}

#support_contact .contact__address-area{
    margin-bottom: 0px;
    gap: 10px;
}

#support_contact .contact__address strong.-tel::before{
    background-image: url(../../img/ico_tel.webp);
}

#support_contact .contact__address{
    align-items: stretch;
}

#support_contact .contact__address h3{
    margin-bottom: 0px;
    font-size: 13px;
    text-align: left;
}
#support_contact .contact__address h4{
    margin-bottom: 32px;
    line-height: 18px;
    font-size: 14px;
}

#support_contact .contact__address p{
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

.contact__box h2{
    display: inline-block;
    padding: 10px 20px;
    background-color: #CADEF1;
    color: #3578B8;
    font-size: 20px;
    border-radius: 10px;
}

.contact_flex{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.contact__here_1 p{
    display: inline-block;
    line-height: 26px;
}

.contact__here_2 p{
    display: inline-block;
    line-height: 26px;
}

.contact__here_1{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.contact__here_1 p{
    width: 100%;
}

.contact__here_2{
    width: 100%;
}

.contact__here_2 p{
    width: 100%;
}

.contact__here_1 p{
    width: 100%;
    color: #3578B8;
    font-size: 18px;
    font-weight: bold;
}

.contact__here_1 p:nth-of-type(2){
    margin-top: 10px;
}

.contact__here_1 .dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #3578B8;
    line-height: 1;
    width: 16px;
    height: 16px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

@media (max-width: 960px) {
    .contact_flex{
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .contact__here_1{
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .contact__here_2{
        width: 100%;
    }

    #support_contact .contact__address-block{
        width: 100%;
    }

    #support_contact .contact__address-area{
        width: 95%;
    }
    #support_contact .contact__address{
        align-items: center;
    }

    #support_contact .contact__address{
        width: 100% !important;
    }
    

    .contact__here_1 p{
        text-align: center;
    }

    .contact__here_1 p:nth-of-type(1){
        padding-top: 20px;
        width: 100%;
    }

    .contact__here_1 p:nth-of-type(2){
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }

}