.ads > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

._AdQVA_widget_head {
    width: 100%;
    flex: 1 0 100%;
    margin-bottom: -10px;
}

._AdQVA_widget_head ._AdQVA_widget_logo,
._AdQVA_widget_head ._AdQVA_widget_heading {
    width: 100%;
}

._AdQVA_widget_head ._AdQVA_widget_logo img {
    width: 150px;
}

._AdQVA_widget_head ._AdQVA_widget_heading {
    font-size: 12px;
    margin-bottom: 20px;
}

div[id^=_AdQVAWidget_] {
    flex-direction: row !important;
    flex-wrap: wrap;
}

div ._AdQVA_ad_unit {
    flex: 1 0 24%;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: #6e747d40 0 8px 24px;
    margin: 15px;
    background-color: #b3b3b326 !important;
    border-radius: 8px;
    max-width: 300px;
    overflow: hidden;
}

@media (max-width: 700px) {
    ._AdQVA_widget_head ._AdQVA_widget_logo img {
        width: 120px;
    }

    div ._AdQVA_ad_unit {
        flex: 1 0 100%;
        margin: 10px 0;
        width: 100% !important;
        max-width: 100% !important;
    }

    ._AdQVA_widget_head ._AdQVA_widget_heading {
        font-size: 10px !important;
    }

    div ._AdQVA_ad_unit > a > span {
        font-size: 12px !important;
    }
}

div ._AdQVA_ad_unit:hover {
    box-shadow: #2954ab52 0 8px 24px;
}

div ._AdQVA_ad_unit > a > span {
    line-height: 1;
    font-size: 0.7rem !important;
    margin: 10px;
    display: block;
}

._AdQVA_ad_unit_text {
    padding: 5px 7px 10px !important;
}

div ._AdQVA_ad_unit > a > img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: auto;
}