strong {
    color: unset;
}

.sidebar {
    padding-top: 84px;
}

figure {
    margin: 0 0 1em;
}

.content__container {
    padding-bottom: 0;
}

.amount {
    padding: 40px 0 0;
    margin-top: 160px;
    border-top: 1px solid #e1e1de;
    position: relative;
}

.sidebar .sidebar__buttons {
    padding-top: 12px;
    border-top: 1px solid #e1e1e1;
}

.james_justify_content-between {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.title {
    color: var(--primary-blue, #00196e);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Garamond Premier Pro;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    margin: 0;
    margin-bottom: 36px;
}

.section-content .dropdown-content:nth-child(3) .dropdown-content__header {
    border-top: 1px solid rgb(229, 229, 229);
}

.section-content .text-content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 36px;
}

.section-content .text-content p {
    margin-bottom: 12px;
}

.section-content .bannerImg {
    margin-top: 36px;
}

.section-content h2 {
    margin-top: 20px;
    margin-bottom: 36px;
}

.section-content h3 {
    margin-top: 36px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Halyard Text';
}

.section-content .bannerImg img {
    width: 100%;
    height: auto;
}

.section-content li,
.section-content p {
    color: var(--black, #222);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.section-content p {
    margin-bottom: 12px;
}

.type-block.teaser .block-inner h2 {
    font-size: 48px;
    margin-bottom: 16px;
}

.dropdown-content__header__title p {
    font-size: 24px;
    margin: 0;
    color: var(--dark-grey, #8a8a8a);
}

.dropdown-content_wrap {
    max-width: 643px;
}

.dropdown-content__content .sub-heading {
    color: var(--primary-blue, #00196e);
}

.wrap-contact a .image:hover {
    filter: invert(73%) sepia(91%) saturate(1607%) hue-rotate(342deg)
        brightness(102%) contrast(101%);
}

.section-content ul {
    list-style: square;
    padding-left: 20px;
    margin: 12px 0px;
}

.section-content ul li::marker {
    font-size: 12px;
}

.content__container ul li {
    padding-bottom: 0px;
}

.section-content ul li {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 12px;
}

/* tablet + mobile */

@media (max-width: 991px) {
    .sidebar {
        padding-top: 0;
    }

    .james__news .james__news--list .james__news--item {
        margin-bottom: 0px;
    }

    .james__news .james__news--list .james_col-4:nth-child(3) {
        display: none;
    }

    .title {
        font-size: 40px;
        line-height: 48px;
    }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
    .james__connect .james__connect--list .james_col-4 {
        flex-shrink: 0;
        width: 50%;
        max-width: 50%;
        padding-right: 18px;
        padding-left: 18px;
    }

    .james__news .james__news--list .james_col-4 {
        max-width: 50%;
        width: 50%;
    }

    .james__connect .james__connect--list {
        max-width: 85%;
        margin: 0 auto;
    }

    .james__news .james__news--list {
        max-width: 85%;
        margin: 0 auto;
    }

    .sidebar .sidebar__buttons {
        display: flex;
        flex-direction: row;
        gap: 12px;
        flex-wrap: wrap;
    }

    .sidebar__buttons--title {
        width: 100%;
    }

    .sidebar__buttons .sidebar__buttons--link {
        width: 48%;
        margin-bottom: 20px;
    }

    .sidebar__buttons .sidebar__buttons--link:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (max-width: 769px) {
    .content__container {
        max-width: 522px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .james_justify_content-between .james_order-1 {
        display: none;
    }
}

@media (max-width: 576px) {
    .title {
        font-size: 36px;
        line-height: 40px;
    }

    .dropdown-content__header__title p {
        font-size: 20px;
        line-height: 26px;
    }

    .dropdown-content__header__title.active p {
        font-size: 20px;
        line-height: 26px;
    }

    div.content__container .content-title,
    div.content__container h3 {
        max-width: 100%;
    }

    .james__news .james__news--list .james__news--item {
        margin-bottom: 30px;
    }
}
