.gitl-con {
    display: flex;
    align-items: center;
justify-content: space-between;
margin: 4em 0em;
}


.gitl-text-con {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
}


.gitl-text-box {
     width: 80%;
    margin: 0 auto;
}

.gitl-anchor {
    font-weight: 700!important;
}

.gitl-link:hover  .gitl-anchor {
    color: #78be20!important;
}

.gitl-link:hover .chevron-ani {
   transform: rotate(90deg);
   color: #78be20!important;
}

@media (max-width: 1023px) {
    .gitl-con {
      flex-direction: column;
    }
    .icon-text-img-con {
        margin-bottom: 2em;
    }
}