<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.custom-our-approach{
  padding: 50px 0px;
}

.custom-our-approach .top-content h2{
  margin: 0px 30px 30px;
}

.custom-our-approach .top-content p{
  color: rgb(25, 25, 25);
  font-size: 1.1rem;
  line-height: 2rem;
  font-family: Montserrat-Light, Arial;
  margin: 0px 30px 50px;
}
.custom-our-approach .top-content h2 span {
  color: #05CC98;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.2);
}
.custom-our-approach .col.right {
  flex-direction: row-reverse;
}
.custom-our-approach .content h2 span{
  color: #05CC98;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.2);
}

@supports (-webkit-background-clip: text) or (-moz-background-clip:text) or (background-clip:text) {
  .custom-our-approach .content h2 span {
    color:transparent;
    background-image: linear-gradient(to top,#05CC98,#05F0A1);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    display: block;
  }
}

@supports (-webkit-background-clip: text) or (-moz-background-clip:text) or (background-clip:text) {
  .custom-our-approach .top-content h2 span {
    color:transparent;
    background-image: linear-gradient(to top,#05CC98,#05F0A1);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }
}

.custom-our-approach .content-row{
  position: relative;
  margin: 0px 30px 50px;
  padding: 100px 0px;
}

.ckYuzk {
  background-color: rgb(5, 204, 152);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  left: -4px;
  z-index: 3;
  border-radius: 50%;
}
.jgYMWC {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  background-color: rgb(212, 212, 206);
}

.dAmbvJ {
  background-color: rgb(5, 204, 152);
  width: 10px;
  height: 10px;
  position: absolute;
  left: -4px;
  bottom: 0px;
  z-index: 2;
  border-radius: 50%;
}

.custom-our-approach .col{
  position: relative;
  display: block;
  margin: auto;
  padding: 30px 0px;
}

.custom-our-approach .img-col{
  margin: 0px 30px 30px;
}
.custom-our-approach .img-col img{
  max-width: 100%;
  padding: 0;
  margin: 0 0 1.45rem;
}

.custom-our-approach .content h2{
  text-align: left;
  position: relative;
  margin-left: 40px;
  word-break: inherit;
}
.custom-our-approach .content h2 .icon{
  z-index: 2;
  width: 50px;
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px 0px;
  position: absolute;
  top: -5px;
  background-color: rgb(255, 255, 255);
  left: -65px;
  border-radius: 50%;
}

.custom-our-approach .content h2 .icon .icon-img{
  width: 50%;
  height: 50%;
  background-size: cover;
  vertical-align: middle;
  margin: 25%;
}
.custom-our-approach .img-col img {
  width: 100%;
  margin: 0;
}
.custom-our-approach .content h2 span{
  text-shadow: rgba(255, 255, 255, 0.2) 0px 2px 3px;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(to top, rgb(255, 175, 59), rgb(255, 214, 102));
}

.custom-our-approach .content h4 {
  font-size: 1.5rem;
  text-align: left;
  position: relative;
}

.custom-our-approach .col.right .content h2{
  text-align: right;
}

@media only screen and (min-width: 1024px){
  
  .custom-our-approach .col.right .content h2{
    margin: 0px 83px 20px 0px;
  }
  .custom-our-approach .col.right .content h2 span {
    margin: 0px;
  }
  .custom-our-approach .content-inner {
    text-align: left;
    margin: 0px 0px 20px 83px;
  }
  .custom-our-approach .img-col{
    width: 40%;
    margin: 30px 10% 0px 0px;
  }
  .custom-our-approach .content h2 span{
    margin: 0px;
  }
  .custom-our-approach .col.right .content-inner {
    text-align: right;
    margin: 0px 83px 20px 0px;
  }
  .custom-our-approach .col.right .content h2 .icon {
    width: 100px;
    height: 100px;
    top: -20px;
    left: calc(100% + 34px);
  }
  .custom-our-approach .content h2 .icon{
    width: 100px;
    height: 100px;
    top: -20px;
    left: -130px;
  }
  .custom-our-approach .content h2{
    text-align: left;
    margin-left: 80px;
  }
  .custom-our-approach .col.right ul li:after {
    content: "â€¢";
    font-size: 3rem;
    padding-left: 0.5rem;
    top: 0.4rem;
    position: relative;
  }
  .custom-our-approach .col.right ul {
    list-style: none;
  }
  .custom-our-approach .col.right .img-col {
    width: 40%;
    margin: 30px 0px 30px 10%;
  }
  .custom-our-approach .col.right .content h4 {
    text-align: right;
    margin: 0px 0px 20px 0px;
  }
  .custom-our-approach .content{
    width: 50%;
  }
  .custom-our-approach .img-col img{
    max-width: 100%;
    padding: 0;
    margin: 0 0 1.45rem;
  }
  .custom-our-approach .col{
    display: flex;
    flex-direction: row;
    padding: 50px 0px;
  }
  .custom-our-approach {
    padding: 100px;
  }
  .custom-our-approach .top-content h2{
    text-align: center;
    margin: 0px auto 50px;
  }
  .custom-our-approach .content-row{
    margin: 0px 2% 50px;
  }
  .custom-our-approach .top-content p{
    text-align: center;
    max-width: 50%;
    margin: 0px auto 80px;
  }
  .ckYuzk {
    left: calc(50% - 4px);
  }
  .jgYMWC {
    left: 50%;
    width: 2px;
  }
  .dAmbvJ {
    left: calc(50% - 4px);
  }
}

@media only screen and (min-width: 1240px){
  .custom-our-approach .content-row{
    max-width: 1160px;
    margin: 0px auto 50px;
  }
}
@media only screen and (max-width: 1023px){
  .custom-our-approach .top-content p {
    font-size: 14px;
    line-height: 1.5rem;
  }
  .custom-our-approach .col.right .content h2 {
    text-align: left;
}
  .custom-our-approach .col .content-inner p {
    line-height: 1.5rem;
}
  .custom-our-approach .col .content-inner li {
    line-height: 1.5rem;
}
 .custom-our-approach .col .content-inner {
    margin-left: 40px;
    font-size: 14px;
    line-height: 1.5rem;
}
}
</pre></body></html>