.ctd-services-widget {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 20px;
}

.ctd-services-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -290px;
}

.ctd-services-heading {
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: 400;
}

.ctd-services-title {
    font-size: 44px;
    font-weight: 400;
    line-height: 48px;
    font-family: "Lexend Deca", sans-serif;
    margin-top: 5px;
    text-transform: none !important;
}

.ctd__cta-btn_col:hover{
    background-color: #264ABC !important;
}

.ctd-services-description {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    margin-top: 45px;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 400;
    letter-spacing: 0%;
}

.ctd-services-image {
    position: relative;
    width: 853px;
    height: 585px;
}
.ctd-services-heading .slash {
  font-weight: #264ABC;
}

.ctd-services-image img.desktop-img {
    width: 100%;
    height: 585px;
    display: block;
}

.ctd-services-image img.mobile-img {
  display: none;
  width: 100%;
  height: auto;
}

.ctd__cta-btn_col {
  position: absolute;
    display: flex;
    bottom: 88.3%;
    justify-content: space-between;
    margin-left: 50.5%;
    width: 49.5%;
    padding: 8px 10px 8px 24px;
    background-color: #16315E;
    color: #fff !important;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
    z-index: 2;
    min-width: 180px;
    white-space: nowrap;
    clip-path: polygon(27px 0%, 100% 0%, 100% calc(100% - 17px), calc(100% - 20px) 100%, 0% 100%, 0% 23px);
    letter-spacing: 2px;
}
.ctd__cta-btn_col .arrow {
  display: inline-block;
  transform: none;
  transition: transform 0.3s ease;
}
.ctd__cta-btn_col img{
  height: auto !important;
}
.arrow img{
  color: #5FD1C1;
}

.ctd__cta-btn_col:hover .arrow {
  transform: rotate(45deg);
}
/* .ctd-services-cta img {
  width: 14px;
  height: 14px;
} */

/* Responsive */
@media (max-width: 768px) {
  .ctd-services-widget {
    grid-template-columns: 1fr;
  }

  .ctd-services-image img.desktop-img {
    display: none;
  }

  .ctd-services-image img.mobile-img {
    display: block;
  }
}
