.branding-background{
    background-image: linear-gradient(
        179deg,#2b0556af,#8e82a88c,#cdb8e97c), url(../img/background/pc.png);
        animation: gradient 130s ease infinite;
}

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;
}
.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;
}




@media only screen and (max-width: 1375px) {   
    .img img {
        width: 691px;
    }

}

@media only screen and (max-width: 1158px) {   
    .wrapper {
        display: grid;
        justify-items: center;
        align-content: center;
        width: 100vw;
        height: auto;
        overflow: hidden;
    }
    section.service-main {
        height: 54em;
    }


}

@media only screen and (max-width: 532px) {   
    .wrapper-txt-btn {
        width: 90%;
        padding: 2em;
        display: grid;
        justify-content: center;
        align-content: center;
        align-items: center;
        justify-items: center;
    }
    .img {
        width: 90%;
        display: flex;
        justify-content: center;
    }
    .img img {
        width: 387px;
    }
    section.service-main {
       margin-top: 0em;
       background-image:inherit;
    }

}