.body-container {
    padding: 0 !important;
}
#banner {
    padding: 0;
    margin-bottom: 20px;
}
#CTA {
}
#cta-description div {
    text-align: justify;
    margin: 0 10px;
    border-left: 3px solid #153e67;
    min-width: 300px;
}
.cta-button-container {
    text-align: center;
    font-size: 20px;
}
#cta-description li {
    font-size: 1.1rem;
    list-style: none;
}
#services {
    background-color: #153e67;
    color: #fff;
}
#services .card .col-md-4 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-title {
    color: #153e67;
    font-size: 30px;
    font-weight: bold;
}
.card-text {
    text-align: justify;
    margin: 10px 10px 10px 0;
}
#reasons {
    max-width: 700px;
    margin: 30px auto;
}
#reasons li {
    list-style: none;
}