#production-block,
.not-front {
  position: relative;
}
#production-block .views-element-container,
.not-front .views-element-container {
  margin-top: 120px;
}
@media (max-width: 991px) {
  #production-block .views-element-container,
  .not-front .views-element-container {
    margin-top: 60px ;
  }
}
#production-block .views-field-name,
.not-front .views-field-name {
  display: none;
}
#production-block .block-title,
.not-front .block-title {
  margin-bottom: 60px;
}
#production-block .custom-slider-image,
.not-front .custom-slider-image {
  position: absolute;
  top: 0;
  right: 0;
}
#production-block .view-content,
.not-front .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
#production-block .view-content .views-row,
.not-front .view-content .views-row {
  position: relative;
  border-radius: 10px;
  transition: 0.5s;
}
#production-block .view-content .views-row .views-field-view-taxonomy-term .taxonomy-term-wrapper,
.not-front .view-content .views-row .views-field-view-taxonomy-term .taxonomy-term-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 550px) {
  #production-block .view-content .views-row .views-field-view-taxonomy-term .taxonomy-term-wrapper,
  .not-front .view-content .views-row .views-field-view-taxonomy-term .taxonomy-term-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
#production-block .view-content .views-row .views-field-view-taxonomy-term .taxonomy-term-wrapper .name,
.not-front .view-content .views-row .views-field-view-taxonomy-term .taxonomy-term-wrapper .name {
  color: #ffffff;
  font-family: Geologica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  max-width: 242px;
}
@media (max-width: 550px) {
  #production-block .view-content .views-row .views-field-view-taxonomy-term .taxonomy-term-wrapper .name,
  .not-front .view-content .views-row .views-field-view-taxonomy-term .taxonomy-term-wrapper .name {
    text-align: center;
  }
}
#production-block .view-content .views-row .views-field-view-taxonomy-term .taxonomy-term-wrapper .link,
.not-front .view-content .views-row .views-field-view-taxonomy-term .taxonomy-term-wrapper .link {
  box-sizing: border-box;
  border: 3px solid #73bdbc;
  border-radius: 10px;
  padding: 10px 30px;
  color: #ffffff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  transition: 0.5s;
}
#production-block .view-content .views-row:hover,
.not-front .view-content .views-row:hover {
  box-shadow: 0px 0px 22.2px 0px #73bdbc;
}
#production-block .view-content .views-row:hover .link,
.not-front .view-content .views-row:hover .link {
  background: #73bdbc;
}
