section.service-main {
    width: 100vw;
    height: 35em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/background/blue-arrow.png');
    background-repeat: no-repeat;
    background-size: 47em;
    background-position-x: -33em;
    background-position-y: -23em;
    margin-top: 4em;
    OVERFLOW: hidden;
}
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 24em;
    background-image: url('../img/banner/texture.png');
    /* overflow: hidden; */
}


.wrapper-txt-btn {
    width: 50%;
    padding: 2em;
}

.img {
    width: 50%;
    display: flex;
    justify-content: center;
}

.img img {
    width: 807px;
}

.txt-service h1 {
    width: 80%;
    text-align: left;
    font: normal normal 800 23px/55px Poppins;
    letter-spacing: 0.18px;
    color: #2B0556;
    /* opacity: 0.6; */
}

.txt-service p {
    width: 80%;
    text-align: left;
    font: normal normal 400 17px/25px Poppins;
    letter-spacing: 0.18px;
    color: black;
    /* opacity: 0.6; */
}

.btn-pourple {
    width: 80%;
    height: 10em;
    justify-content: initial;
    margin: 2em 0 0 0;
}
.btn button{
    width: 300px;
    height: 72px;
    background-color: rgba(240, 248, 255, 0);
    border-style: solid;
    border-color: white;
    font: normal normal 416 24px/72px Poppins;
    color: white;
}
.btn button:hover {
    transition: .5s;
    background-color: #57C1DB;
    color: #2B0556;
    border-color: #57C1DB;
    cursor: pointer;
}

@media only screen and (max-width: 1418px) {
    section.service-main {
        height: 27em;
        background-image: inherit;
    }
    .wrapper {
        width: 100vw;  
    }
    .img img {
        width: 626px;
    }
}

@media only screen and (max-width: 977px) {
    section.service-main {
        height: 56em;
        background-image: inherit;
    }
    .wrapper {
        display: grid;
        justify-items: center;
        width: 100vw;
        height: 54em;

        /* overflow: hidden; */
    }
}

@media only screen and (max-width: 598px) {
    .img img {
        width: 382px;
    }
    .wrapper-txt-btn {
        width: 71%;
        
    }
    .wrapper {
        display: grid;
        justify-items: center;
        width: 100vw;
        height: 66em;
        /* overflow: hidden; */
    }
    .btn button {
        width: 205px;
        height: 78px;
    }
    .img {
        width: 50%;
        display: flex;
        justify-content: center;
        padding-top: 2em;
        margin-bottom: -5em;
    }
    .txt-service h1 {
        font: normal normal 800 22px/31px Poppins;
        margin-bottom: 1em;
        /* opacity: 0.6; */
    }
}