html,
body {
    margin: 0;
    padding: 0;
    font: 1.2rem sans-serif;
}

@media only screen and (max-width: 600px) {
    .mm {
        width: 88% !important;
        margin-bottom: 50px;
    }

    .aq {
        padding: 0px !important;
    }

    .ss {
        display: flex;
        width: 73% !important;
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }

    .ic {
        width: 30px !important;
        height: 30px !important;
        margin-top: 7px;

    }
}

.bg {
    background-image: url("/sa1.jpg");
    background-size: cover;
    background-repeat: no-repeat;

}

.content {
    position: relative;
    height: 100vh;
    background: #d9d9d9d4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ss {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.aq {
    display: flex;
    padding: 13px;
}