header {
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .bg-image {
    object-position: top center !important;
}

h2,
h3 {
    font-weight: 600;
}

.image-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.image-wrapper img {
    height: 100%;
    width: 100%;
}

.btn-primary {
    font-size: 28px;
}

.options-wrapper>div {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 20px;
    align-items: center;
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid #888;
    height: 100%;
}

@media only screen and (max-width: 1100px) {
    .options-wrapper>div {
        grid-template-columns: 30px 1fr;
    }
}

#why-join-us ul li img {
    height: 30px;
    object-fit: contain;
    object-position: center center;
}