@charset "utf-8";

/* CSS Document */

.container-85-1 {
    margin: 0;
    padding: 0;
    height: 306px;
    margin-top: -20px;
    position: relative;
    background: url(../images/conainer-1-85/bg.png) top center no-repeat;
}

.container-85-1 .container {
    position: relative;
}

.container-85-1 .container-text {
    padding-top: 26px;
    font: 24px/28px 'thaisanslite', Arial, sans-serif;
    text-align: center;
    color: #fff;
}

@media (max-width: 575px) {
    .container-85-1 {
        margin-top: -30px;
        height: 346px;
        background: url(../images/conainer-1-85/bg-m.png) top center no-repeat;
    }
    .container-85-1 .icon {
        top: 215px;
    }
    .container-85-1 .container-text {
        padding-top: 26px;
        font: 20px/28px 'thaisanslite', Arial, sans-serif;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container-85-1 {
        margin-top: -30px;
        height: 346px;
        background: url(../images/conainer-1-85/bg-m.png) top center no-repeat;
    }
    .container-85-1 .icon {
        top: 215px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    ...
}

@media (min-width: 992px) and (max-width: 1199px) {
    ...
}

@media (min-width: 1200px) and (max-width: 1280px) {
    ...
}

@media (min-width: 1281px) and (max-width: 1366px) {
    ...
}

@media (min-width: 1367px) and (max-width: 1440px) {
    ...
}

@media (min-width: 1441px) and (max-width: 1600px) {
    ...
}