﻿.banner-right {
    background-color: #007932;
    border-radius: 8px 0 0 8px;
    float: right;
    padding: 20px 20px 20px 25px;
    width: 75%;
}

.banner-left {
    background-color: #007932;
    border-radius: 0 8px 8px 0;
    float: left;
    padding: 20px 25px 20px 20px;
    width: 90%;
}

.banner-section {
    padding-right: 0;
    padding-left: 0;
    margin: 50px 0;
    color: white;
    width: 100%;
    display: block;
    float: right;
}

.banner-title {
    display: flex;
    align-items: center;
}
