.gs-art-of-gs-monthly-feature-block .gs-monthly-feature-header .gs-block-container {
    display: flex;
    gap: 40px;
}
@media only screen and (max-width: 980px) {
    .gs-art-of-gs-monthly-feature-block .gs-monthly-feature-header {
        margin-bottom: 60px;
    }
    .gs-art-of-gs-monthly-feature-block .gs-monthly-feature-header .gs-block-container {
        flex-direction: column;
    }
}
.gs-art-of-gs-monthly-feature-block .gs-left-column {
    flex-basis: 75%;
}
.gs-art-of-gs-monthly-feature-block .gs-right-column {
    flex-basis: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gs-art-of-gs-monthly-feature-block .gs-monthly-featured-watch {
    display: flex;
}
.gs-art-of-gs-monthly-feature-block .gs-monthly-header-image {
    display: flex;
    width: 100%;
    margin-bottom: 120px;
}
@media (max-width: 980px) {
    .gs-art-of-gs-monthly-feature-block .gs-monthly-header-image {
        margin-bottom: 60px;
    }
}
.gs-art-of-gs-monthly-feature-block .gs-monthly-header-image img {
    width: 100%;
}
.gs-art-of-gs-monthly-feature-block .gs-quote-heading {
    margin: 0 0 20px;
    border-left: 0;
    padding-left: 0;
}
.gs-art-of-gs-monthly-feature-block .gs-quote-heading p {
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
}
.gs-art-of-gs-monthly-feature-block .gs-monthly-feature-body {
    background-color: #efefef;
    padding-top: 60px;
    padding-bottom: 60px;
}
.gs-art-of-gs-monthly-feature-block .gs-monthly-feature-body .gs-text-block {
    text-align: center;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
.gs-art-of-gs-monthly-feature-block .gs-photo-credit,
.gs-art-of-gs-monthly-feature-block .gs-text-credit {
    color: #808080;
}
.gs-art-of-gs-monthly-feature-block .gs-photo-credit {
    margin-bottom: 0;
}

/** Style 2 */
@media (min-width: 981px) {
    .gs-art-of-gs-monthly-feature-block.gs-style-2 .gs-monthly-feature-header .gs-block-container {
        flex-direction: row-reverse;
    }
}

/** Style 3 */
.gs-art-of-gs-monthly-feature-block.gs-style-3 .gs-monthly-feature-header {
    margin-bottom: 60px;
}
.gs-art-of-gs-monthly-feature-block.gs-style-3 .gs-left-column {
    flex-basis: 50%;
}
.gs-art-of-gs-monthly-feature-block.gs-style-3 .gs-right-column {
    flex-basis: 50%;
}
.gs-art-of-gs-monthly-feature-block.gs-style-3 .gs-monthly-header-image {
    margin-bottom: 0;
}
@media (min-width: 981px) {
    .gs-art-of-gs-monthly-feature-block.gs-style-3 .gs-monthly-feature-header .gs-block-container {
        flex-direction: row-reverse;
    }
}