body{
    font-size: 20px !important;
}
/*#logo{*/
/*    display: none;*/
/*}*/
.box-center .icon-box{
    align-items: center;
}
.section-title.section-title-center{
    margin-bottom: 0;
    font-size: 60px;
    color: #b00000;
    padding-bottom: 10px;
    border-bottom: 5px solid #ffd580;
    justify-content: center;
}
.section-title.section-title-center b{
    display: none;
}
.img-title .col-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.img-title .col-inner > div{
    max-width: 200px;
    flex: 0 0 200px;
    margin-bottom: 0 !important;
}
.box-text1{
    padding-left: 20px;
}
@media only screen and (max-width: 736px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .section-title.section-title-center{
        font-size: 30px;
    }
    .img-title .col-inner > div{
        max-width: 100px;
        flex: 0 0 100px;
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 414px) {
    .img-title .col-inner{
        justify-content: center;
    }
}
