.swimplex-image-text-cta {
    padding: 20px;
    border-radius: 20px;
    background-color: #d2f5ff;
    color: #142c5a;
}
.swimplex-image-text-cta__image {
    margin-bottom: 20px;
}
.swimplex-image-text-cta__image img{
    width: 100%;
    height: auto;
}

.swimplex-image-text-cta__text p{
    margin: 0 0 20px 0;
}
@media (min-width: 992px) {
    .swimplex-image-text-cta {
        padding: 60px;
        display: flex;
        gap: 40px;
    }
    .swimplex-image-text-cta__image {
        margin-bottom: 0;
        flex: 0 0 55%;
    }
    .swimplex-image-text-cta__content {
        flex: 1;
    }
    .swimplex-image-text-cta__text{
        font-size: 1.5rem;
        line-height: 1.3;
    }
}