body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: auto;
}

a, .action:hover, .dianomi_provider_short:hover {
    color: #464646;
    text-decoration: none;
}

.maintext:hover {
    text-decoration: underline;
}

.hero img {
    width: 100%;
    object-fit: cover;
    max-height: 280px;
}

.wrapper {
    display: flex;
}

.hero {
    width: 50%;
    display: flex;
    margin: 10px;
}

.text {
    padding-top: 4px;
    width: 100%;
}

.heading_top, .heading, .action {
    display: none;
    visibility: hidden;
}

.maintext {
    margin-bottom: 4px;
    font-family: 'Playfair Display', serif;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.dianomi_provider_short {
    color: #000000;
    font-size: 16px;
    line-height: 1;
    padding: 14px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    display: block !important;
}


@media screen and (min-width: 502px) and (max-width: 768px) {
    .hero img {
        max-height: 240px;
    }
}

@media screen and (max-width: 501px) {
    .wrapper {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .hero {
        width: 100%;
        padding: 0;
        min-height: 290px;
    }

    .hero img {
        max-height: 220px;
    }

    .dianomi_provider_short {
        padding: 8px 0;
    }
}

@media screen and (max-width: 460px) {
    .hero {
        width: 100% !important;
        margin: 0;
    }

    .subhero {
        width: 100%;
    }

    .text {
        box-sizing: border-box;
        margin: 0;
        width: 100%;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .dianomi_provider_short {
        line-height: 16px;
    }
}


 