.text-image {
    padding: 0 0 93px 0;
}

.ti-image,
.ti-text h2 {
    position: relative;
}

.ti-image {
    text-align: center;
}

.ti-image img {
    width: 551.139px;
    height: 551.139px;
    border-radius: 551.139px;
    object-fit: cover;
    box-shadow: 0 0 5.457px 0 rgba(156, 156, 156, 0.55);
}

.text-image .order-md-2 .ti-text {
    padding-left: 20px;
}

.text-image .order-md-1 .ti-text {
    padding-right: 20px;
}

.ti-text h2 {
    font-size: 57px;
    line-height: 54px;
    margin: 0;
    padding: 25px 0 25px 0;
    letter-spacing: -2px;
}

.ti-text h2 span {
    display: block
}

.ti-text p {
    margin: 0 0 25px 0;
}

.ti-text .btn-red {
    margin-top: 10px;
    box-shadow: none;
}

.ti-image:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 575.929px;
    height: 575.929px;
    background: linear-gradient(220deg, #FFACAC 14.51%, #F00 23.78%, #170DFC 85.92%);
    opacity: 0.7;
    border-radius: 575.929px;
    box-shadow: 3.51px 0 5.529px 0 rgba(0, 0, 0, 0.37);
    left: 30px;
    top: -12px;
}

.ti-text .content {
    padding-left: 29px;
    border-left: 3px solid var(--blue);
    margin-left: 6px;
}

@media(max-width:1400px) {
    .ti-image img {
        width: 500px;
        height: 500px;
        border-radius: 500px;
    }

    .ti-image:before {
        left: 12px;
        top: -12px;
        width: 524px;
        height: 524px;
    }
}

@media(max-width:1300px) {
    .ti-image img {
        width: 400px;
        height: 400px;
        border-radius: 400px;
    }

    .ti-image:before {
        left: 16px;
        top: -12px;
        width: 424px;
        height: 424px;
    }
}

@media(max-width:992px) {

    .text-image .col-md-6 {
        width: 100%;
    }

    .ti-text h2 {
        text-align: center;
        font-size: 39px;
        line-height: 39px;
        padding: 0 0;
        margin: 22px 0 30px 0;
    }

    .ti-image {
        width: fit-content;
        margin: 0 auto;
    }

    .ti-text .content {
        padding-left: 22px;
    }

    .ti-image img {
        width: 338.213px;
        height: 338.213px;
        border-radius: 338.213px;
    }

    .ti-image:before {
        left: -7px;
        top: -8px;
        width: 353.426px;
        height: 353.426px;
        border-radius: 353.426px;
        opacity: 0.3;
    }

    .text-image .order-md-1 .ti-text {
        padding-right: 6px;
    }

    .text-image .order-md-2 .ti-text {
        padding-left: 6px;
    }

    .text-image {
        padding: 0 0 83px 0;
    }

    .text-image-cta {
        text-align: center;
    }

    .ti-text .btn-red {
        box-shadow: 1.291px 2.581px 5.162px 0 rgba(0, 0, 0, 0.31);
        padding: 12px 26px 12px 26px;
        min-width: 240px;
    }

    .row.align-items-center.order-md-2.order-right {
        flex-direction: column-reverse;
    }
}

@media(max-width:767px) {
    .row.align-items-center.order-md-2.order-right {
        flex-direction: column;
    }
}