.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 {
    font-size: clamp(16px,1.2vw,18px);
    line-height: 1.8;
    color: #111827
}

.course-entry .wp-block-image img,.editor-styles-wrapper .wp-block-image img {
    display: block;
    width: 100%;
    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;
    }
}