.number1 .text{
    background-color:#002769;;
    color: #fff;
    max-width: 50%;
    padding: 2rem 4rem;
    display: flex;
    flex-direction: column;
    background-image: url(../IMG/header/90.png);
    background-size: cover;
    gap: 3rem;
    justify-content: center;
}
.number1 .img1{
    display: block;
    border-radius: 0px 102.15px 17px 17px;
    text-align: center;
}
.number1 .img1 img{
    max-width: 350px;
    padding: 2rem 0;
    text-align: center;
}
.number1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.number2{
    margin-top: 6%;
    padding: 20px;
    background: #a9d156;
    background-image: url(../IMG/wrw/doddle.png);
    text-align: center;
    color: #fff;

}
.number2 > div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:1rem;
    margin-top: 2rem;
}
.number2 > div p{
    background-color: #002769;
    color: #fff;
    padding: 3rem;
    border-radius: 10px;
    max-width: 350px;
    background-image: url(../IMG/globe.svg);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.number3{
    background: url(../IMG/Rectangle\ 235.png),  lightgray -73.665px -120.578px / 105.116% 121.844% no-repeat;;
    background-size: cover;
    background-position: center;
    padding: 3rem;
    margin-top: 6%;
    position: relative;
}
.number3 .rect{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(19, 19, 19, 0.30);
    mix-blend-mode: luminosity;
    backdrop-filter: blur(6.599999904632568px);
}
 .number3 h1{
    width: max-content;
    padding:2rem;
    border: 2px solid #002769;  
 }
.number3 .text{
    position: relative;
    z-index: 99999;
    display: flex;
    color: #fff;
    align-items: center;  
    gap: 2rem;
}
.number4{
    margin-top: 5%;
}
.number5 ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-weight: 900;
    font-size: 24px;
}
.number5 ul li {
    width: 300px;
    margin: auto;
}
.number5 ul li p:first-child{
    font-size: 40px;
}
.number5 ul li:first-child p:first-child{
    color: #002769;
}
.number5 ul li:nth-child(2) p:first-child{
    color: red;
}
.number5 ul li:nth-child(3) p:first-child{
    color: #a9d156;
}
.number6{
    color: #002769;
    display: flex;
    padding: 5%;
    gap: 2rem;
}
.number6 > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}
.number6 img{
    max-width: 500px;
}
.our{
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 2rem 0;
}
@media screen and (max-width:960px){
    .number1 .text{
        max-width: 100%;
        padding: 2rem;
    }
    .number1, .our, .number3 .text, .number5 ul, .number6{
        display: flex;
        flex-direction: column;
    }
    body >div{
        padding-top: 2rem !important;
    }
    .number3{
        padding: 5%;
    }
}