.hero {
    padding: 50px 0;
}
.hero.animation {
    padding: 50px 0 80px;
}
@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: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4F9C34;
}
.hero .content h1 {
    color: #333;
    font-size: 36px;
    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;
    display: flex;
}

.hero .click .btn:first-of-type {
    margin-right: 10px;
}


.hero img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 760px;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 760/543;
}

#lottie-wrap .item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    width: 276px;
    height: auto;
    flex-shrink: 0;
    padding: 20px;
    position: absolute;
    z-index: 10;
    display: none;
}
#lottie-wrap .item h3 {
    color: var(--Gray-1, #333);
    font-kerning: none;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 19.2px */
}
#lottie-wrap .item p {
    color: #333;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    letter-spacing: 0.036px;
}
#lottie-wrap .item a {
    color: #2D820D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 19.2px */
    text-decoration: none;
}

/* Wrapper establishes the positioning context */
#lottie-wrap {
    position: relative;
    display: flex;
    justify-content: center
}



@media(max-width:1200px){
    .hero .content{
        padding: 0;
    }
}
@media(max-width: 767px){
    #lottie-wrap .item{
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}
@media(max-width: 500px){
    #lottie-container{
        height: 300px !important;
    }
}