.about {
  padding-top: 30px;
}
.about h1 {
  margin-bottom: 95px;
}
.about_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 151px;
}

.about_left h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  max-width: 360px;
  width: 100%;
  margin-bottom: 12px;
}

.about_left p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  max-width: 410px;
  width: 100%;
}

.about_right {
  margin-top: -40px;
}

.about_right img {
  max-width: 100%;
  height: auto;
}

.about_cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 130px;
}

.about_card {
  max-width: 360px;
  width: 100%;
}

.about_card h6 {
  font-weight: 700;
  font-size: 18px;
  color: #151439;
  margin-bottom: 12px;
}
.about_card p {
  font-weight: 400;
  font-size: 18px;
  color: #15143966;
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .about_content {
    flex-direction: column-reverse;
    margin-bottom: 50px;

  }

  .about_left {
    width: 100%;
  }

  .about_left h6 {
    max-width: 100%;
  }

  .about_left p {
    max-width: 100%;
  }

  .about_right {
    margin-top: 0;
    width: 100%;
  }
  .about_right img {
    width: 100%;
    height: auto;
  }

  .about_cards {
    flex-direction: column;
    align-items: center;
  }
  .about_card {
    max-width: 100%;
  }

}

@media (min-width: 481px) and (max-width: 768px) {
  .about_content {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .about_left {
    width: 100%;
  }

  .about_left h6 {
    max-width: 100%;
  }

  .about_left p {
    max-width: 100%;
  }

  .about_right {
    margin-top: 0;
    width: 100%;
  }
  .about_right img {
    width: 100%;
    height: auto;
  }

  .about_cards {
    flex-direction: column;
    align-items: center;
  }
  .about_card {
    max-width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .about_content {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .about_left {
    width: 100%;
  }

  .about_left h6 {
    max-width: 100%;
  }

  .about_left p {
    max-width: 100%;
  }

  .about_right {
    margin-top: 0;
    width: 100%;
  }
  .about_right img {
    width: 100%;
    height: auto;
  }

  .about_cards {
    flex-direction: column;
    align-items: center;
  }
  .about_card {
    max-width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {

  .about_content {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 50px;
  }

  .about_left {
    width: 100%;
  }

  .about_left h6 {
    max-width: 100%;
  }

  .about_left p {
    max-width: 100%;
  }

  .about_right {
    margin-top: 0;
    width: 100%;
  }
  .about_right img {
    width: 100%;
    height: auto;
  }

  .about_cards {
    flex-direction: column;
    align-items: center;
  }
  .about_card {
    max-width: 100%;
  }
}