.offer-content-side p { 
text-align: center;
}

.offer-popup-wrap {
    display: block;
    margin-inline:auto;
    max-width: 544px;
    background-color: #E3EFFF;
    border-radius: 20px;
    overflow: hidden;
    padding: 0!important;
    width: 1065px
}

.offer-popup-wrap .flex-container {
    display: inline-flex;
    width: 100%
}

.contact-details-side {
    width: calc(100% - 544px);
    text-align: center;
    display: inline-block;
    padding-block:70px 66px;color: #000;
    &>* {
        max-width: 370px;
        margin-inline:auto;text-align: center
    }

    &>P {
        line-height: 1.35;
        color: #000;
        &:last-child {
            margin-bottom: 0
        }

        &>a {
            text-decoration: underline
        }
    }

    & .img-wrap {
        margin-bottom: 15px
    }

    & .heading-30 {
        font-weight: 900;
        letter-spacing: 0;
        font-size: 30px;
        color: #000;
        margin-bottom: 20px
    }
}

.img-wrap {
    position: relative;
    display: inline-block
}

.img-wrap img {
    object-fit: cover
}

.offer-content-side {
    display: inline-block;
    width: 544px;
    text-align: center;
    background: transparent radial-gradient(closest-side at 50% 50%,#C60000 0%,#910000 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding-block:66px 80px;position: relative;
    &:after {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        inset: 0;
        background: transparent url(../images/offer-bg-img.png) center;
        background-size: contain;
        opacity: .14
    }

    & .heading-30 {
        font-weight: 900;
        letter-spacing: 0;
        font-size: 30px;
        color: #fff;
        margin-bottom: 20px
    }
}

.offer-content-side>.img-wrap {
    margin-bottom: 25px
}

.offer-content-side>* {
    color: #fff;
    max-width: 392px;
    margin-inline:auto;position: relative;
    z-index: 1
}

.offer-content-side>p:last-child {
    margin-bottom: 0
}
.offer-content-side p:not(:last-child) { 
    margin-bottom: 25px;
}
.offer-content-side p {
    line-height: 1.35;
    &.fs-20 {
        font-size: 20px
    }
}

ul.dates-list {
    list-style: none;
    text-align: left;
    width: fit-content;
    margin-bottom: 15px;
    & li {
        padding-left: 15px;
        position: relative;
        text-align: left;
        color: #fff;
        font-weight: 500;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 1.3;
        &:after {
            content: '';
            position: absolute;
            height: 8px;
            width: 8px;
            border-radius: 8px;
            left: 0;
            top: 6px;
            background: #fff
        }
    }

    & li:not(:last-child) {
        margin-bottom:15px
    }
}

@media (max-width: 1199.75px) {
    .contact-details-side {
        width:50%;
        padding-inline:15px;padding-block:50px;
    }

    .offer-content-side {
        padding-inline:15px;padding-block:50px;
    }

    .offer-popup-wrap {
        width: 95%;
    }
}

@media (max-width: 767.75px) {
    .contact-details-side {
        & .heading-30 {
            font-size:24px;
        }

        &>p {
            font-size: 14px;
            margin-bottom: 15px;
        }
    }

    .offer-content-side {
        & .heading-30 {
            font-size: 24px;
        }

        &>p {
            font-size: 14px;
            margin-bottom: 15px;
        }

        ul.dates-list {
            & li {
                font-size: 14px;
            }

            margin-bottom: 15px;
        }
    }
}

@media (max-width: 575.75px) {
    .offer-popup-wrap .flex-container {
        flex-wrap:wrap;
        flex-direction: column-reverse
    }

    .contact-details-side {
        width: 100%;
        padding-block:20px}

    .offer-content-side {
        width: 100%;
    }

    .offer-content-side>* {
        max-width: 100%
    }

    .contact-details-side>* {
        max-width: 100%
    }

    .offer-content-side>.img-wrap {
        margin-bottom: 15px;
        max-width: 50%
    }

    .contact-details-side {
        & .img-wrap {
            margin-bottom: 15px;
            max-width: 45px
        }
    }

    ul.dates-list {
        & li:not(:last-child) {
            margin-bottom:0
        }

        & li {
            line-height: 1.45
        }
    }
}
