/* Start custom CSS for html, class: .elementor-element-76124ecd */.section-approach  .content {
    /*width: 90%;*/
    /*max-width: 900px;*/
    /*margin: 0 auto;*/
    display: flex;
    position: relative;
}

.section-approach   .content .text {
  padding-top: 100px !important;
}

.section-approach   .content .text h2 {
    font-weight: 600;
    letter-spacing: -0.5px;
    font-family: "Lexend";
}

.section-approach   .content .text h2.h2-f {
  margin-bottom: 0rem;
}
.section-approach   .content .text h2.h2-s {
  margin-top: 0rem;
}

.section-approach   .content .text p {
    padding: 0 40px;
    font-size: 1rem;
    /*letter-spacing: 0.5px;*/
}
.section-approach .grid-item {
    padding: 0px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.section-approach .content .img, .section-approach .content .img-1, .content .section-approach .img-2, .content .section-approach .img-3 {
  position: relative;
}

.section-approach .content .text, .section-approach .content .img {
  width: 50%;
  padding: 20px;
}

.section-approach .content  .img-1,.section-approach .content .img-2,.section-approach .content .img-3 {
    width: 500px;    
}

/*.section-approach .item-3.grid-item {*/
/*  margin-bottom: 190px !important;*/
/*}*/
  
@media screen and (max-width: 767px) {
    .section-approach  .content {
        display: block;
    }
    
    .section-approach .content  .img-2, .section-approach .content .img-3 {
      display: block;
    }
    
    .section-approach .content .text, .section-approach .content .img {
        width: 100%;
        padding: 5px;
    }
    
    .section-approach .content .img-1, .section-approach .content .img-2, .section-approach .content .img-3 {
        width: auto;
    }
    
    .section-approach .grid-item {
        padding-bottom: 20px;
    }
    
    .section-approach .grid-item div:nth-child(1) {
        width: auto;
    }
    
    .section-approach .item-3.grid-item {
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    .section-approach .content {
        display: block;
    }
    
    .section-approach .content .text {
        width: 100%;
    }
    
    .section-approach .content .text .description {
        /*width: 100%;*/
        padding-top: 60px;
        padding-bottom: 300px;
    }
    
    .section-approach .content  .img-2, .section-approach .content .img-3 {
      display: none;
    }
    
    .section-approach .grid-item {
        display: flex;
        width: 100%;
    }
    
    .section-approach .grid-item div:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        width: 50%;
    }
    
    .section-approach .grid-item div:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 50%;
    }
    
    .section-approach .item-3.grid-item {
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
}

@media screen and (min-width:768px) and (max-width: 1099px) {
    .section-approach .grid-item div:nth-child(1) {
        width: 368px;
    }
}

@media screen and (min-width: 1100px) {
    .section-approach .grid-item div:nth-child(1) {
        width: 500px;
    }
}/* End custom CSS */