.cta-section {
    position: relative;
}
.cta-section__content .btn-group{
    justify-content: center;
}
.cta-section__content {
    position: relative;
    z-index: 2;
    max-width: 1184px;
    margin: 0 auto;
}

.image_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: linear-gradient(83deg, var(--color-primary) 0%, var(--color-secondary) 100%);
opacity: 0.9;
z-index: 1;
}

.btn-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap :var(--paragaph-spacing);
    margin-top: var(--paragaph-spacing);
}
.small-cta {
    padding-top: var(--section-margins-small);
    padding-bottom: var(--section-margins-small);
}
.cta-section.bg-dark .subheading {
    color: var(--color-white);
}

.small-cta-section__content {
    text-align: center;
}
  .btn-cta-group { 

     flex-direction: initial;
     justify-content: center;
}
.cta-section h2,
.cta-section .h2 {
    font-size: 30px !important;
    line-height: 1;
}

.cta-section__content p {
    font-size: var(--font-size-large-paragraph);
    font-weight: 400;
}
@media(min-width:768px) {
    .cta-section h2,
    .cta-section .h2 {
        font-size: 55px !important;
    }
}
@media(min-width:1200px) {
    .btn-cta-group {
        flex-direction: column;
        height: 100%;
        margin-top: 0;
    }
    .small-cta-section__content { 
            text-align: initial;
    }
    .btn-cta-group .btn{
            margin: 0;
    }
    .col-left {
        width: 80%;
        padding-right: 75px;
    }
        .col-right {
            flex: 1
            ;
        }

    .narrow-container {
        max-width: 816px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
          .narrow-container .col-left {
            width: 70%;
          }

                  .cta-section h2,
                  .cta-section .h2 {
                      font-size: 80px !important;
                  }
    
}
@media(min-width:1440px) {
    .narrow-container {
            max-width: 1184px;
        }
        .narrow-container .col-left {
            width: 75%;
        }
}