.ugc-gallery .ugc-gallery__container {
    padding-top: 54px;
}
@media only screen and (min-width: 769px) {
    .ugc-gallery__container {
        padding: 32px 0 16px;
    }
}
.ugc-gallery .ugc-header {
    display: block;
    text-align: center;
}
.ugc-gallery__flex-container .ugc-header {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    display: block;
}
.ugc-gallery .ugc-header__title {
    font-size: 2rem;
}
@media only screen and (min-width: 769px) {
    .ugc-header {
        /* display: flex;
        justify-content: space-between; */
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
    }
}
.ugc-gallery__flex-container .ugc-gallery .ugc-header__gallery--subtitle {
    color: #000;
    font-weight: 500;
    line-height: 24px;
    margin: 24px auto 0;
    width: 80%;
}

.ugc-header .ugc-header__title {
    color: #000;
    flex-basis: 100%;
    font-size: 2rem !important;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 16px;
    text-transform: uppercase;
}