.details-content.popup-home {
    background: linear-gradient(0deg, #0073b5, #bfdfee);
}

.popup-home {
    overflow: auto !important;
}

.show-partner {
    cursor: pointer
}

.close-modal {
    background: url(/wp-content/uploads/2024/09/close.svg) no-repeat 50%/80%;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    top: 20px;
    border-radius: 50%;
    z-index: 999999;
}

.details-content.popup-home h3 {
    margin-top: 50px;
}

.close-modal:hover {
    border: 7px solid #bfdfee;
    transform: rotate(90deg);
}

/* Screen <=1200px */
@media only screen and (max-width: 1200px) {
    .close-modal {
        right: unset;
        top: unset;
    }
}

@media only screen and (max-width: 414px) {
    .close-modal {
        right: unset;
        top: unset;
    }
}