.about-container .cards{
    margin-bottom: 4rem;
}
.about-container .cards__body{
    width: 60%;
    margin: 0px auto;
}
.about-container .cards .cards__image{
    padding: 0rem;
    height: 80vh;
    border-radius: 0px;
}
.about-container .cards .cards__image img{
    object-position: top;
    border-radius: 0px;
}
.about-container .cards .cards__title{
    margin:1.5rem 0rem;
}
.about-container .cards .cards__descprition{
    margin-top:2rem;
}

@media only screen and (max-width: 1280px) {
    .about-container .cards .cards__image {
        height: 70vh;
    }
    .about-container .cards__body {
        width: 80%;
    }
  }

  @media only screen and (max-width: 612px) {
    .about-container .cards .cards__image {
        height: 55vh;
    }
    .about-container .cards__body {
        width: 90%;
    }
  }