.page-top {
    background-color: #0171ba;
    color: #fff;
}

.page-top .lets-talk {
    background-color: #f2d048;
    color: #0976c3;
}

.page-content {
    background-image: url(img/flying-airplanes.jpg);
    background-size: cover;
}

.page-content h2 {
    color: #0976c3;
}

.page-content h2 span {
    background-color: transparent;
    /* border-radius: 5px; */
    /* padding: 0 5px; */
}

.page-content h3 {
    color: #21aa49;
}

.support-items {
    display: flex;
    margin-bottom: 40px;
    width: 100%;
    max-width: 1300px;
}
@media (max-width: 1000px) {
    .support-items {
        flex-direction: column;
    }
}

.support-item {
    border: 2px solid #36c;
    background-color: #fff;
    padding: 20px 10px;
    margin: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
}

.support-item h3 {
    text-transform: uppercase;
    font-size: 2em;
    color: black;
    margin-bottom: 0;
}

.support-item p {
    margin: 10px 0;
    font-size: 1.2em;
    line-height: 1.3em;
}

.support-item a {
    color: blue;
    font-size: 1.2em;
    line-height: 1.3em;
}

.page-content.why-excelsior-section {
    background-image: none;
    background-color: #ebf6ff;
}
