.about-section {
    background-color: #0A3611;
    position: relative;
}


.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-image-column .image-1 img {
  position: relative;
  overflow: hidden;
  border: 3px solid #8EC497;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  margin-bottom: 60px;

}
h2 span.over.text-mint {
  color: #8EC497;
} 

.asv15-list-style-two .has-box {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #8EC497;
    display: inline-block;
    margin-right: 6px;
}


@media (max-width: 767px) {
    .about-section-v15 .asv15-image-column {
      display: table;
      margin: 0 auto;
      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;
    }

}

@media (max-width: 520px) {
  .about-section-v15 .asv15-image-column {
      padding: 0 20px 0 0;
  }
    
}



@media only screen and (min-width: 992px) {
  .about-section-v15 .asv15-image-column .image-1 img {
    margin-top: 55px;
    margin-bottom: 0;
  }
  .about-section::before {
    height: 100%;
    content: '';
    position: absolute;
    width: 36%;
    top: 0;
    left: 0;
    background-image: url('../images/about-bg-img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .asv15-content-column {
    padding-left: 24px;
  }

}

@media only screen and (min-width: 1200px) {
  .about-section-v15 .asv15-image-column .image-1 img {
    margin-top: 0;
  }
  .asv15-content-column {
    padding-left: 0;
  }
}
.about-sec-btn a.btn-primary:hover {
  border: 1px solid #fff;
}
