.aboutFirst{
    height:60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutFirst::before{
    content: '';
    position: absolute;
    background-image: url('/assets/images/all\ images/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    width: 100%;
    z-index: -1;
}

.insideAboutFirst{
    height: 80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideAboutFirst h2 {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
}

.insideAboutFirst p, .insideAboutFirst a {
    color: #fff;
    margin-top: 0.5rem;
    text-decoration: none;
}

.aboutSecond {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
}
.about-outer{
    background: #132257f2;
    padding: 4rem;
}
.insideAboutSecond {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutSecondCard {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
}

.insideAboutSecondCard img {
    height: 100%;
    background: #00000014;
}

.insideAboutSecondCard h2 {
    font-size: 32px;
    color: #ffffffcf;
    letter-spacing: 1px;
    word-spacing: 4px;
    align-self: flex-start;
    margin-bottom: 1rem;
}

.insideAboutSecondCard p{
    font-size: 18px;
    color: #ffffffcf;
    line-height: 1.6rem;
    word-spacing: 4px;
    margin-bottom: 1rem;
}

@media screen and (max-width:1024px){
    .insideAboutFirst h2 {
        font-size: 36px;
    }

    .insideAboutSecond {
        width: 95%;
    }
    .insideFifthSection h2 {
        font-size: 36px;
    }
    .mySlides11 q {
        font-size: 22px;
    }

    .mySlides11 {
        padding: 40px;
    }
    
}

@media screen and (max-width:900px){
    .insideAboutSecondCard h2 {
        font-size: 30px;
    }
    .insideAboutSecondCard p {
        font-size: 16px;
        line-height: 1.4rem;
    }
    .insideAboutSecondCard {
        width: 90%;
    }
   
}

@media screen and (max-width:765px){
    .insideAboutFirst h2 {
        font-size: 34px;
    }
    .insideAboutSecondCard h2 {
        font-size: 28px;
    }
   

    .insideFifthSection h2 {
        font-size: 34px;
    }
    .mySlides11 q {
        font-size: 20px;
    }
}

@media screen and (max-width:600px){
    .insideAboutSecondCard {
        width: 100%;
    }
    .about-outer {
        padding: 2rem;
    }
    .insideAboutSecond{
        flex-direction: column !important;
    }
    .insideAboutSecondCard {
        width: 95%;
    }
    .aboutSecond {
        padding-top: 1rem;
    }

    .insideAboutSecondCard p {
        margin-bottom: 2rem;
    }

    .aboutSecond.AS1 {
        margin-top: -4rem;
    }
    .insideAboutSecondCard h2 {
        font-size: 26px;
    }
    .insideFifthSection h2 {
        font-size: 30px;
    }
    .mySlides11 q {
        font-size: 16px;
        font-weight: 500;
    }
    .dot {
        height: 10px !important;
        width: 10px !important;
    }
    .insideAboutSecond {
        width: 100%;
    }
}

@media screen and (max-width:450px){
    .insideAboutFirst h2 {
        font-size: 30px;
    }
    .aboutSecond {
        padding-top: 1rem;
    }
    .insideAboutSecondCard h2 {
        font-size: 22px;
    }
    .insideAboutSecondCard p {
        font-size: 15px;
        line-height: 1.2rem;
    }
    
}
@media (max-width: 350px){
    .about-outer {
        padding: 1rem;
    }
}