.TopFeaSec {
  background-color: #f6f7f9;
  padding: 2.5rem 0;
}
.TopFeaSec .featuresPart {
  margin: 2rem 0;
}
.TopFeaSec .featuresPart a {
  text-decoration: none;
}
.TopFeaSec .featuresPart .ico {
  margin: auto;
  width: 80px !important;
  height: 80px !important;
  line-height: 80px;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #004135;
  background-color: #fff;
  margin-bottom: 1rem;
}
.TopFeaSec .featuresPart .ico img {
  width: 80%;
  height: 80%;
  margin-bottom: 1rem;
}
.TopFeaSec .featuresPart .cvont h3 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #004135;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.TopFeaSec .featuresPart .cvont p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #004135;
  line-height: normal;
  font-family: var(--main-font, "Filson Pro");
}

@media (max-width: 768px) {
  .TopFeaSec {
    padding: 1.5rem 0;
  }
  .TopFeaSec .row .col {
    flex: auto;
  }
  .TopFeaSec .featuresPart {
    margin: 1rem 0;
  }
  .TopFeaSec .featuresPart img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0.8rem !important;
  }
  .TopFeaSec .featuresPart .cvont p {
    font-size: 0.85rem;
    font-weight: 500;
    color: #004135;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
}
.cursor-pointer {
  cursor: pointer;
}

.width-mx {
  width: max-content;
}
.width-mx h3 {
  margin-left: -0.5rem;
}
