header .main-header .center-content .contact h2 {
    margin: 4px 0px 0px 0px;
    font-size: 1.17em;
    font-weight: bold;
}



.content-wrapper .center-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: x-large;
    gap: 2rem;
}


.content-wrapper .blue-beam {
    width: 100vw;
    height: 3.2rem;
    background-color: #010d5d;
}


.content-wrapper .center-content .left-side {
    align-self: flex-start;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 2rem;
    margin: 3vb 2vb 2vb 2vb;
}

.content-wrapper .center-content .left-side > * {
    margin: 0px;
}

.content-wrapper .center-content .left-side h1 {
    margin: 1rem 0 0 0;
    color: #52646f;
    font-size: 45px;
    font-weight: 400;
}

.content-wrapper .center-content .left-side p:first-of-type {
    margin-bottom: 1rem;
}

.content-wrapper .center-content .left-side .m p {
    margin: 0px;
}

.content-wrapper .center-content .left-side .m p ~ p {
    margin-top: 0.5rem;
}

.content-wrapper .center-content .left-side .bold {
    font-weight: bold;
    color: #0c215f;
}

.content-wrapper .center-content .left-side .normal {
    color: #0c215f;
}

.content-wrapper .center-content .left-side .grey-thin {
    color: grey;
}


.content-wrapper .center-content .right-side {
    flex: 1 1 auto;
    align-self: flex-start;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    max-width: fit-content;
    margin: 5vb 0px;
}

.content-wrapper .center-content .contact-image {
    flex: 1 1 480px;
    width: 100%;
    align-self: center;
    box-shadow:
        0 2.8px 2.2px rgb(0 0 0 / 0.034),
        0 6.7px 5.3px rgb(0 0 0 / 0.048),
        0 12.5px 10px rgb(0 0 0 / 0.06),
        0 22.3px 17.9px rgb(0 0 0 / 0.072),
        0 41.8px 33.4px rgb(0 0 0 / 0.086),
        0 100px 80px rgb(0 0 0 / 0.12);
    margin-bottom: 5vh;
}

.content-wrapper .center-content .contact-button {
    background-color: #c0ddf2;
    border: 2px solid #82939e;
    border-radius: 20px;
    color: #0937ab;
    margin: 1vb;
    padding: 5px;
    font-size: larger;
    text-decoration: none;
    text-align: center;
    transition: 
        background-color 0.3s ease,
        border 0.3s ease;
}

.content-wrapper .center-content .contact-button:hover {
    background-color: #82939e;
    border: 2px solid #000000;
}


@media (max-width: 1443px) {
    .content-wrapper .center-content {
        justify-content: center;
    }

}

@media (max-width: 1443px) {
    .content-wrapper .center-content .right-side img {
        flex: 0 0 auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        object-position: bottom;
    }
}
