#cms #wrapper .container {
    max-width: 900px;
}

#cms #content-wrapper p {
    margin-bottom: 1rem !important;
}

#cms ul, ol {
    padding: 10px;
    list-style: disc;
}

#cms .box-faqpage .ApHtml .title[aria-expanded="true"] .title_block {
    border-bottom: 2px solid #5E5FAA;
    background: #b5b5b5;
}

#cms .box-faqpage .ApHtml .title_block {
    border-radius: 20px !important;
}

#cms .box-faqpage .ApHtml .title_block:before {
    content: '';
}

.cms-content-group h3 {
    margin-bottom: 2rem;
}

.cms-content-group p {
    font-size: 0.8rem;
    color: #000;
    font-weight: 500;
    line-height: 1.1rem;
}

.cms-footer-ribbon {
    text-align: center;
    background: #5E5FAA;
}

.cms-footer-ribbon h3 {
    color: #fff;
    padding: 6rem;
    margin: 0 auto;
    line-height: 1.75rem;
    max-width: 1100px;
}

.cms-id-10 #main header {
    display: none;
}

.press-images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 35px;
    justify-content: center;
    align-items: center;
}

.press-image {
    position: relative;
    text-align: center;
}

.press-image a {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.press-image:hover a {
    display: block;
}