@media only screen and (min-width:900px)
{
	.ql{margin-top: 120px;}
}
@media only screen and (max-width:700px)
{
	.mobile-header{margin-top: 30px;}
}
body {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 400;
    letter-spacing: .05em;
    color: #151515;
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden;
}