@media (min-width: 768px) {
  .__c__md_6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50% !important;
  }
}

.__r {
  display: flex !important;
}

.slick-carousel-row button:hover,
.slick-carousel-row button:focus {
  background-color: transparent !important;
}

@media (min-width: 768px) {
  .slick-carousel-row .__img {
    min-height: 500px;
    object-fit: contain;
    width: 100%;
  }
}

.slick-carousel-row .__img_wrapper {
  border-radius: 16px;
}

/* CSS */
.btn41-43 {
  padding: 8px 16px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: rgb(253, 114, 0);
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block !important;
  white-space: nowrap !important;
  border: 1px solid black;
}

.btn-43 {
  border: 2px solid rgb(255, 255, 255);
  z-index: 1;
  color: white;
}

.btn-43:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease;
  color: black !important;
  border-radius: 4px;
}

.btn-43:hover {
  color: rgb(0, 0, 0);
  color: black !important;
}

.btn-43:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}