.services {
    background: url('/img/choose-us-bg3.jpg') #f8f8f8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0 100px;
    position: relative;
}

.service-content-wrapper {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.services-subheading {
    font-size: 14px;
    line-height: 30px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.services-heading {
    font-size: 48px;
    line-height: 54px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #0e0e0e;
}
/*
.services-wrapper {
    display: flex;
    gap: 20px;
}



.services-content {
    background: #ffffff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 40px 20px 40px;
    margin-top: 30px;
    position: relative;
    max-width: 306px;
    min-height: 396px;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.services-content img {
    display: flex;
}

.services-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px;
}

.sevices-subtitle {
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
    color: #4c4d56;
    font-family: "Jost", sans-serif;
}

*/
.services-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.services-content {
    background: #ffffff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 40px 45px 40px;
    margin-top: 30px;
    position: relative;
}

.services-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px;
}

.sevices-subtitle {
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
    color: #4c4d56;
    font-family: "Jost", sans-serif;
}

.offer-btn {
    color: #222222;
    font-weight: 500;
    display: inline-block;
    margin-top: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: flex;
    flex: 1 0 auto;
    align-items: end;
    cursor: pointer;
  }
  
.offer-btn:hover {
    letter-spacing: 1px;
    color: #506CEA;
}

.call-section  {
    padding: 100px 0;
}

.call-section .wrapper {
    display: flex;
    justify-content: space-between;
    background: #010f31;
    padding: 105px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 5;
    background-image: url('/img/cta-bg5.jpg');
}

.call-left {
    max-width: 508px;
    width: 100%;
}

.title-text {
    font-size: 48px;
    line-height: 54px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding-left: 40px;
}


.title-text::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    background: linear-gradient(-160deg, #43baff 0%, #7141b1 100%);
    width: 5px;
    height: 100%;
    transform: translateY(-45%);
}

.cta-text {
    margin-left: 30px;
    margin-top: 10px;
}

.cta-text p {
    font-size: 18px;
    line-height: 30px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.cta-text .number {
    font-size: 36px;
    line-height: 42px;
    color: #086ad8;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
}