.hero {
    padding: 0;
}

@media(max-width:1400px){
    .hero {
        padding: 50px 0;
    }
}

@media(max-width:1200px){
    .hero{
        padding: 50px 0 0;
    }
}
.hero .container-fluid {
    padding: 0 50px;
}
.hero .row {
    align-items: center;
}
.hero .content{
    padding-right: 50px;
}
.hero .content p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.048px;
}
.hero .content p:first-of-type {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4F9C34;
}
.hero .content h1 {
    color: #333;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    .hero .content h1 {
        color: #333;
        font-size: 27px;
        font-style: normal;
        font-weight: 700;
        line-height: 131%;
        margin-bottom: 20px;
    }
.hero .content p:first-of-type {
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4F9C34;
}
}
.hero .click {
    margin-top: 30px;
}
.hero img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 647px;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

@media(max-width:1200px){
    .hero .content{
        padding: 0;
    }
}