.header-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: 
    linear-gradient(to bottom, #EFF1F5 56%, white 44%),
    linear-gradient(to left, #EFF1F5 23%, white 23%);
    background-blend-mode: darken;
    height: 450px;
}

.header-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1432px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.header-section .title {
    font-size: 56px;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    color: #002368;
    line-height: 56px;
    padding-top: 60px;
}

.side {
    margin: 0px;
    position: absolute;
    right: 6%;
    top: 7%;
    width: 348px;
}

.side .navLocal__headline a {
    line-height: 28px;
    padding: 32px 20px;
}

.side .navLocal {
    margin-top: 9px;
}

.content-section {
    display: flex;
    gap: 108px;
    flex-direction: column;
    background: linear-gradient(to left, #EFF1F5 23% , white 23%);
    padding-bottom: 213px;
}

.content-section .content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1432px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.content-section .content-container {
    width: 70%;
}

.content-section .sub-title {
    font-size: 50px;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    color: #002368;
    line-height: 56px;
    width: 74%;
}

.media {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 40px;
}

.media .media-figure figure {
    width: 235px;
}

.media-figure figure {
    display: flex;
    flex-direction: column;
    gap: 23px;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.media-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.media-text p {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.nav-local-wrapper {
    display: none;
}

.dropdown-toggle {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.dropdown-menu {
    display: none;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.dropdown-toggle svg {
    transition: transform 0.3s ease;
}

@media screen and (min-width: 1280px) {
    .header-section .title {
        font-size: max(2.92vw, 37px);
    }

    .content-section .sub-title {
        font-size: max(2.92vw, 31px);
    }
}

@media screen and (max-width: 1280px) {
    .header-section .title {
        font-size: 38px;
        line-height: 30px;
    }

    .content-section .sub-title {
        font-size: 32px;
        line-height: 32px;
    }

    .side {
        right: 2%;
    }
}

@media screen and (max-width: 860px) {
    .header-section {
        height: 298px;
        background: linear-gradient(to bottom, #EFF1F5 50%, white 50%);
    }

    .header-section .title { 
        font-size: 38px;
        line-height: 38px;
        padding-top: 45px;
    }

    .header-wrapper {
        padding: 0px 16px;
    }

    .content-section {
        gap: 80px;
        background: none;
        padding-bottom: 55px;
    }

    .content-section .content-wrapper {
        padding: 0px 16px;
    }

    .content-section .content-container {
        width: 100%;
    }

    .content-section .sub-title {
        font-size: 32px;
        line-height: 33px;
        width: 100%;
    }

    .media {
        flex-direction: column;
        margin-top: 20px;
    }

    .media-figure figure {
        gap: 10px;
    }

    .media .media-figure {
        margin: auto;
    }

    .media .media-figure figcaption {
        text-align: justify;
    }

    .side {
        display: block;
        position: static;
        width: 100%;
        padding: 0px 16px;
    }
}
