
body .inner-banner-margin {
    margin-top: 120px !important;
}

.inner-banner-content {
    padding-block: 60px !important;
    min-height: 280px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}
.inner-banner-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 40, 76, 0.95);
    mix-blend-mode: darken;
}
.services-cta {
    background: #fff !important;
    border-radius: 20px;
    padding: 60px 90px 80px 80px;
    width: calc(50% - 30px) !important; 
    border-bottom: 10px solid #0C284C;
}

.services-wrapper {
    gap: 60px !important;
    align-items: unset !important;
    margin-bottom: -30px;
    z-index: 1;
}

/* .services-cta:before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: -10px;
    border-radius: 20px;
    z-index: 0;
} */
.services-cta * {
    position: relative;
}
.services-cta  .uagb-cta__title {
    color: var(--darkBlue);
}
.services-cta .uagb-cta__buttons {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.services-cta a {
    height: 60px !important;
    width: 60px;
    padding: 0;
    border-radius: 50%;
    background-color: #60A5DB;
    transition: all 0.3s ease-in-out;
}
.services-cta a:hover {
    background-color: var(--darkBlue);
}
.services-cta .uagb-cta__desc {
    margin-top: 10px;
    /* color: #0c284c; */
}
.text-section {
    padding: 100px 0 100px !important;
}
.text-section p {
    margin: 0;
}

.text-section p+p {
    margin-top: 20px;
}
@media screen and (max-width: 1366.98px) {
  .services-cta{
           padding:50px 50px 70px 50px;
           
    }
    .services-cta{width: calc(50% - 20px) !important;}
    .services-cta a {height: 50px !important;width: 50px;}
    .services-wrapper { gap:40px !important;  }
      .text-section { padding: 80px 0 80px !important;}
}



@media screen and (max-width: 1199.98px) {
    br {
        display: none;
    }
    .services-cta { padding: 40px 40px 80px 40px; }
}
@media screen and (max-width: 991.98px) {
    .inner-banner-content {
        padding-block: 50px !important;
        min-height: auto;
    }
    .services-wrapper { gap: 30px !important; margin-bottom: -20px;  }
    .services-cta { padding: 30px 30px 80px 30px; }
     .services-cta a {
    height: 40px !important;
    width: 40px;}
      /* .services-cta{width: 100% !important;max-width:750px !important ;margin-left:auto ;margin-right:auto ;} */
    

}
@media screen and (max-width: 767.98px) {
    .inner-banner-content {
        padding-block: 30px !important;
    }
      .services-wrapper {  margin-bottom: -10px;  }
    .services-cta{width: 100% !important;}
  .text-section { padding: 50px 0 50px !important;}
  .services-cta .uagb-cta__buttons{position: unset;margin-top: 20px;}
   .services-cta { padding: 30px 30px; }
}