.about-banner {
    width: 100%;
    height: 75vh;
    overflow: hidden;

}

.about-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutUs h3 {
    font-size: 1.6rem;
}

.aboutUs h2, .outSponsors h2 {
    font-size: 1.9rem;
    margin-top: 30px;
}

.aboutUs .aboutDesc {
    width: 70%;
    margin: auto;
}

.aboutUs .aboutDesc p {
    font-family: "Nunito", sans-serif;
    color: #414141;
    text-align: justify;
    line-height: 1.9rem;
    font-size: 1.3rem;
    font-weight: 600;
    padding-bottom: 50px;
}

.outSponsors .box{
    width: 100%;
    height: 300px;
    background-color: #E7F6D5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 25px;
    border-top: 8px solid #184D35;
    padding: 20px;
}

.outSponsors .box img{
    width: 90px;
    height: auto;
}

.outSponsors .msis img{
    width: 300px;
}
.outSponsors .box h4{
    font-size: 1.34rem;
    font-weight: 700;
    color: #184D35;
    margin-top: 20px;
}

.conpanyRegistration .box{
background-color: white;
padding: 20px 30px;
border-radius: 35px;
border-top: 8px solid #184D35;
}

.conpanyRegistration .logo{
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
}

.conpanyRegistration .logo h4{
    color: #038F24;
    font-weight: 600;
    font-size: 1.42rem;
}
.conpanyRegistration .logo h5{
    color: #D37D29;
    font-weight: 600;
    font-size: 1.2rem;
} 

.conpanyRegistration .box1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C9FFE1;
    width: 85%;
    padding: 10px 0px;
    border-radius: 35px;
    gap: 20px;
    margin: auto;
}
.conpanyRegistration .box1 img{
    width: 40px;
    height: auto;
}

.conpanyRegistration .box1 p{
    margin: 0;
    padding: 0;
    font-size: 1.24rem;
    font-weight: 600;
}

.conpanyRegistration .box-3{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 70%;
    gap: 15px;
}

.conpanyRegistration .box-3 p{
   padding: 0;
   margin: 0;
   font-size: 1.2rem;
}
@media (max-width: 786px) {
    .about-banner {
        height: 35vh;
    }
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .aboutUs h3 {
        font-size: 1.4rem;
    }

    .aboutUs h2, .outSponsors h2 {
        font-size: 1.6rem;
        margin-top: 20px;
    }

    .aboutUs .aboutDesc {
        width: 90%;
    }

    .aboutUs .aboutDesc p {
        font-size: 1.1rem;
        line-height: 1.6rem;
        padding-bottom: 30px;
    }

    .outSponsors .box {
        height: auto;
        padding: 15px;
        gap: 10px;
    }

    .outSponsors .box img {
        width: 70px;
    }

    .outSponsors .msis img {
        width: 200px;
    }

    .outSponsors .box h4 {
        font-size: 1.2rem;
        margin-top: 15px;
    }

    .conpanyRegistration .box {
        padding: 15px 20px;
    }

    .conpanyRegistration .logo {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        margin-top: 30px;
    }

    .conpanyRegistration .logo h4 {
        font-size: 1.3rem;
    }

    .conpanyRegistration .logo h5 {
        font-size: 1.1rem;
    }

    .conpanyRegistration .box1 {
        width: 100%;
        padding: 8px 0;
        gap: 15px;
    }

    .conpanyRegistration .box1 p {
        font-size: 1.1rem;
    }

    .conpanyRegistration .box-3 {
        width: 90%;
        gap: 10px;
    }

    .conpanyRegistration .box-3 p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .about-banner {
        height: 25vh;
    }

    .aboutUs h3 {
        font-size: 1.2rem;
    }

    .aboutUs h2, .outSponsors h2 {
        font-size: 1.4rem;
        margin-top: 15px;
    }

    .aboutUs .aboutDesc {
        width: 95%;
    }

    .aboutUs .aboutDesc p {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-bottom: 20px;
    }

    .outSponsors .box {
        padding: 10px;
    }

    .outSponsors .box img {
        width: 60px;
    }

    .outSponsors .msis img {
        width: 150px;
    }

    .outSponsors .box h4 {
        font-size: 1.1rem;
        margin-top: 10px;
    }

    .conpanyRegistration .box {
        padding: 10px 15px;
    }

    .conpanyRegistration .logo {
        margin-top: 20px;
    }

    .conpanyRegistration .logo h4 {
        font-size: 1.2rem;
    }

    .conpanyRegistration .logo h5 {
        font-size: 1rem;
    }

    .conpanyRegistration .box1 {
        padding: 6px 0;
        gap: 10px;
    }

    .conpanyRegistration .box1 p {
        font-size: 1rem;
    }

    .conpanyRegistration .box-3 {
        width: 95%;
        gap: 8px;
    }

    .conpanyRegistration .box-3 p {
        font-size: 1rem;
    }
}