.hero-customtrip{
  height: 40vh;
background: url('../assets/images/custom/customtrip.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-customtrip .hero-content h1 {
  font-size: 45px;
}
.hero-customtrip .hero-content p {
  font-size: 18px;
}

.btn-main{
  margin-top: 20px;
}

.custom-trip{
  width: 90%;
}