@media (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 1023px) {}

@media (max-width: 576px) {
    .full_content_popup_holiday{
        width: 90%;
    }
    .popup_holiday_content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 286px;
        height: 257px;
        background: #fff9d4bd;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 16px;
        color: #cb0101cc;
        text-align: center;
        font-weight: 500;
    }
}
