@font-face {
    font-family: 'Carot Sans';
    src: url('https://esmerreklam.com/font/CarotSans-Light.eot');
    src: local('Carot Sans Light'), local('CarotSans-Light'),
        url('https://esmerreklam.com/font/CarotSans-Light.eot?#iefix') format('embedded-opentype'),
        url('https://esmerreklam.com/font/CarotSans-Light.woff2') format('woff2'),
        url('https://esmerreklam.com/font/CarotSans-Light.woff') format('woff'),
        url('https://esmerreklam.com/font/CarotSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

* {
    font-family: 'Carot Sans';
    font-weight: 300;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    color: black;
    overflow-x: hidden;
    background-color: #fff;
}

.main {
    margin-top: 7%;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    padding: 5%;
    box-sizing: border-box;
}

ul,
li,
ol {
    line-height: 1.7;
}

@media screen and (max-width:1490px) {
    .main {
        width: 90%;
        margin-top: 11%;

    }
}

@media screen and (max-width:1100px) {
    .main {
        width: 90%;
        margin-top: 15%;

    }
}

@media screen and (max-width:768px) {
    .main {
        width: 100%;
        padding: 10px;
        margin-top: 20%;

    }
}