/*
   _____                                    _
  / ____|                                  | |
 | (___  _ __   __ _  ___ ___  ___ ___   __| | ___
  \___ \| '_ \ / _` |/ __/ _ \/ __/ _ \ / _` |/ _ \
  ____) | |_) | (_| | (__  __/ (__ (_) | (_| |  __/
 |_____/| .__/ \__,_|\___\___|\___\___/ \__,_|\___|
        | |
        |_|

    ------------
    Version 0.1.21

*/

/* Trailer */
.trailer{
    margin: 100px 7%;
    padding-bottom: 100px;
}

.trailer iframe{
    border-radius: 13px;
}

.trailer__info{
    padding-left: 60px;
}

.trailer h3{
    color: white;
    font-weight: 700;
}

.trailer p{
    color: #b5b5b5;
    font-size: 15px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
    .trailer__info{
        padding-top: 40px;
        padding-left: 10px;
    }
}

/* Guarantee */
.guarantee{
    margin: 0 7% 100px;
}

.guarantee__title{
    color: white;
    text-align: center;
    padding-bottom: 20px;
}

.guarantee__title h2{
    color: white;
    font-size: 34px;
    font-weight: 700;
}

.guarantee__title p{
    color: #b5b5b5;
    font-size: 15px;
    margin-bottom: 40px;
}

.guarantee__card{
    background-color: white;
    border: 3px solid #4b4b4be1;
    padding: 40px;
    border-radius: 13px;
    margin-bottom: 23px;
}

.guarantee__card img{
    margin-left: 174px;
    margin-bottom: 30px;
    width: 50px;
}

.guarantee__card h5{
    color: black;
    text-align: center;
    font-weight: 600;
}

.guarantee__card p{
    font-weight: 500;
    color: #5c636a;
    text-align: center;
    font-size: 14px;
}

/* Administration */
.administration{
    margin: 200px 7% 140px;
}

.administration__title{
    text-align: center;
    padding-bottom: 60px;
}

.administration__title h2{
    color: white;
    font-size: 34px;
    font-weight: 700;
}

.administration__title p{
    color: #b5b5b5;
    font-size: 15px;
    margin-bottom: 40px;
}

.administration__card{
    text-align: center;
    margin-bottom: 40px;
}

.administration__card img{
    width: 120px;
    margin-bottom: 30px;
}

.administration__card h4{
    color: white;
    font-weight: 600;
}

.administration__card p{
    margin-top: -5px;
    color: #b5b5b5;
    font-size: 14px;
}

/* Last buyers */
.last__buyers{
    text-align: center;
    margin: 0 7% 100px;
}

.last__buyers--title{
    margin-bottom: 40px;
}

.last__buyers--title h2{
    color: white;
    font-size: 34px;
    font-weight: 700;
}

.last__buyers--heads{
    margin-top: -10px;
}

.last__buyers--heads img{
    margin: 20px;
    width: 55px;
    border-radius: 10px;
}

@media only screen and (max-width: 1200px) {
    .guarantee__card img{
        margin-left: 87px;
        margin-bottom: 30px;
        width: 50px;
    }
}