.hero-section{
  height: 600px;
}

.hero-left {
  flex: 1;
  min-width: 50%;
}


.hero-right-image img{
    width: 470px;
    border-radius: 12px;
    top: 30px;
    position: absolute;
}

.feature-images .image-single img{
    width: 440px;
    height: 570px;
    object-fit: cover;
    border-radius: 20px;
}

.team-section-grid{
    padding-bottom:50px;
}

.team-section-grid .team-card {
    width: 282px;
    margin: 0 10px;
}

.team-section-grid .team-grid{
    gap: 20px 0;
}