/*.box__accordion .accordion .head .text {*/
.box__accordion .accordion .head .text-accordion {
    background: url(/assets/img/icon/arrow__down-5.png) no-repeat right center;
    background-size: auto;
    background-size: 2.34375vw auto;
    padding: 0 3.6458333333vw 0 0;
    font-weight: bold;
}

.box__accordion .accordion.open .head .text-accordion {
    background: url(/assets/img/icon/arrow__up-7.png) no-repeat right center;
    background-size: auto;
    background-size: 2.34375vw auto;
    font-weight: bold;
    color: #eb1c24;
}

.text-box-reg {
    display: inline-block;
    background-color: #e51921;
    color: white;
    padding: 10px 24px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
}



/* Extra large devices (extra large desktops) */
@media only screen and (min-width: 1200px) {
    
    h2 {
        font-size: 2rem !important;
    }

    h3 {
       font-size: 1.75rem !important;
    }
    
}

/* Large devices (Large Tablet desktops : IPad Pro) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    h2 {
        font-size: 1.55rem !important;
    }
    
    h3 {
        font-size: 1.3rem !important;
    }
}

/* Medium devices (ipad Mini / Desktops) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    h2 {
        font-size: 3rem !important;
    }
    
    h3 {
        font-size: 2rem !important;
    }
}

/* Extra small devices (phones) */
@media only screen and (max-width: 575.98px) {
    h2 {
        font-size: 1.7rem !important;
    }
    
    h3 {
        font-size: 1.55rem !important;
    }
}