.three-cards-module-heading h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 50px;
    margin: 0 auto 50px;

}
.three-cards-module-heading h2 span {
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 55px;
}
.three-cards-module-main-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 30px;
}
.three-cards-module-cards {
    flex: 0 30%;
    margin: 0;
    padding: 30px 20px;
    position: relative;
    border: 2px solid #2F3A45;
    border-radius: 19px;
    box-shadow: 0 4px 10px rgb(49 180 118);
}
.three-cards-module-cards h3 {
  line-height: 35px;
  font-weight: 600;
  font-family: 'Montserrat';
  margin:10px 0 0;
}
.three-cards-module-cards p {
  font-family: Poppins,sans-serif;
  font-weight: 400;
  line-height: 27px;
  margin: 20px 10px;
}
.three-cards-module-small-content {
    text-align: center;
}
.three-cards-module-small-content p {
    padding-top: 40px;
    line-height: 20px;
    font-family: Poppins,sans-serif;
}
.three-cards-module-image img {
    height: 130px!important;
}
.three-cards-module-btn a span {
  display: inline-flex;
}
.three-cards-module-btn a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 65px;
  justify-content: center;
  transform: translateY(50%);
  width: 65px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 40%;
  right: 40%;
}
@media only screen and (max-width: 1024px) {
  .three-cards-module-cards {
    flex: 0 45%;
  }
}
@media only screen and (max-width: 767px) {
  .three-cards-module-outer {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
  }
  .three-cards-module-heading h2, .three-cards-module-heading h2 span{
    font-size: 30px!important;
    line-height: 42px!important;
    margin-bottom: 30px;
  }
  .three-cards-module-cards h3 {
    font-size: 24px!important;
    line-height: 34px!important;
    margin: 5px 0 0;
  }
  .three-cards-module-cards p {
    font-size: 16px!important;
    line-height: 25px!important;
    margin: 15px 10px 40px;
  }
  .three-cards-module-cards {
    flex: 0 100%;
    margin: 0;
    max-width:300px;
  }
  .three-cards-module-btn a {
    left: 42%;
  }
  .three-cards-module-image img {
    height:auto!important;
}
}
@media only screen and (max-width: 479px) {
  .three-cards-module-btn a {
    left: 41%;
  }
