.paragraph--type--image-full-with-cta {
    background-color:rgb(var(--rgb-dark-color-2), 0.5);
    position: relative;
}

.paragraph--type--image-full-with-cta .image-full-with-cta{
    padding: 120px 18px;
}
.image-full-with-cta__background {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }

  .image-full-with-cta__background img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
.paragraph--type--image-full-with-cta .image-full-with-cta__container{
    width: 100%;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__title h2 {
    color: white;
    font-family: Poppins;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -1.26px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__title h2::after {
    border-bottom: 4px solid var(--brand-color-blue);
    content: '';
    display: block;
    gap: 40px;
    left: 50%;
    padding-top: 40px;
    position: relative;
    transform: translateX(-50%);
    width: 60px;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__title strong {
    font-weight: 600;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__description p:first-child{
    margin-top: 0px;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__description p:last-child{
    margin-bottom: 0px;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__description p {
    color: white;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.54px;
    line-height: 28px;
    text-align: center;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link {
    display: flex;
    justify-content: center;
    padding-top: 70px;
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link a {
    align-items: center;
    background: rgba(237, 242, 245, 0.90);
    border-radius: 40px;
    color: #474DAB;
    display: flex;
    font-size: 17px;
    letter-spacing: -0.54px;
    line-height: 28px;
    padding: 14px 70px 14px 40px;
    position: relative;
    text-decoration: none;
    transition: padding 350ms cubic-bezier(0.4,0,0.2,1);
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link a::after {
    align-items: center;
    aspect-ratio: 1;
    background: var(--brand-color-blue) no-repeat center center;
    background-image: url(/themes/custom/grwpo/images/white-arrow.svg);
    border-radius: 50%;
    content: "";
    height: 82%;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%) scale(1);
    transition: transform 350ms cubic-bezier(0.4,0,0.2,1);
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link a::before {
    align-items: center;
    aspect-ratio: 1;
    background: var(--brand-color-blue) no-repeat center center;
    background-image: url(/themes/custom/grwpo/images/white-arrow.svg);
    border-radius: 50%;
    content: "";
    height: 82%;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%) scale(0);
    transition: transform 350ms cubic-bezier(0.4,0,0.2,1);
}

.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link a:hover {
    padding: 14px 40px 14px 70px;
}
.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link a:hover::after {
    transform: translateY(-50%) scale(0);
}
.paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link a:hover::before {
    transform: translateY(-50%) scale(1) rotate(45deg);
}

@media only screen and (min-width: 768px) {
    .paragraph--type--image-full-with-cta .image-full-with-cta {
        padding: 216px 93px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__title h2 {
        font-size: 62px;
        letter-spacing: -1.86px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__description p {
        letter-spacing: -0.72px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link {
        padding-top: 40px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link a {
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: -0.36px;
        padding-right: 75px;
    }
}

@media only screen and (min-width: 1024px) {
    .paragraph--type--image-full-with-cta .image-full-with-cta {
        padding: 196px 192px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__title h2 {
        padding-bottom: 30px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__title h2::after {
        padding-top: 30px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link {
        padding-top: 42px;
    }

}

@media only screen and (min-width: 1366px) {
    .paragraph--type--image-full-with-cta .image-full-with-cta {
        padding: 216px 358px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__title h2 {
        padding-bottom: 40px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__title h2::after {
        padding-top: 40px;
    }

    .paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__link {
        padding-top: 52px;
    }
}

@media only screen and (min-width: 1920px) {
    .paragraph--type--image-full-with-cta .image-full-with-cta {
        padding: 352px 595px;
    }
    .paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__title h2 {
        font-size: 92px;
        letter-spacing: -2.76px;
    }
    .paragraph--type--image-full-with-cta .image-full-with-cta__container .image-full-with-cta__description p {
        color: var(--Secunadria-04, #EDF2F5);
        text-align: center;
        font-family: Karla;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px; /* 170% */
        letter-spacing: -0.8px;
    }
}
