home-banner
{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(266deg, #EFE5E4 22.77%, #FFF8F3 103.37%);
}
home-banner + *
{
    padding-top: 82px;
}
home-banner img
{
    max-height: 444px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
}
@media screen and (max-width: 800px)
{
    home-banner img
    {
        max-height: 322px;
    }
}
@media screen and (max-width: 720px)
{
    home-banner img
    {
        max-height: 290px;
    }
}
@media screen and (max-width: 375px)
{
    home-banner img
    {
        max-height: 151px;
    }
}