.section-background{
    /* padding-top: 3em; */
    width:100vw;
    height:650px;
    background-image: url('../img/digital-marketing/b.png');
    /* background: no-repeat; */
    /* background-size: 55em;
    background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: revert;
    overflow: hidden;
    padding-bottom: 5em;
    /* background-image: url(../img/background/yellow-arrow.png); */
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: -18em;
    background-position-y: -23em;
    /* background-position: right 1200px; */
    background-attachment: local;
}
.section1-wrapper-big{
    width:100vw;
    display: flex;
    justify-content: center;
    margin-top: 3em;
}
.section1-wrapper{
    display: flex;
    width:80vw;
    justify-content: center;
    align-items: center;
}
.SEO-section1-wrapper{
    margin:4em 0 0 0;
}
.section1-img-wrapper{
    width:50%;
}
.section1-img-wrapper img{
    width: 560px;
    height: auto;
}
.SEO-image img{
    width: 628px;
    height: 391px;
}
.IT-image img{
    width: 600px;
    height: 600px;
}
.section1-text-wrapper{
    width:50%;
    border-top:4px solid #57C1DB;
    position: relative;
    margin:0 0 0 5em;
}
 .section1-text-wrapper:after {
    padding:0;margin:0;display:block;/* probably not really needed? */
    content: "";
    width:85%;
    height:10px;
    background-color:white;
    position: absolute;
    right:0;
    top:-5px;
    }
.section1-text-wrapper h1{
    margin:1em 0 0 0;
    font: normal normal bold 35px/53px Poppins;
    color:#2B0556;
}
.section1-text-wrapper p{
    font: normal normal normal 16px/25px Poppins;
}
@media only screen and (max-width: 1250px){
    .section1-wrapper{
        display: grid;
        justify-content: center;
        justify-items: center;
    }
    .section1-img-wrapper{
        width:80vw;
        overflow: hidden;
    }
    .section1-text-wrapper{
        width:80vw;
        margin:2em 0 0 0;
    }
    .section1-img-wrapper {
        display: grid;
    }
}
@media only screen and (max-width: 600px){
    .section1-text-wrapper h1{
        font: normal normal bold 25px/40px Poppins;
    }
    .section1-text-wrapper p{
        font: normal normal normal 14px/25px Poppins;
    }
    .section1-text-wrapper h1 {
        margin: 0;
    }
    .section-background{
        background-image: none;
        height: 210px;
    }
    .section1-img-wrapper img {
        width: 250px;
        height: auto;
    }
}