@media screen and (max-width: 767px) {
    .custom-margin {
        margin-bottom: 25px;
    }
    .custom-size{
        font-size: 18px;
        text-align: center;
    }
    .display-none{
        display: none;
    }
}
.margin-top{
    margin-top: 160px;
}
body{
    overflow-x: hidden;
}