.blogs-header {
  width: 100%;
  height: 80vh;
  background-image: url("/assest/hero2.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.blogs-overlay {
  width: 100%;
  height: 100%;
  background: rgba(7, 7, 7, 0.269);
}

.blogs-title {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}

.blogs-subtitle {
  font-size: 20px;
  margin-top: 10px;
  color: #fff;
}

.bottom-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

section .border {
  border: 1.5px dashed #e6e6e6 !important;
}

.contact-container{
  margin: 3%;
}
