.top_section {
    display: grid;
    grid-template-columns: 238px 440px;
    align-items: center;
}

.text_body {
    padding: 20px;
    overflow: auto;
    max-height: 250px;
}


.noImage {
    display: block !important;
}



.customOverlayClass {
    padding: 0;
}

.customBodyClass {
    padding: 0;
    min-width: 260px;
}

.image {
    position: relative !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media(max-width: 768px) {
    .top_section {
        display: flex;
        flex-direction: row;
        flex-direction: column-reverse;
    }

    .customBodyClass {
        max-height: 100vh;
    }

    .customMainClass {
        max-height: none;
    }

    .text_body {
        overflow: hidden;
        max-height: none;
        padding-top: 5px;
    }
}

.title {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-top: 0px;
}

.subtext {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;

}

.primary_btn {
    margin: 0 auto !important;
    display: block !important;
    margin-top: 15px !important;
}

.subscribe_section {
    margin-top: 20px;
}

.secondary_btn {
    margin: 0 auto !important;
    display: block !important;
    margin-top: 15px !important;
    border: 0 !important;
}

.subscribe_btn {
    margin: 0 auto !important;
    display: block !important;
    margin-top: 8px !important;
    width: 100%;
}

.loader svg {
    stroke: #fff;
    width: 24px;
    height: 24px;
}


.captcha {
    transform: scale(0.63);
    transform-origin: 0 13.5px;
    width: 100%;
    height: 51px;
}

@media(max-width: 768px) {
    .captcha {
        transform: scale(0.9);
        height: 70px;
        width: 304px;
        padding: 4px 0;
        transform-origin: top;
    }
}