.landing-section {
    position: relative;
    margin-bottom: 2rem;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.background-image {
    position: absolute;
    left: 0;
    z-index: -5;
    width: 100vw;
}

@media (max-width: 760px) {
    .background-image {
        display: none;
    }
}

.logo{
    height: 4rem;
    width: 4rem;
    margin-bottom: 4rem;
}

.content {
    max-width: 38rem;
    z-index: 5;
    margin-bottom: 2rem;
    text-align: center;
    margin-top: 2rem;
}

.content-heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #002366;
}

.content-subheading {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2;
    color: #002366;
}

.highlight {
    color: #0085FF;
}

.what-set-us-apart {
    max-width: 80%;
    background-color: #0085FF;
    padding: 5% 10%;
    margin-bottom: 4rem;
    border-radius: 8px;
}

.what-set-us-apart ul {
    list-style-type: none;
    padding: 0;
    font-size: 1.2rem;
    color: white;
}

.what-set-us-apart .content-heading{
    color: white;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

.contact-us{
    padding: 0% 12%;
    gap: 2rem;
    margin-bottom: 4rem;
}

.contact{
    background-color: #f1f5f9;
    border-radius: 8px;
    padding: 1.5rem 2rem;
    width: 100%;
}

.contact-heading{
    font-size: 1.5rem;
    font-weight: 600;
}

.contact-description{
    font-size: 1rem;
    color: #757575;
    margin-top: 0.5rem;
}