.aboutSecond{
    padding: 4rem 0;
    padding-bottom: 2rem ;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutSecond {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutSecondCard{
    padding: 1rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}

.insideAboutSecondCard img {
    height: 20rem;
    margin-bottom: 2rem;
}

.aboutThird{
    padding: 4rem 0;
    padding-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutThird{
    height: 80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideAboutSecondCard h2, .insideAboutThird h2 {
    align-self: flex-start;
    font-size: 32px;
    font-weight: 500;
    line-height: 2.4rem;
    color: #000000de;
}

.insideAboutSecondCard p, .insideAboutThird p {
    margin: 1rem 0;
    margin-bottom: 2rem;
    font-size: 18px;
    font-weight: 400;
    color: #000000b8;
    line-height: 1.6rem;
}

.aboutFourthSection{
    margin-top: 0;
    padding-top: 0;
}

.aboutFifth{
    margin-bottom: 6rem;
}

@media screen and (max-width:1030px){
    .insideAboutSecondCard img {
        height: 16rem;
    }
    .insideAboutSecondCard h2, .insideAboutThird h2 {
        font-size: 30px;
    }    
    .insideAboutSecondCard p, .insideAboutThird p {
        font-size: 16px;
    }
}

@media screen and (max-width:900px){
    .insideAboutSecond {
        flex-direction: column;
    }
    .insideAboutSecondCard {
        width: 100%;
    }
    .aboutSecond {
        padding-bottom: 0rem;
    }
}

@media screen and (max-width:500px){
    .insideAboutSecondCard img {
        height: 14rem;
    }
    .aboutSecond {
        padding-top: 2rem;
    }
    .insideAboutSecondCard {
        margin: 0rem;
    }
    .insideAboutSecondCard p, .insideAboutThird p {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:425px){
    .insideAboutSecondCard img {
        height: 12rem;
    }
    .insideAboutSecond {
        width: 100%;
    }
    .insideAboutSecondCard h2, .insideAboutThird h2 {
        font-size: 26px;
    }
    .insideAboutSecondCard p, .insideAboutThird p {
        font-size: 15px;
        line-height: 1.4rem;
    }
}