.our-approach-left{
    width: 30%;
    padding: 0px 30px 60px 15px;
}
.our-approach-right{
    width: 70%;
    padding: 0px 15px 0px 30px;
}
.our-approach-left .btn {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.our-approach-left .get-in-touch span{
    transition: var(--transition);
    display: inline-block;
    color: var(--teal);
}
.our-approach-left .get-in-touch::before{
    content: "";
    position: relative;
    width: 16px;
    height: 16px;
    object-fit: contain;
    background: url(../images/button-arow-teal.svg) no-repeat;
    background-size: contain;
    display: inline-flex;
    margin-right: 10px;
    top: 2px;
    transition: var(--transition);

}
.our-approach-left .get-in-touch:hover::before{
    background: url(../images/button-arow-black.svg) no-repeat;
    background-size: contain;
}
.our-approach-left .get-in-touch:hover span{
    color: var(--black);
}
.our-approach-left .get-in-touch:hover span{
    transform: translateX(4px);
}
.our-approach-item{
    background: linear-gradient(106deg, #3B3E45 1.01%, #69908F 44.64%, #B5C4CB 100%);
    padding: 35px;
    width: 85%;
    margin-left: auto;
    transition: var(--transition);
}
.our-approach-item:hover{
    box-shadow: 0 4px 12px rgba(119, 151, 151, 0.6);
    transition: var(--transition);
}
.our-approach-item:nth-child(even){
    background: linear-gradient(90deg, #B5C4CB 0%, #69908F 55%, #3B3E45 100%);
  }
.our-approach-item:not(:last-child){
    margin-bottom: 30px;
}
.our-approach-item .icon-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.our-approach-item .icon-wrap .icon{
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.our-approach-item .icon-wrap .icon img{
    width: 100%;    
    height: 100%;
    object-fit: contain;
}
.our-approach-item *{
    color: var(--white);
}
.our-approach-item h3{
    max-width: 75%;
    margin-bottom: 60px;
}
.our-approach{
    margin-bottom: 65px;
}
.our-approach-item:hover .icon-wrap a{
    transform: translateY(-5px);
    filter: brightness(0%);
}
.our-approach-item .icon-wrap a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
@media (max-width: 1199px) {
    .our-approach-item{
        width: 100%;
    }
    .our-approach-item .icon-wrap{
        margin-bottom: 40px;
    }
    .our-approach-item h3{
        margin-bottom: 40px;
    }
    .our-approach-left {
        width: 35%;
    }
    .our-approach-right{
        width: 65%;
    }
    .our-approach-item h3 {
        max-width: 100%;
    }       
}

@media (max-width: 991px) {
    .our-approach-left {
        width: 100%;
        padding: 0px 15px 60px;
        margin-bottom: 30px;
    }
  
    .our-approach-right {
        width: 100%;
        padding: 0px 15px;
    }
}

@media (max-width: 767px) {
    .our-approach-item .icon-wrap .icon {
        width: 35px;
        height: 35px;

    }
    .our-approach-item{
        padding: 25px;
    }
    .our-approach-item h3 {
        margin-bottom: 20px;
    }
    .our-approach-item .icon-wrap a img{
        width: 16px;
        height: 16px;
        object-fit: contain;
    }
    .our-approach-item .icon-wrap {
        margin-bottom: 30px;
    }
    .our-approach {
        margin-bottom: 50px;
    }
    .our-approach-item .icon-wrap {
    margin-bottom: 20px;
}
}