@media only screen and (max-width: 768px) {
    .tab-btns li[data-tab="#tab-4"] {
        white-space: normal; /* Allow text to wrap */
        text-align: center; /* Center align text */
    }
}
.img11 {
    display: inline-block;
    max-width: 375px;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.img1111 {
    display: inline-block;
    max-width: 81%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
@media only screen and (max-width: 767px) {
    .chooseus-ten .image-box img {
        width: 81%;
    }
    .img11 {
display: inline-block;
max-width: 378px;
height: 368px;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
}

}
@media only screen and (max-width: 768px) {
    .tab-btns li[data-tab="#tab-4"] {
        white-space: normal; /* Allow text to wrap */
        text-align: center; /* Center align text */
    }
    .tab-btns li[data-tab="#tab-2"] {
        white-space: normal; /* Allow text to wrap */
        text-align: center; /* Center align text */
    }
    .tab-btns li[data-tab="#tab-1"] {
        white-space: normal; /* Allow text to wrap */
        text-align: center; /* Center align text */
    }
    .tab-btns li[data-tab="#tab-3"] {
        white-space: normal; /* Allow text to wrap */
        text-align: center; /* Center align text */
    }
}