#abt-banner {
    background: url(../res/about/aboutbanner2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 511px;
    margin-bottom: 105px;
}

.jithu-wrap {
    display: flex;
    width: 1100px;
    align-items: end;
    gap: 141px;
    margin-bottom: 131px;
}

.all-texts {
    display: flex;
    flex-direction: column;
}

.all-texts h2 {
    text-align: left;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 1.4px;
    color: #707070;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 11px;

}

.all-texts h1 span {
    text-align: left;
    font: normal normal bold 35px/45px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.all-texts h1 {
    text-align: left;
    font: normal normal 200 35px/45px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.all-texts p {
    text-align: left;
    font: normal normal 300 14px/24px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    width: 550px;
    margin-top: 24px;
}

.cameraman img {
    width: 330px;
    height: 330px;
}

.numbers-wrap {
    width: 1100px;
    display: flex;
    flex-direction: column;
    gap: 54px;
    margin-bottom: 81px;
}

.boxes-numbers-wrap {
    display: flex;
    justify-content: space-between;
}

.nbox1 img {
    width: 39px;
    height: 36px;
}

.nbox2 img {
    width: 42px;
    height: 33px;
}

.nbox3 img {
    width: 35px;
    height: 38px;
}

.nbox4 img {
    width: 46px;
    height: 37px;
}

.box-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 166px;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
}
.nmr-flex{
    display: flex;
    text-align: center;
    font: normal normal bold 30px/45px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.nmr-flex h1 {
    text-align: center;
    font: normal normal bold 30px/45px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.box-number p {
    text-align: center;
    font: normal normal 300 14px/24px Poppins;
    letter-spacing: 1.54px;
    color: #000000;
    opacity: 1;
}
#abt-slide2{
    margin-bottom: 92px;
}
@media (max-width:1100px){
    .jithu-wrap {
        width: 993px;
    }
    .numbers-wrap {
        width: 993px;
    }
    .all-texts p {
        
        width: 510px;
        
    }
}
@media (max-width:993px){
    .jithu-wrap {
        width: 870px;
        gap: 50px;
    }
    .numbers-wrap {
        width: 870px;
    }
    .all-texts p {
        width: 450px;
        
    }
}

@media(max-width:870px){
    .jithu-wrap {
        width: 760px;
    
    }
    .numbers-wrap {
        width: 760px;
    }
    .all-texts p {
        width: 350px;
        
    }
}


@media (max-width:760px){

    .jithu-wrap {
       width: 100%;
       flex-direction: column;
       align-items: center;
    }
    .all-texts p{
        width: 100%;
    }
    .cameraman img {
        width: 310px;
        height: 310px;
    }
    .numbers-wrap{
        width: 100%;
    }
    .all-texts h1 br{
        display: none;
    }
    .boxes-numbers-wrap {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}