<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-what-make-differ-wrapper .bg {
  position: relative;
  display: inline-block;
  background-size: 400px;
  width: 400px;
  height: 339px;
  margin-bottom: -230px;
  top: -120px;
  left: -120px;
  z-index: -1;
  background-repeat: no-repeat;
}

.custom-what-make-differ {
  text-align: center;
  position: relative;
  margin: 40px 30px;
}
.custom-what-make-differ h2{
  margin: 0px auto 20px;
}

.custom-what-make-differ h2 span {
  color: #05CC98;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.2);
}
.custom-what-make-differ-wrapper a.btn {
  width: 100%;
}
@supports (-webkit-background-clip: text) or (-moz-background-clip:text) or (background-clip:text) {
  .custom-what-make-differ h2 span {
    color:transparent;
    background-image: linear-gradient(to top, rgb(146, 138, 255), rgb(184, 179, 255));
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }
}

.custom-what-make-differ .content-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.custom-what-make-differ .content-row .col img {
  height: 100px !important;
  width: 100px;
  margin: 1rem;
}

.custom-what-make-differ .content-row .col h3 {
  color: rgb(25, 25, 25);
  font-size: 1.1rem;
  line-height: 2rem;
  font-family: Montserrat-Bold, Arial;
  max-width: 86%;
  margin: 0px auto 1rem;
}


.custom-what-make-differ .content-row .col p{
  color: rgb(25, 25, 25);
  font-size: 1.1rem;
  line-height: 2rem;
  font-family: Montserrat-Light, Arial;
  max-width: 80%;
  margin: auto;
}
@media only screen and (min-width: 678px){
  .custom-what-make-differ-wrapper a.btn {
    width: 45%;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-what-make-differ {
    margin: 60px 30px;
  }
  .custom-what-make-differ .content-row {
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 60px;
  }
  .custom-what-make-differ .content-row .col {
    width: 33.3%;
  }
  .custom-what-make-differ-wrapper a.btn {
    width: 20%;
  }
  .custom-what-make-differ h2{
    margin: 0px auto 50px;
  }
}
@media only screen and (min-width: 1240px){
  .custom-what-make-differ{
    max-width: 1160px;
    margin: 140px auto;
  }

}
@media only screen and (max-width: 1023px){
  .custom-what-make-differ-wrapper .bg {
    display: none;
  }
  .custom-what-make-differ .content-row .col p {
    font-size: 14px;
    line-height: 1.5rem;
}
  .custom-what-make-differ .content-row .col h3 {
    font-size: 14px;
    line-height: 1.5rem;
  }
}
</pre></body></html>