:root {
    --theme-color: #5e17eb;
    --theme-pink:#b59fc5;
    --theme-kakampink: #cb6ce6;
    --font-size-title: 44px;
    --font-weight-title: 600;
    --text-light: #fff;
    --text-black: #000;
    --text-gray: rgb(61, 61, 61);
    --bg-content: #F3F6FF;
    --font-family-title: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-title: 'Montserrat', sans-serif;
}
/* Arraw Tab */
.arrow-tab{
    display: flex;
    padding: 0px 6rem;
}
.arrow-tab .title-image {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
}
.arrow-tab .title-image img {
    width: 300px; /* Set the desired width */
    height: auto; /* Maintain aspect ratio */
}
.arrow-tab .title-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    margin-left: 10px;
}
.arrow-tab .row .process-detail .step{
    padding: 30px 15px;
}
.process-step{
    padding-top: 4rem;
}

@media (max-width: 575px){
    .process-step .container .text-center{
        margin-bottom: 2rem;
    }
}
.process-step.bg-content{
    background-color: var(--bg-content);
}
.just-cont-center{
    justify-content: center;
}