div.section-gen {
  padding: 60px 0;
}

.services {
  padding-bottom: 20px;
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px 0 50px 0;
}

.services .icon-box-blue:hover {
  border-color: #30849b;
}

.full-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.img-wrapper {
  position: relative;
  width: 100%;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  top: 76px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay:before {
  content: ' ';
  display: block;
  height: 50%;
}

#welcome-section {
  color: #fff;
}

#order-section {
  background: #fff;
}

#contact-section {
  background: #f8f9fa;
}

.category-btn {
  background: #282627;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  transition: 0.3s;
}

.category-btn:hover {
  background: #30849b;
  color: #fff;
}

.contact-btn {
  background: #282627;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #30849b;
  color: #fff;
}

.contact-btn::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 1366px) {
  .img-overlay {
    top: 55px;
  }
}

@media (max-width: 1199.98px) {
  .img-overlay {
    top: 47px;
  }
}

@media (max-width: 992px) {
  .img-overlay {
    top: 27px;
  }
}

@media (max-width: 768px) {
  .img-responsive {
    height: 250px !important;
    width: auto !important;
  }

  .img-wrapper {
    display: flex;
    justify-content: center;
  }

  .img-overlay {
    top: 50px;
  }
}
