.about-section-v15 h2 span.over {
  color: #a04d23;
}
.about-section-v15 h2 {
  font-weight: 400;
}
.about-section-v15 .asv15-content-column .asv15-list-style-two li {
  position: relative;
  width: 100%;
  font-weight: 500;
  line-height: 30px;
}
.about-section-v15 .asv15-content-column .asv15-list-style-two li i {
  margin-right: 12px;
  font-size: 20px;
}
@media (min-width: 768px){
  .about-section-v15 .asv15-content-column .asv15-list-style-two li {
      width: calc(50% - 12px);
      margin-right: 12px;
      float: left;
      text-align: left;
  }
}


.about-section-v15 .asv15-content-column .asv15-list-style-two li:not(:last-child) {
  margin-bottom: 4px;
}

.about-section-v15 .asv15-content-column .asv15-list-style-two {
  list-style: none;
  padding: 0px
}

.about-section-v15 .asv15-thumb,
.about-section-v15 .asv15-text {
  display: inline-block;
  vertical-align: middle;
}

.about-section-v15 .asv15-thumb img {
  margin-right: 12px;
  margin-bottom: 32px;
}

.about-section-v15 .asv15-text {
  margin-bottom: 32px;
}

.about-section-v15 .asv15-btn-box .btn-explore {
  padding: 20px;
  margin: 0;
}

.about-section-v15 .asv15-experience i {
  display: inline-block;
  font-size: 40px;
  vertical-align: middle;
  margin-right: 10px;
}

.about-section-v15 .asv15-experience .text {
  display: inline-block;
  vertical-align: middle;
}

.about-section-v15 .asv15-image-column .image-1 {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
  margin-bottom: 0px;
  padding-right: 80px;
}

.about-section-v15 .asv15-image-column .image-1 img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;   
  border-radius: 12px;
}

.about-section-v15 .asv15-image-column {
  max-width: fit-content;
}

.bounce-y {
  animation: bounce-y 5s infinite ease-in-out;
  animation-delay: var(--delay);
}

@keyframes bounce-y {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
  }
}

.about-section-v15 .asv15-image-column .image-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
  border: 5px solid #e37a45;
  border-radius: 12px;
}

.about-section-v15 .asv15-experience {
  position: absolute;
  right: 0;
  top: 20px;
  max-width: 100px;
}

.about-section-v15 .asv15-experience .icon {
  position: absolute;
  left: 40px;
  top: 8px;
}

.about-section-v15 .asv15-experience strong {
  font-size: 32px;
  display: block;
}
.counter {
    position: absolute;
    bottom: 0;
    left: 15px;
    padding: 5px 10px 5px 0;
    background: #fff;
    border-radius: 10px;
    margin-left: -10px;
}
.counter h3 {
    font-size: 62px;
    line-height: 62px;
    margin: 0;
}
.counter h3 span {
    font-size: 24px;
    display: inline-block;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
@media (max-width: 991px) {
    .about-section-v15 .asv15-image-column {
      display: block;
      margin: 0 80px 50px;
      position: relative;
      max-width: 100%;
    }
    .about-section-v15 .asv15-image-column .image-1 {
        padding-right: 0;
        max-width: 370px;
    }
    .about-section-v15 .asv15-image-column .image-1 img {
      min-height: auto;
    }
    .asv15-content-column {
      text-align: center;
    }
}
@media (max-width: 767px) {
    .about-section-v15 .asv15-image-column {
      display: table;
      margin: 0 auto 50px;
      padding: 0 120px 0 0;
    }
    .about-section-v15 .asv15-image-column .image-1 {
        padding-right: 0;
        max-width: 350px;
    }
    .asv15-content-column ul {
        text-align: left;
        display: table;
        margin: 0 auto;
    }
    .about-section-v15 .asv15-experience {
      z-index: -1;
    }
}

@media (max-width: 520px) {
    .about-section-v15 .asv15-image-column {
      padding: 0 20px 0 0;
    }
}