h2{
    margin-bottom:30px;
}
.aboutWrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.about-text {
    max-width: 55%;
}
.about-text p,
.about-text span{
    font-size:13px !important;
}
.about-text + img {
    max-width: 40%;
    height: auto;
    object-fit: cover;
        max-height: 400px;
}
@media screen and (max-width:768px){
    .aboutWrapper{
        flex-wrap: wrap;
    }
   .about-text,.about-text + img{
        width: 100%;
       max-width: 100%;
    }
    .about-text{
        margin-bottom: 30px;
    }
}