.section-2{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:900px) {
    .section-2{
        width: 95%;
    }
}