.aboutFirst{
    height: 70vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutFirst::before{
    position: absolute;
    content: '';
    height: 70vh;
    width: 100%;
    background-image: url('/assets/images/all\ images/aboutBG.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.insideAboutFirst{
    height: 80%;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutSecond{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutSecond{
    height: 80%;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadCrum{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.breadCrum h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #fff;
}

.breadCrum p, .breadCrum a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.insideAboutSecondCard {
    height: 95%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 1rem;
}

.insideAboutSecondCard img {
    height: 30rem;
    width: 100%;
    border-radius: 1.5rem;
}

.er {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00000080;
    align-self: flex-start;
    margin-bottom: 0.6rem;
}

.insideAboutSecondCard h3{
    color: #000000e8;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.insideAboutSecondCard p {
    font-size: 16px;
    margin-bottom: 0.5rem;
    line-height: 1.5rem;
    color: #000000e0;
}

.a{
    margin-top: 3rem;
}

.b{
    margin-bottom: 3rem;
}

.aboutThird{
    height: 15rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutThird::before{
    height: 15rem;
    width: 100%;
    position: absolute;
    content: '';
    background-image: url('/assets/images/all\ images/newBG.jpg');
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.insideAboutThird{
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutThirdCard{
    height: 15rem;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
}

.insideAboutThirdCard h3 {
    color: #fff;
    font-size: 52px;
    margin-bottom: 0.4rem;
}

.insideAboutThirdCard p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.aboutFourth{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutFourth{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutFourthCard{
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: violet;
    margin: 1rem;
}

.insideAboutFourthCard img{
    height: 100%;
    width: 100%;
}

.iafc1{
    width: 60%;
}

.iafc2{
    width: 40%;
    flex: 1;
    flex-wrap: wrap;
    height: auto;
}

.categoryCard{
    height: 10rem;
    width: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: tomato;
    margin: 1rem;
}

.aboutFourth{
    display: none;
}

@media screen and (max-width:900px){
    .insideAboutSecondCard p {
        font-size: 15px;
    }
    .insideAboutSecondCard h3 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 1.8rem;
    }    
    .insideAboutThirdCard h3 {
        font-size: 42px;
        margin-bottom: 0.4rem;
    }
    .insideAboutThirdCard p {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }
    .insideAboutSecondCard img {
        height: 25rem;
    }
}

@media screen and (max-width:765px){
    .insideAboutSecond {
        flex-direction: column;
    }
    .insideAboutSecondCard {
        height: 95%;
        width: 95%;
    }
    .insideAboutThirdCard {
        height: 10rem;
    }
    .aboutThird {
        height: 10rem;
    }
    .aboutThird::before {
        height: 10rem;
    }
    .insideAboutThirdCard h3 {
        font-size: 36px;
    }
    .insideAboutThirdCard p {
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width:450px){
    .aboutFirst {
        height: 60vh;
    }    
    .breadCrum h2 {
        font-size: 32px;
    }
    .breadCrum p, .breadCrum a {
        font-size: 14px;
    }
    .insideAboutThirdCard {
        width: 50%;
    }
    .insideAboutThird {
        flex: 1;
        flex-wrap: wrap;
        
    }
    .aboutThird::before {
        height: 25rem;
    }
    .aboutThird {
        height: 25rem;
    }
    .insideAboutSecondCard img {
        height: 18rem;
    }
}