.fs {
    margin-top: 64px;
    display: flex;
    align-items: center;
    min-height: 496px;
}

.fs .tg-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (min-width: 992px) {
    .fs__link img {
        max-height: 520px;
    }
}

@media screen and (max-width: 991.98px) {
    .fs {
        align-items: flex-end;
    }

    .fs .tg-container{
        justify-content: center;
    }

    .fs {
        margin-top: 24px;
        min-height: 596px;
    }

}