.content {
    display: flex;

    &__card {
        max-width: 64rem;
        width: 130%;
        height: 55rem;
        transform: translateX(6rem);
     
        

        img {
          
            width: 100%;
            height: 100%;
            object-fit: contain;
            
        }

        &--text {
            font-weight: 400;
            font-size: 1.7rem;
            line-height: 3rem;
            
        }
    }

    &__girl {
        max-width: 56rem;
        width: 100%;
        height: 64rem;
        margin-top: -6rem;
        transform: translateY(3rem);

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
}