.main-about{
    padding: 10px 150px;
    margin-bottom: 100px;
    margin-top: 100px;


}
.main-about .content{
    background-image: url('/style/images/aboutus-top-bg.svg'); /* Background image path */
    background-size: cover; /* Scale the background image to cover the entire footer */
    background-position: center; /* Center the background image */
    text-align: center;
    padding: 50px 150px;
    border-radius: 20px;
}
.main-about .content p{
    color: rgb(95, 95, 95);
    margin-bottom: 70px;
}
.main-about .content h1{
    color: #0E3764;
}
.cer-about{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.cer-about img{
    width: 80%;
}
.our-seen{
    padding: 10px 150px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    text-align: end;
    flex-wrap: wrap;
}
.right-side-seen{
    width: 30%;
    margin-left: 50px;

}
.object{
    display: flex;
    justify-content: center;
}
.object img{
    margin-top: 50px;
    width: 40%;
    margin-bottom: 100px;

}

@media (max-width: 1024px) {
    .main-about .content{
        background-image: url('/style/images/aboutus-top-bg.svg'); /* Background image path */
        background-size: cover; /* Scale the background image to cover the entire footer */
        background-position: center; /* Center the background image */
        text-align: center;
        padding: 50px 50px;
        border-radius: 20px;
    }
    .our-seen{
        padding: 10px 50px;
        margin-top: 100px;
        display: flex;
        justify-content: center;
        text-align: end;
        flex-wrap: wrap;
    }
}

@media (max-width: 724px) {
    .main-about{
        padding: 10px 20px;
        margin-bottom: 100px;
        margin-top: 100px;
    
    
    }
    .main-about .content{
        background-image: url('/style/images/aboutus-top-bg.svg'); /* Background image path */
        background-size: cover; /* Scale the background image to cover the entire footer */
        background-position: center; /* Center the background image */
        text-align: center;
        padding: 50px 20px;
        border-radius: 20px;
    }
    .our-seen{
        padding: 10px 50px;
        margin-top: 100px;
        display: flex;
        justify-content: center;
        text-align: end;
        flex-wrap: wrap;
    }
    .right-side-seen{
        width: 80%;
        margin-left: 50px;
        margin-top: 50px;

    
    }
    .object img{
        margin-top: 50px;
        width: 80%;
        margin-bottom: 100px;
    
    }
    .cer-about img{
        width: 100%;
    }
}