
img {
    display: block;
}

.marge {
    padding: 20px;
}

h5 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 24px;
    font-family: "Mukta Mahee", sans-serif;

}

@media screen and (min-width: 1200px) {
    .content {
    width: 1500px;
}

    .first {
        max-width: 700px!important;
    }

    .card {
        max-width: 500px!important;
    }
    h5 {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        color: white;
        font-size: 30px;
        line-height: 34px;
            font-family: "Mukta Mahee", sans-serif;

    }

    .marge {
        padding: 40px;
}
}

