.banner {
    min-height: 561px;
    padding: 150px 60px;
    display: flex;
    /*align-items: center;*/
    border-radius: 20px;
    overflow: hidden;
    background: url("img/corpoffer.png") left center no-repeat;
    position: relative;
}

/*.banner-date {
    background: #fff;
    padding: 14px 20px;
    border-radius: 50px;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--darkblue);
    margin-bottom: 24px;
}*/

.banner-content {
    max-width: 400px;
}

    .banner-content p {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.4;
        color: #fff;
		margin-top: 35px;

    }

.page .banner-header {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-top: 0;
    margin-bottom: 16px;
}

.red-text {
    color: #FF6505!important;
}

.second-section p{
    margin-bottom: 24px;
}

@media (max-width: 650px){
.page .banner-header {
    font-size: 40px;

}
}