.three-cards-module-heading h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 50px;
    margin: 0 auto 65px;
    max-width: 750px;
}
.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 {
    box-shadow: 0 24px 100px hsla(0,0%,48%,.1);
    flex: 0 30%;
    margin: 0;
    padding: 30px 20px 0;
    position: relative;
    border: 2px solid #2F3A45;
    border-radius: 19px;
}
.three-cards-module-cards h3 {
  line-height: 35px;
  font-weight: 600;
  font-family: 'Montserrat';
  margin:10px 0 0;
  height: 105px;
}
.three-cards-module-cards p {
  font-family: Poppins,sans-serif;
  font-weight: 400;
  line-height: 27px;
  margin: 20px 10px 50px;
}
.three-cards-module-btn a svg {
  width: 21px;
  height: 21px;
  transform: rotate(-30deg);
  transition: all 0.4s ease;
}
.three-cards-module-cards .three-cards-module-btn a:hover svg {
  transform: rotate(0deg);
}
.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%;
  }
