.about .container {
  padding: 90px 0;
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 30px 0;
}

@media (min-width: 991px) {
  .about h2 {
    max-width: 65%;
    margin: 0 0 50px 0;
  }
}

.about .our-story {
  padding: 40px;
  background-color: #1391ff19;
}

@media (min-width: 991px) {
  .about h2 {
    max-width: 65%;
    margin: 0 0 50px 0;
  }

  /* .about p {
    padding-right: 32%;
  } */

  .about p:nth-child(1),
  .about p:nth-child(2),
  .about p:nth-child(3) {
    padding-right: 32%;
  }
}
@media (max-width: 1199px) {

  .about p:nth-child(3) {
    padding-right: 0 !important;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
}

.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.about .our-story span {
  color: #000;
}

.about p {
  color: #000;
  text-align: justify;
  line-height: 1.65;
}

.about .our-story p:last-child {
  margin-bottom: 0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  margin-right: 4px;
  color: var(--color-primary);
}

.about .about-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 620px) {
  .about .about-img {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .about h2 {
    font-size: 32px;
    text-align: center;
    padding: 30px;
  }

  .about p {
    font-size: 14px;
  }
}

@media (max-width: 590px) {
  .about .our-story {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .about .about-img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 420px) {
  .about .about-img {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
