.main-Container .Service-Img {
    position: relative;
}
    .main-Container .Service-Img img {
        width: 100%;
        height: 300px;
        background-color:#949799;
    }
    .main-Container .Service-Img .text {
        width: 470px;
    }
        .main-Container .Service-Img .text p {
            position: absolute;
            top:40%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            font-weight: bold;
        }
        .main-Container .Service-Img .text p:last-child {
            font-size: 20px;
            top:60%;
            font-weight: normal;
        }

    .main-Container .Service-1 {
        margin: 80px 0;
    }
        .main-Container .Service-1 p {
            font-size: 18px;
            font-weight: bold;
            color: #000;
            text-align: center;
            margin-top: 10px;
        }
        .main-Container .Service-1 img {
            object-fit: cover;
            width: 100%;
            height: 200px;
            object-position: center;
        }

    .main-Container .Service-2 {
        margin: 0 0 80px;
    }

    .main-Container .Service-2 .Title {
        color: #000;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
    }
        .main-Container .Service-2 img {
            width: 100%;
            height: 200px;
            padding: 0 20px;
            object-fit: cover;
            object-position: center;
        }
        .main-Container .Service-2 .Items {
            position: relative;
        }


.slick-prev:before
,.slick-next:before {
    background-color: #FDB913;
    width: 60px;
    height: 60px;
    position: absolute;
    line-height: 60px !important;
    transform: translate(-50%, -50%);
    font-family: none !important;
    font-size: 36px !important;
}
.slick-next:before {
    left: -60%;
}
.slick-prev:before {
    left: 169%;
}