.my-container {
    background: #fff;
    margin-bottom: 50px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 30px;
    padding: 35px 30px;
    max-width: 1200px;
}
.center {
    margin: auto;
    min-width: 10%;
    max-width: 1200px;
    padding: 10px;
}

.no-scroll {
    overflow-y: hidden;
}

.scroll {
    overflow-y: scroll;
}

body {
    background-color: #f6f6f6;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 12px;
    line-height: 1.428571429;
    color: #333;
}

h1 {
    color: #444;
    font-weight: 700;
    margin-top: 0;
    font-size: 14px;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
h2, .h2, h3, .h3 {
    margin-top: 17px;
    margin-bottom: 9px;
}
h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

p {
    margin: 0 0 8.5px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.container {
    min-width: 95%;
    max-width: 1200px !important;
}
.form-control {
    height: 56px;
    min-height: 48px;
    font-size: inherit !important;
}
body {
    font-size: inherit !important;
    font-weight: 400;
}
h1 {
    font-size: 20px;
}
@media (max-width: 480px) {
    html {
        font-size: 16;
    }
}
@media (min-width: 480px) {
    html {
        font-size: 17px;
    }
}
@media (min-width: 768px) {
    html {
        font-size: 32px;
    }
    h1 {
        font-size: 32px !important;
    }
}
@media (min-width: 992px) {
    html {
        font-size: 19px;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 20px;
    }
}
