.section-process {
    position: relative;
}

.section-process__compass {
    position: absolute;
    top: 0;
    right: 0;
    height: 98%;
    pointer-events: none;
}

@media (max-width: 767px) {
    .section-process__compass {
        display: none;
    }
}

.section-process__compass-img {
    display: block;
    height: 100%;
    width: auto;
}

.section-process__title {
    font-family: "Gotham", sans-serif;
    color: #0b3f63;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    margin: 0 0 1.5rem;
    max-width: 85%;
}

@media (max-width: 768px) {
    .section-process__title {
        max-width: 100%;
    }
}

.section-process__title-strong {
    font-weight: 900;
}

.section-process__title-heavy {
    font-weight: 900;
}

.section-process__title-light {
    font-weight: 500;
}

.section-process .section-process__steps-grid {
    overflow: visible;
}

@media (min-width: 1024px) {
    .section-process .section-process__steps-grid {
        padding-right: 4rem;
    }
}

.section-process__border-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #009ad7;
}

.section-process__border-right {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    bottom: 0;
    background-color: #009ad7;
}

@media (min-width: 1024px) {
    .section-process__border-right {
        display: block;
    }
}

.section-process__connector-h {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 44px;
    background-color: #009ad7;
    transform: translateX(100%);
}

.section-process__connector-arrow {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(calc(100% + 34px)) translateY(9px);
}

@media (min-width: 1024px) {
    .section-process__connector-h,
    .section-process__connector-arrow {
        display: block;
    }
}

.section-process__icon-wrap {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-process__step-title {
    font-family: "Rokkitt", Georgia, serif;
    font-size: clamp(20px, 4vw, 26px);
    font-weight: 800;
    line-height: 1.25;
    color: #414042;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.section-process__step-body {
    font-family: "Gotham", sans-serif;
    font-size: clamp(16px, 1.2vw, 24px);
    font-weight: 400;
    line-height: 1.4;
    color: #414042;
    margin: 0;
}
