body {
    min-width: 1180px;
    height: 100%;
    color: #434342;
}

.container-fluid {
    padding: 0;
}

@media only screen and (max-width: 1180px) {
    body {
        min-width: 320px;
    }
}

.header {
    color: #fff;
    background: url("header-bg.jpg") no-repeat center;
    background-size: cover;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .header {
        height: auto;
    }
}

@media only screen and (max-height: 650px) {
    .header {
        height: auto;
    }
}

.header .wrap {
    height: 100%;
    background: #0c133585;
}

.about,
.header .info,
.models {
    padding: 2rem 8rem;
}

.header h1 {
    font-size: 3rem;
}

.header h2 {
    font-size: 2.2rem;
}

.btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d42920;
    border-radius: 25px;
    color: #fff;
    font-size: 1rem;
    opacity: 1;
    transition: all .3s;
}

.btn:hover {
    background: #65bc54;
}

.about {
    background: #363f5f;
    color: white;
}

.about p {
    text-align: justify;
    font-size: 1.1rem;
}

.models {
    width: auto;
    background: #f8f8fd;
}

@media only screen and (max-width: 768px) {
    .about,
    .header .info ,
    .models {
        padding: 2rem 4rem;
    }
}

@media only screen and (max-width: 576px) {
    .about,
    .header .info ,
    .models {
        padding: 2rem 2rem;
    }
}
