﻿.chw-outages {
    background-color: #E2E2E2;
    min-height: 300px;
}

.chw-outages-content {
    max-width: 75rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.chw-outages .image-cropper {
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

    .chw-outages .image-cropper img {
        display: inline;
        margin: 0 auto;
        width: auto;
    }

.chw-outages-left, .chw-outages-right {
    flex: 1;
}
.chw-outages-right.w-iframe {
    flex: 2;
}

.chw-outages-right {
    box-sizing: border-box;
    padding: 0 0 40px 0;
    max-width: 90%;
    align-self: center;
}

.chw-outages-left {
    box-sizing: border-box;
    padding: 10%;
    display: flex;
    gap: 24px;
    flex-direction: column;
    justify-content: center;
}

.chw-outages_title {
    font-size: 40px;
    font-weight: 500;
}

.chw-outages-buttons {
    display: flex;
    flex-direction: column;
}

    .chw-outages-buttons a {
        text-decoration: none;
    }


@media screen and (min-width: 1024px) {
    .chw-outages-content {
        flex-direction: row;
    }

    .chw-outages-left {
        padding: 80px 0;
    }

    .chw-outages-left.w-iframe {
        padding: 80px 0;
        justify-content: flex-start;
    }

    .chw-outages-right {
        max-width: 50%;
        padding: 80px;
    }
    
    .chw-outages-right.w-iframe {
        max-width: 100%;
        padding: 80px 0 80px 20px;
    }
}
