.aboutSecond{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eff4f8;
}

.insideAboutSecond{
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutSecondCard{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}

.insideAboutSecondCard h2 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 1rem;
}

.insideAboutSecondCard p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 1rem;
}

.insideAboutSecondCard img{
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.aboutThird {
    height: 40vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5d9913;
}

.insideAboutThird{
    height: 100%;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutISSC {
    width: 100%;
}

.points {
    height: 7rem;
    width: 15rem;
}

.points img {
    filter: brightness(0) invert(1);
}

h3.montserrat.ih {
    color: #fff;
}

@media screen and (max-width:1030px){
    .insideAboutSecond {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:770px){
    .points {
        height: 7rem;
        width: 8rem;
    }
    .aboutSecond {
        padding-bottom: 2rem !important;
    }
    .insideAboutThird {
        width: 100%;
    }
}

@media screen and (max-width:650px){
    .aboutThird {
        height: 60vh;
    }
}

@media screen and (max-width:510px){
    .insideAboutSecondCard img {
        height: 15rem;
    }
}

@media screen and (max-width:420px){
    .insideAboutSecondCard img {
        height: 10rem;
    }
    .aboutSecond {
        padding-top: 2rem;
    }
}
