.section2{
    width:100vw;
    margin-top: 3em;
}
.section2-wrapper{
    justify-content: flex-start;
}
.second-wrapper{
    width: 480px;
    height: 319px;
    background-color: rgba(252,252,253,255);
    display: grid;
    justify-content: center;
    align-items: center;
    margin:0 0 0 4em;
}
.section2-text-wrapper{
    margin:0;
}
.small-cards{
    display: flex;
    /* justify-content: space-around; */
    text-align: center;
    align-items: center;
    width:22vw;
    margin:2em;
}
.image-wrapper {
    /* background-color: blue; */
    width: 40%;
    height: 45px;
    display: flex;
    justify-content: center;
}

.small-cards p{
    font: normal normal bold 16px/25px Poppins;
    color:#2B0556;
}
@media only screen and (max-width: 1197px){
    .section2{
        margin: 12em 0 0 0;
    }
    .section2-wrapper{
        width:auto;
    }
    .second-wrapper{
        /* width:80vw; */
        margin:0;
    }
    .small-cards{
        width:auto;
        margin:2em;
    }
    .small-cards img{
        margin:0 2em 0 0;
    }
}
@media only screen and (max-width: 600px){
    .section2{
        margin: 14em 0 0 0;
    }
    .app-section2{
        margin: 18em 0 0 0;
    }
    .seo-section2{
        margin: 21em 0 0 0;
    }
    .ux-section2{
        margin: 24em 0 0 0;
    }
    .second-wrapper{
        width:80vw;
        height:auto;
    }
    .small-cards img {
        margin: 0 2em 0 0;
    }
    .section1-wrapper-big{
        margin-top:0;
    }
}