.gf-main {
    background: url('https://www.escomptesfortin2020.com/asset/image/noel.png')
                center bottom / cover no-repeat;
    padding: 60px 20px;
}
.gf-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.gf-left img {
    display: block;
    max-width: 100%;
    height: auto;
}

.gf-right {
    max-width: 520px;
    background: rgba(0, 0, 0, 0.7);
    padding: 22px 26px;
    border-radius: 8px;
}


.gf-title {
    margin: 0 0 12px;
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    color: #ff3131;
}

.gf-right p {
    margin: 0;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.gf-right a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .gf-main {
        padding: 40px 15px;
    }

    .gf-row {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .gf-right {
        max-width: 100%;
    }
}
