.push-lead {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 3rem 25rem 3rem;
    clip-path: polygon(7% 0, 100% 0, 100% 87%, 93% 100%, 0 100%, 0% 60%, 0 13%);
    background-color: #ffffff;
    margin: 1rem;
    border-radius: 16px;
    overflow: visible;
}

#bgVideo-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    z-index: -100;
    border-radius: 16px;
}

.push-lead .top {
    padding: 3rem;
}

.push-lead .top h1 {
    font-size: 2rem;
    color: #7aaf3e;
    font-weight: 900;
}



.push-lead .top h2 {
    font-size: 3.2rem;
    color: #ffffff;
    font-weight: 900;
}

.push-lead .top hr {
    width: 20%;
    height: 5px;
    background-color: #ffffff;
    margin: 2rem 0;
    border: none;
}

.push-lead .top p {
    font-size: 1.5rem;
    color: #ffffff;

}

.push-lead .top .small-title{
    display: none;
    font-size: 2.5rem;
}

.push-lead .bottom {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    text-align: end;
    clip-path: polygon(34% 0, 100% 0, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 27%);
    background-color: #a4cf37a8;
    padding: 5rem 4rem 4rem 4rem;
    border-radius: 10px;
    gap: 1.5rem;


}


.push-lead .bottom h1 {
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
}

.push-lead .bottom h2 {
    font-size: 1.5rem;

}

.push-lead .bottom hr {
    height: 2px;
    color: rgb(255, 255, 255);
    width: 100%;
}

.push-lead .bottom h2 {
    font-size: 1.5rem;
}

.highlight-1,
.highlight-2s {
    text-decoration: underline;
    color: #7aaf3e;
}

.push-lead .contact-btn{
  border-color: #427536;
  background-color: #427536;
  box-shadow: 0 0 0 2px #427536;

}

.push-lead .contact-btn:active {
  box-shadow: 0 0 0 4px #427536;
}


.push-lead .contact-btn .circle{
      background-color: #427536;
}


@media (max-width: 767px) {

    #bgVideo-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:  center;
    z-index: -100;
    border-radius: 16px;
}

    .push-lead {
        padding: 1rem 3rem 20rem 3rem;

    }
    .push-lead .top .big-title{
    display: none;
}
.push-lead .top .small-title{
    display: block;
}

    .push-lead .top {
        padding: 3rem;
    }

    .push-lead .top p,
    .push-lead .top hr {
        display: none;
    }




    .push-lead .bottom {
        padding: 3rem;
        background-color: #a4cf37;
    }

    .push-lead .bottom h2 {
        display: none;
    }
}

