.guide-page-wrapper .guide-page-hero img {
    width: 100%;
    height: auto;
    max-height: 65vh;
    object-fit: cover;
    object-position: center;
}

.guide-page-content .guide-page-main {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

.guide-page-content .guide-page-main p {
    font-size: 18px;
    line-height: 1.7;
}

.guide-page-content .guide-page-heading {
    margin-bottom: 0;
}

.guide-page-content .guide-steps-heading {
    font-size: 28px;
    font-weight: 700;
    margin: 32px 0 18px;
    color: #000;
}

.guide-page-content .guide-step {
    margin: 0 0 36px;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.guide-page-content .guide-step h3 {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 10px;
    color: #000;
}

.guide-page-content .guide-step p {
    margin-bottom: 16px;
}

.guide-page-content .guide-step-image-wrap {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ececec;
    background: #fff;
}

.guide-page-content .guide-step img {
    display: block;
    width: 50%;
    height: auto;
}

.guide-page-content .guide-page-support {
    margin-top: 8px;
    font-weight: 400;
}

.guide-page-content .guide-page-support.is-bold {
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .guide-page-content .guide-steps-heading {
        font-size: 24px;
    }

    .guide-page-content .guide-step h3 {
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {
    .guide-page-content .guide-page-main {
        padding-left: 0;
        padding-right: 0;
    }

    .guide-page-content .guide-page-main p {
        font-size: 17px;
    }

    .guide-page-content .guide-steps-heading {
        font-size: 22px;
        margin-top: 26px;
    }

    .guide-page-content .guide-step {
        margin-bottom: 24px;
        padding: 14px;
        border-radius: 10px;
    }

    .guide-page-content .guide-step h3 {
        font-size: 19px;
        margin-bottom: 8px;
    }

    .guide-page-content .guide-step p {
        font-size: 16px;
        line-height: 1.6;
    }
}
