.two-column-image-with-text  .price-card-row {
    position: absolute;
    top: 42px;
    left: auto;
    z-index: 1;
    min-width: 163px;
    right: -80px;
}

.two-column-image-with-text .price-card-row .price-card {
    border-radius: 13.354px;
    border: 0.648px solid rgba(255, 255, 255, 0.20);
    padding: 12px 15px;
    min-width: 155px;
    position: relative;
    padding-right: 50px;
}
.two-column-image-with-text .price-card-row .price-card .price + img {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 31px;
    height: 31px;
    opacity: 0.5;
}
.two-column-image-with-text .price-card-row .price-card:after {
    content: "";
    display: block;
    border-radius: 13.354px;
   border: 0.648px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(28deg, rgba(254, 59, 152, 0.00) 38.81%, #FE3B98 275.41%), rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(30.01209831237793px);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.two-column-image-with-text .price-card-row .price-card:not(:last-child):before {
    content: "";
    display: block;
    border-radius: 13.354px;
    border: 0.648px solid rgba(255, 255, 255, 0.20);
    background-image: linear-gradient(28deg, rgba(254, 59, 152, 0) 38.81%, #FE3B98 275.41%),
        linear-gradient(rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.10)),
        url("../images/connector.svg");
    height: 21px;
    width: 21px;
    background-size: contain;
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    backdrop-filter: blur(30.01209831237793px);
}
.two-column-image-with-text .price-card-row .price-card .label {
    font-size: 10.671px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    display: flex;
    color: #FFF;
    align-items: center;
    font-family: var(--font-dm-mono);
}

.two-column-image-with-text .price-card-row .price-card .price {
    font-size: 17.785px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.356px;
    color: #FFF;
}

.two-column-image-with-text .price-card-row .price-card .label img {
    height: 12px;
    width: 12px;
    object-fit: contain;
    margin-right: 3px;
}

.two-column-image-with-text .price-card-row .price-card:not(:last-child) {
    margin-bottom: 6px;
}
.two-column-image-with-text {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.two-column-image-with-text .column-left {
    width: 50%;
    padding: 32px;
}

.two-column-image-with-text .column-right {
    width: 50%;
}

.two-column-image-with-text  .column-row {
    border-radius: 15.017px;
    border: 0.728px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(33.74967575073242px);
    max-width: 680px;
    margin: auto;
}

.two-column-image-with-text .column-right .two-column-image-box {
    position: relative;
}

.two-column-image-box .imagae-wraper {
    height: 100%;
    position: relative;
    border-radius:15.017px;
    overflow: hidden;
}

.two-column-image-box .imagae-wraper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.two-column-image-with-text .column-left .content-box h2 {
    margin-bottom: 22px;
    max-width: 231px;
    width: 100%;
}
.two-column-image-with-text .column-left .content-box  li {
    list-style-type: none;
    padding-left: 15px;
    position: relative;
}

.two-column-image-with-text .column-left .content-box ul,.two-column-image-with-text .column-left .content-box ol {
    margin: 0;
}
.two-column-image-with-text .column-left .content-box li:before {
    content: "";
    display: block;
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 6px;
}
.two-column-image-with-text .column-left .content-box  .btn {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    max-width: 135px;
}

.two-column-image-with-text.switch-column .column-row {
    flex-direction: row-reverse;
}

.two-column-image-with-text.switch-column .price-card-row {
    top: auto;
    bottom: 38px;
    right: auto;
    left: -78px;
}
@media only screen and (max-width:991px){
    .two-column-image-with-text  .price-card-row {
        right: -30px;
    }
    .two-column-image-with-text.switch-column .price-card-row {
        left: -30px;
    }
    .two-column-image-with-text {
        padding: 60px 0;
    }
}
@media only screen and (max-width:767px){
    .two-column-image-with-text {
        padding: 40px 0;
    }
    .two-column-image-with-text .column-right {
        width: 100%;
    }
    .two-column-image-with-text .column-left {
        width: 100%;
        padding: 20px;
    }
     .two-column-image-with-text  .price-card-row {
        right: -15px;
    }
    .two-column-image-with-text.switch-column .price-card-row {
        left: -15px;
    }
    .two-column-image-with-text {
        padding: 60px 0;
    }
    .image-wraper-box .image-wraper {
        padding-bottom: 100%;
    }
}