#shop-by-style .shop-by-style-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 70px;
}
#shop-by-style .shop-by-style-title h2 {
  font-family: var(--dec-font-family-ethereal);
  font-size: 60px;
  font-weight: 900;
  line-height: 92px;
}
#shop-by-style .shop-by-style-title h2 span {
  font-size: 100px;
}
#shop-by-style .shop-by-style-title .shop-by-style-description {
  font-size: 16px;
  line-height: 25px;
}
#shop-by-style .shop-by-style-images .row {
  row-gap: 20px;
}
#shop-by-style .shop-by-style-images .row a {
  height: 203px;
}
#shop-by-style .shop-by-style-images .row a .shop-by-style-image-container {
  position: relative;
  height: 100%;
  width: 100%;
}
#shop-by-style .shop-by-style-images .row a .shop-by-style-image-container img {
  border-radius: 10px;
}
#shop-by-style .shop-by-style-images .row a .shop-by-style-image-container .shop-by-style-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 93px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 0 0 10px 10px;
}
#shop-by-style .shop-by-style-images .row a .shop-by-style-image-container .shop-by-style-image-text {
  position: absolute;
  bottom: 5px;
  left: 20px;
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
}
#shop-by-style .shop-by-style-images .row a .shop-by-style-image-container:hover .shop-by-style-image-overlay {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 1200px) {
  .shop-by-style-image-text {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .shop-by-style-image-text {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  #shop-by-style .shop-by-style-title {
    text-align: left;
    padding-right: 0;
  }
  #shop-by-style .shop-by-style-title h2 {
    font-size: 30px;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
  }
  #shop-by-style .shop-by-style-title h2 span {
    font-size: 30px;
  }
  #shop-by-style .shop-by-style-title .shop-by-style-description {
    margin-bottom: 30px;
  }
  #shop-by-style .shop-by-style-images .row a {
    height: 150px;
  }
  #shop-by-style .shop-by-style-images .row a .shop-by-style-image-container .shop-by-style-image-text {
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.25px;
  }
}
