.position-text-banner-home {
  position: absolute;
  font-family: "Bahnschrift";
  top: 50px;
  left: 50px;
}
.position-text-banner-home p {
  line-height: 45px;
  margin-bottom: 4px;
}
.position-text-banner-home p a {
  display: block;
  width: 200px;
  height: 55px;
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-banner img {
  width: 100%;
  max-height: 428px;
  object-fit: cover;
}

.scroll-to-discover {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.blink-1 {
  -webkit-animation: blink-1 8s infinite both;
  animation: blink-1 8s infinite both;
}

@media (max-width: 767px) {
  .arrow {
    line-height: normal;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .arrow {
    line-height: normal;
  }
  .slide-banner img {
    max-width: 900px;
    max-height: 428px;
    object-fit: cover;
  }
}
@-webkit-keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  padding: 50px 0;
}
.service .title {
  padding-bottom: 20px;
}
.service .title h3 {
  font-style: normal;
  font-size: 30px;
  line-height: 22px;
  padding-left: 10px;
  border-left: 6px solid #C73536;
  border-radius: 4px;
  font-family: "UTM Bebas";
}
@media (max-width: 768px) {
  .service .title h3 {
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .service .title {
    padding-bottom: 0;
  }
}
.service p {
  font-weight: 400;
  font-size: 16px;
  padding-right: 55px;
  line-height: 168%;
  font-family: "Roboto";
  font-style: normal;
  color: #363435;
}
@media (max-width: 768px) {
  .service p {
    padding-right: 0;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .service {
    display: flex;
    margin-top: 2em;
    background: #f2f2f2;
    padding-top: 2em;
    padding-bottom: 26px;
    flex-direction: column-reverse;
    padding-left: 15px;
    padding-right: 15px;
  }
  .service h2 {
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1;
    font-size: 23px;
  }
  .service .black-box {
    order: 1;
    background-color: unset;
  }
  .service .black-box .btn-white {
    border: 2px solid #740606;
    color: #740606;
    font-size: 12px;
  }
  .service .image-box img {
    max-width: 100%;
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .pl-md-75 {
    padding-left: 75px !important;
  }
}

@media (min-width: 768px) {
  .pl-md-40 {
    padding-left: 40px !important;
  }
}

@media (max-width: 768px) {
  .mb_prj1 {
    height: auto;
    width: 100%;
    transform: translate(0px, 0px);
  }
  .product-item .truncate {
    font-size: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    padding-top: 20px;
    line-height: 140%;
    text-align: center;
  }
}/*# sourceMappingURL=banner-home.css.map */