.vedio-sec {
    position: relative;
}

.hero-cntnt h1 {
    margin-top:0;
}
.counter-sec {
    padding: 112px 0 0;
}
.video-card img {
    width: 100%;
    transform: scale(1.4);
}
.video-card {
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
 .hero-cont-wrp {
    text-align: left;
}
.section-heading {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
}
.team-benefits-sec h2 {
    color: #fff !important;
}
 .team-benefits-sec p:first-of-type {
  font-size:18px;
  font-weight:300;
}

.play-button {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.triangle {
    width: 0;
    height: 0;
    border-left: 16px solid #004d40; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 4px;
}
@media only screen and (max-width:992px){
.brand-sec {
    padding: 80px 0 64px;
}
}
@media only screen and (max-width:767px){
    
    .video-card {
        height: 300px !important;
    }
    .video-placeholder {
        border-radius: 20px !important;
}
.video-sec iframe {
    width: 100%;
    height: 300px !important;
}
.hero-cntnt h1 {
    margin-bottom: 24px;
}
.counter-sec {
    padding: 0;
}
.counter-sec h2{
        margin: 0 !important;
}
}
 
 