.course-entry .course-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem
}

.course-entry .wp-block-columns {
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
    margin: clamp(32px, 6vw, 96px)0
}

.course-entry .wp-block-heading strong {
    font-weight: 600
}

.course-entry p {
    
    
    margin-bottom: 1.5em;
}

.course-entry ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

.course-entry ol {
    list-style-type: decimal;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

.course-entry li {
    margin-bottom: 0.5em;
}

.course-entry h2,
.course-entry h3,
.course-entry h4 {
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3;
}

.course-entry .wp-block-image img,
.editor-styles-wrapper .wp-block-image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 12px
}

@media (min-width:1024px) {
    .course-entry .wp-block-columns {
        gap: 80px
    }

    .about-s1 .right {
        padding-left: 4em;
    }

    .about-s2 .left {
        padding-right: 4em;
    }
}

@media (max-width:1024px) {
    .course-entry .wp-block-columns {
        margin: 56px 0
    }
}

@media (max-width:640px) {
    .course-entry .wp-block-columns {
        gap: 24px;
        margin: 36px 0
    }

    .course-entry .wp-block-heading {
        font-size: 24px
    }

    .course-entry p {
        font-size: 16px
    }
}

.editor-styles-wrapper .wp-block-columns {
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
    margin: clamp(32px, 6vw, 96px)0
}

.editor-styles-wrapper .wp-block-heading {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.2;
    margin-bottom: 16px;
    color: #111
}

.editor-styles-wrapper .wp-block-heading strong {
    font-weight: 700
}

.editor-styles-wrapper p {
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.8;
    color: #111827
}

.world-map-bg {
    background-image: url(../images/world.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: clamp(340px, 55vw, 560px)
}

.location-card,
.map-marker {
    position: absolute;
    background: var(--intraservis-blue)
}

.map-marker {
    width: 12px;
    height: 12px;
    border-radius: var(--radius-pill);
    box-shadow: 0 0 0 3px #fff, 0 6px 10px rgba(0, 133, 210, .3);
    transform: translate(-50%, -50%)
}

.location-card {
    left: clamp(16px, 6vw, 72px);
    bottom: clamp(16px, 6vw, 72px);
    color: var(--white);
    padding: clamp(16px, 3vw, 32px);
    border-radius: var(--outer-radius);
    width: min(500px, 90%);
    box-shadow: 0 10px 30px rgba(0, 133, 210, .35)
}

.location-card p {
    opacity: .95
}

@media (max-width:768px) {
    .world-map-bg {
        min-height: 300px
    }

    .location-card {
        width: 92%;
        left: 4%;
        bottom: 4%;
        border-radius: 24px
    }

    .about-s2 {
        display: flex;
        flex-direction: column-reverse;
    }
}

.card-container {
    position: relative;
    background-color: #FFFFFF;
    border: 2px solid #1EA995;
    border-radius: 35px;
    padding: 60px 40px 40px 40px;
    width: 100%;
    margin: 8em auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.avatar-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #1EA995;
    background-color: #ddd;
    z-index: 10;
}

.avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-content {
    color: #1EA995;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    font-style: italic;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
}

.author {
    color: #1EA995;
    font-size: 1.5rem;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

@media (max-width: 600px) {
    .quote-content {
        font-size: 1.2rem;
    }

    .card-container {
        padding: 50px 20px 30px 20px;
    }
}