section.banner {
    height: 595px;
    display: flex;
    align-items: center;
}

section.banner .content {
    max-width: 815px;
}

section.banner .content p{
    color: #000;
}

@media (max-width: 400px) {
    section.banner {
        height: auto !important;
    }
}