#home {
    display: flex;
    justify-content: space-between;
}

#home .home-left {
    height: 100%;
    width: 55%;
}

#home .home-left .people {
    width: 100%;
}

#home .home-right {
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#home .home-right .title {
    padding-top: 5.5rem;
    width: 100%;
}

#home .home-right .title .right-title {
    font-family: var(--fonts-primary_bold);
    color: var(--tints-green_300);
    font-size: 6.4rem;
    text-align: center;
    line-height: 7.6rem;
}

#home .home-right .title .right-title-best {
    font-family: var(--fonts-primary_bold);
    color: var(--tints-green_300);
    font-size: 9.6rem;
    text-align: center;
}

#home .home-right .text {
    font-family: var(--fonts-primary_bold);
    color: var(--tints-green_400);
    font-size: 3.8rem;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
    max-width: 40rem;
}

#home .home-right .stamps {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#home img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

#home .logo .image:first-child {
    width: 60%;
}

@media (max-width: 1100px) and (orientation: portrait) {
    #home .home-right .title {
        padding-top: 0;
    }

    #home .home-right .title .right-title-best {
        font-size: 6.6rem;
    }

    #home .home-right .text {
        margin-top: 0;
        font-size: 2.8rem;
    }
}
