.ceumer-related-links {
    box-sizing: border-box;
    width: 80%;
    max-width: 1080px;
    margin: 48px auto;
    padding: 32px 40px;
    color: #162944;
    background: #f2f4fb;
}

.ceumer-related-links h2 {
    margin: 0;
    padding: 0 0 12px;
    color: #162944;
    font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
}

.ceumer-related-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ceumer-related-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ceumer-related-links a {
    color: #004fe8;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.ceumer-related-links a:hover,
.ceumer-related-links a:focus-visible {
    color: #162944;
}

@media (max-width: 980px) {
    .ceumer-related-links {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .ceumer-related-links {
        width: calc(100% - 40px);
        margin: 32px auto;
        padding: 24px 20px;
    }

    .ceumer-related-links h2 {
        font-size: 26px;
    }

    .ceumer-related-links li {
        width: 100%;
    }
}

.ceumer-location-map {
    position: relative;
    min-height: 557px;
    height: 100%;
    overflow: hidden;
    background: #e5e9ef;
}

.ceumer-location-map iframe {
    display: block;
    width: 100%;
    min-height: 557px;
    height: 100%;
    border: 0;
}

.ceumer-location-map p {
    position: absolute;
    right: 18px;
    bottom: 18px;
    margin: 0;
}

.ceumer-location-map a {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 3px;
    background: #182845;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.ceumer-location-map a:hover,
.ceumer-location-map a:focus-visible {
    background: #0a8fca;
    color: #fff;
}

.home .et_pb_text_2 h2 {
    white-space: nowrap;
}

@media (min-width: 981px) and (max-width: 1300px) {
    .home .et_pb_text_2 h2 {
        font-size: clamp(28px, 2.8vw, 38px) !important;
    }
}
