[data-cattype="84001"] .content {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #1c1c1c;
  margin-top: 0px;
}

[data-cattype="84001"] polyline {
  stroke: #B89B4D;
  stroke-width: 1;
  transition: stroke 0.3s ease, stroke-width 0.3s ease;
}

[data-cattype="84001"] polyline:hover {
  stroke: #6B1B1C;
}

section[data-cattype="84001"] .more-button {
  display: inline-block;
  background-color: #B99642;
  color: white;
  padding: 15px;
  border-radius: 12px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 200px;
}

section[data-cattype="84001"] .more-button:hover {
  background-color: #FFD80E;
  color: #1c1c1c;
}

[data-cattype="84001"] .container {
  padding: 60px 0px;
  background-color: #fff;
}

[data-cattype="84001"] .btn-morph {
  text-decoration: none !important;
}

[data-cattype="84001"] h1 {
  font-size: 45px;
  color: #1c1c1c;
  padding: 0px;
  margin: 15px 0 8px 0;
  font-family: 'Roboto';
text-transform: capitalize;
}
[data-cattype="84001"] p {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 10px 500px;
}

[data-cattype="84001"] hr.blue-line {
  border: 1px solid #4D84C5;
  margin-bottom: 30px;
  width: 200px;
}

[data-cattype="84001"] .section-title {
  opacity: 1 !important;
}

[data-cattype="84001"] .wrapper_slider {
  position: relative;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}

[data-cattype="84001"] #owl-slider .owl-item {
  text-align: center;
  padding: 20px;
  height: 100%;
}

[data-cattype="84001"] #owl-slider .owl-item .item {
  background-color: #F5F6F8;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 360px;
  box-sizing: border-box;
  overflow: hidden;
}

[data-cattype="84001"] #owl-slider .item .wrapper_image {
  height: auto;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

[data-cattype="84001"] #owl-slider .item .wrapper_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

[data-cattype="84001"] #owl-slider .owl-item .item h4 {
  color: #6B1B1A;
  font-weight: bold;
  padding: 20px 20px 10px 20px;
  text-align: center;
  font-size: 21px;
  margin: 0;
  flex-grow: 0;
}

[data-cattype="84001"] #owl-slider .owl-item .item .date {
  font-size: 14px;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
  flex-grow: 0;
}

[data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div {
  position: absolute;
  top: 53%;
  background: none;
  opacity: 1;
  border-radius: 0px;
  z-index: 10;
}

[data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.owl-prev {
  left: -99px;
}

[data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.owl-next {
  right: -99px;
}

[data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.disabled {
  display: none;
}

/* Responsive */
@media screen and (max-width: 1200px) {
  [data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.owl-prev {
    left: -30px;
  }
  [data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.owl-next {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  [data-cattype="84001"] #owl-slider .owl-item .item {
    min-height: 420px;
  }

  [data-cattype="84001"] #owl-slider .item .wrapper_image {
    height: 180px;
  }
}

@media screen and (max-width: 480px) {
[data-cattype="84001"] p {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
}
[data-cattype="84001"] .container {
  padding: 20px 0px;
  background-color: #fff;
}
[data-cattype="84001"] h1 {
  font-size: 28px;
}
 [data-cattype="84001"] #owl-slider .owl-item .item {
    min-height: 320px;
  }
  [data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.owl-next {
    right: -57px;
  }
  [data-cattype="84001"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.owl-prev {
    left: -57px;
  }
.text-center.mt-4 {
  margin-top: 0px !important;
}
}
