.GS-work-box {
    display: flex;
    align-items: center;
    gap: 50px;
    background: #242424;
}

.GS-work-right h2 {
    color: #FFFFFF;
    font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}

.GS-work-right svg {
    width: 50px;
    margin: -1px 8px -13px -5px;
}

.GS-work-right p {
    color: #FFFFFF;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    height: 170px;
}

.GS-work-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 55%;
    height:315px;
}

.GS-work-left {
    width: 45%;
}

.GS-work-left img {
    border-radius:30px;
}


.gs-work-slider .swiper-pagination-bullet {
    width: 100px;
    height: 6px;
    border-radius: 100px;
    background: white;
    opacity: 1;
}

.gs-work-slider {
    position: absolute;
    width: 100%;
    left: 23%;
    bottom: 16%;
}


.gs-work-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    min-width: 100px;
    max-width:100px;
    height: 6px;
    border-radius: 100px;
    background: rgba(110, 186, 112, 1);
    opacity: 1;
}



@media only screen and (max-width: 767px) {
    .GS-work-box {
        display: flex;
        align-items: center;
        gap: 0px;
        background: #242424;
        flex-direction: column-reverse !important;
        height: 720px;
        justify-content: flex-end;
    }

.GS-work-right p {
    color: #FFFFFF;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    height: 230px;
}

.GS-work-right h2 {
    color: #FFFFFF;
    font-family: "Inter", Sans-serif;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 30px !important;
    margin: 0;
}

.gs-work-slider {
    position: absolute;
    width: 100%;
    left: 0% !important;
    bottom: -101% !important;
}



.GS-work-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100% !important;
    height:320px !important;
}

.GS-work-left {
    width: 100% !important;
}
}