.aboutFirst{
    padding: 4rem 0;
    padding-bottom: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutFirst{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutCard{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideAboutCard img {
    height: 28rem;
}

.h21{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    align-self: flex-start;
}

.h22{
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    align-self: flex-start;
    color: #4bc714;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
}

.insideAboutCard p{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    text-align: justify;
    margin-top: 2rem;
    align-self: flex-start;
    color: #000000a3;
}

.insideAboutCard button{
    background-color: #052501;
    color: #fff;
    padding: 1rem 4rem;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 2rem;
    margin-top: 2.5rem;
    align-self: flex-start;
}

.aboutSecondSection{
    padding: 4rem 0;
    padding-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideAboutSecond{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center ;
}

.insideAboutSecond p{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    text-align: justify;
    margin-top: 2rem;
    align-self: flex-start;
    color: #000000a3;
}

@media screen and (max-width:1030px){
    .h21, .h22 {
        font-size: 40px;
    }   
    .insideAboutFirst {
        width: 90%;
    }
    .insideAboutCard p {
        font-size: 16px;
    }
    .insideAboutCard img {
        height: 24rem;
    }
    .insideAboutSecond p {
        font-size: 16px;
    }
    .fifthSection {
        padding-top: 0;
        padding-bottom: 2rem !important;
    }                
}

@media screen and (max-width:900px){
    .insideAboutCard img {
        height: 18rem;
    }
}

@media screen and (max-width:765px){
    .h21, .h22 {
        font-size: 35px;
    }
    .insideAboutFirst {
        flex-direction: column;
    }
    .insideAboutCard {
        width: 95%;
    }
    .insideAboutCard button {
        margin-top: 1.5rem;
    }        
}

@media screen and (max-width:600px){
    .brandCard {
        margin-bottom: 2rem;
    }
}