.innerbanner-section {
    padding: 160px 0;
}
.innerbanner-section .column-left {
    width: 50%;
}

.innerbanner-section .column-right {
    width: 44.5%;
}

.image-wraper-box {
    position: relative;
    padding-left: 78px;
    z-index: 1;
}
.image-wraper-box:before {
    content: "";
    display: block;
    opacity: 0.41;
    background: #FF1DAC;
    filter: blur(112px);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.image-wraper-box .image-wraper {
    position: relative;
    padding-bottom: 125%;
    border-radius: 16px;
    overflow: hidden;
}

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

.price-card-row {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 1;
}

.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;
}
.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(255, 255, 255, 0.10);
    backdrop-filter: blur(30.01209831237793px);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.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);
}
.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);
}

.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;
}

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

.price-card-row .price-card:not(:last-child) {
    margin-bottom: 6px;
}

.innerbanner-section .btn {
    margin-top: 10px;
}
.innerbanner-section .h2 {
    max-width: 304px;
    width: 100%;
}
.innerbanner-section p {
    max-width: 376px;
    width: 100%;
}
/* products Page*/
.page-products .innerbanner-section .h2 {
    max-width: 370px;
    width: 100%;
}
.page-products .innerbanner-section p {
    max-width: 298px;
    width: 100%;
}
/* service Page*/
.page-services .innerbanner-section .h2 {
    max-width: 304px;
    width: 100%;
}
.page-services .innerbanner-section p {
    max-width: 376px;
    width: 100%;
}
/* about Page*/
.page-about .innerbanner-section p {
    max-width: 348px;
    width: 100%;
}

@media only screen and (max-width:1199px){
    .innerbanner-section {
        padding: 100px 0 80px;
    }
}
@media only screen and (max-width:991px){
    .innerbanner-section {
        padding: 100px 0 60px;
    }
}
@media only screen and (max-width:767px){
    .innerbanner-section .column-left {
        width: 100%;
    }
    .innerbanner-section .column-right {
        width: 100%;
        margin-top: 40px;
    }
    .image-wraper-box {
        padding-left: 20px;
    }
    .innerbanner-section {
        padding: 100px 0 40px;
    }
}