.hs-image {
    z-index: 1;
}

.hs-text {
    width: 88%;
    padding: 50px;
    padding-bottom: 20px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: -3rem;
    z-index: 2;
}

.hs-text h5 {
    color: #222;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.hs-text p {
    color: #888;
    font-size: 18px;
    line-height: 1.7;
}

.hs .mc-process-wrapper {
    justify-content: center;
    gap: 2.5rem;
}


/*==================================================*/
@media (max-width: 1250px) {
    .hs .mc-process-wrapper {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
    }

    .hs .mc-prc-arrow {
        transform: rotate(0);
    }
}


@media (max-width: 950px) {
    .hs .mc-process-wrapper {
        flex-direction: column;
        gap: 1rem;
    }

    .hs .mc-prc-arrow {
        transform: rotate(90deg);
    }
}


@media (max-width: 768px) {
    .hs-text {
        width: 90%;
        padding: 0;
        padding-top: 40px;
        margin-top: 0;
    }
}


@media (max-width: 550px) {
    .hs-image {
        height: 200px;
        object-fit: cover;
    }
    
    .hs-text h5 {
        font-size: 22px;
    }

    .hs-text p {
        font-size: 15px;
    }

    .hs .mc-process-wrapper {
        gap: 0;
    }
}