.text-two-cols .d-grid {
  grid-template-columns: 40% 55%;
  gap: 5%;
}
/* RESPONSIVE */
@media screen and (min-width: 1300px) {

}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1023px) {
  .text-two-cols .d-grid {
    grid-template-columns: 1fr;
    gap: 0
  }
  .text-two-cols .col-60 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 600px) {

}