.hero {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.hero .logo,
.hero .logos {
    margin: 0 auto;
    display: block;
    width: fit-content;
    z-index: 2;
    position: relative;
}
.hero img {
    z-index: 2;
    position: relative;
}
.hero .row {
    justify-content: center;
}
.hero .content {
    z-index: 2;
    position: relative;
    margin-bottom: 40px;
}
.hero .content h1 {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    font-family: "Domine", serif;
}
.hero .content p {
    color: #fff;
    font-family: "Domine", serif;
    line-height: 24px;
}
.hero .click {
    margin-top: 40px;
    z-index: 2;
    position: relative;
}



.hero .click .btn:first-of-type {
    margin: 0 0 10px;
}
@media (max-width: 1200px) {
    .hero .click .btn:first-of-type {
        margin: 0 10px 0 0;
    }
}
@media (max-width: 767px) {
    .hero .click .btn:first-of-type {
        margin: 0 0 10px;
    }
}
