.picture-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.picture-banner-content h2 {
    font-size: 64px;
}

@media screen and (max-width: 768px) {
    .picture-banner-content h2 {
        font-size: 32px;
        width: 100%;
    }
}