.full-width-content {
    padding: 32px 0;
    background-image: url('../../../library/images/full-bg.png');
    background-position: top center;
}
.full-width-content a.back-to-parent {
    font-family: "Carter One", system-ui;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    color: var(--yellow);
    padding-left: 23px;
    background: url(../../../library/images/back-arrow.svg) no-repeat center left / 15px;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(89%) sepia(16%) saturate(5818%) hue-rotate(329deg) brightness(97%) contrast(82%);
}
.full-width-content .mid-cnt {
    max-width: 1070px;
    margin: 0 auto;
}
.full-width-content .mid-cnt h4 {
    line-height: 60px;
    color: var(--yellow);
    text-align: center;
    margin: 0;
}
.full-width-content .mid-cnt h2 {
    color: var(--blue);
    margin-bottom: 33px;
    text-align: center;
}
.full-width-content p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.full-width-content .addr-cnt {
    text-align: center;
    margin-top: 32px;
}
.full-width-content .addr-cnt h4 {
    color: var(--blue);
    margin-bottom: 3px;
}

@media (max-width: 767px) {
    .full-width-content {
        padding: 20px 0 50px;
        background-position: top left 33%;
    }
    .full-width-content .mid-cnt h2 {
        margin-bottom: 15px;
    }
    .full-width-content .mid-cnt p {
        line-height: 24px;
        text-align: center;
    }
    .full-width-content .addr-cnt {
        margin-top: 40px;
    }

}