.slick-container {
  position: relative;
}

.hero-slide-white {
  height: 530px;
  width: 1055px;
  position: relative;
}

.hero-slide {
 background-repeat: no-repeat;
 background-size: 100% 100%;
 margin: 3.5rem auto auto 9rem;
 height: 100%;
 width: 80%;
}

.blogs-left {
 height: 4rem;
 width: 4rem;
  position: absolute;
  left: -1rem;
  bottom: 35%;
}

.blogs-right {
   height: 4rem;
 width: 4rem;
 position: absolute;
 right: -1rem;
   bottom: 35%;
}


.hero-description-wrap {
  width: 33%;
  min-height: 314px;
  background-color: #EB0029;
  color: white; 
  padding-left: 20px;
  position: absolute;
  top: 29%;
  left: 8%;

}

.hero-title {
 color: white;
 font-family: 'Roboto';
 font-size: 33px;
 font-weight: bold;
 letter-spacing: 1px;
 width: 95%;
 line-height: 38px;
 padding-top: 1.5rem;
}

.hero-description {
 color: white; 
 font-family: 'Roboto';
 font-weight: 500;
 line-height: 20px;
 font-size: 14px;
 width: 92%;
 margin-top: 1rem;
}

.shop-now {
 display: flex;
}

.blogs-arrow {
 margin-left: 10px; 
 margin-top: 6.5px;
}

.shop-now-link {
 color: white; 
 font-family: 'Roboto';
 font-size: 13px;
 letter-spacing: 1.08px;
 text-transform: uppercase;
 margin-top: -5rem;
}

@media (max-width: 1091px) {
  .slick-carousel {
 	margin: auto;
	}
  
  .hero-slide {
 	background-size: 100% 100%;
 	margin: auto;
 	height: 90%;
 	width: 100%;
    position: relative;
    margin-top: 3.5rem;
  }
  
  .hero-description-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
     position: absolute;
     top: 16%;
  left: 8%;
  }
  
  .hero-title {
     padding-top: 1rem;
  }
  
  .shop-now-link {
    padding-bottom: 1rem;
  }
}

@media (max-width: 1091px) {
 .hero-slide {
    background-size: cover;
 }
}


@media (max-width: 866px) {
 
  
  
  .hero-description-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 40%;
  } 
}

@media (max-width: 682px) {
  .hero-slide {
    background-size: cover;
   	background-position: center center;
 }
  
  
  .hero-title {
    font-size: 20px; 
    letter-spacing: 3px;
 	width: 100%;
 	line-height: 24px;
 	padding-top: .8rem;
    
  }
  
  .blogs-arrow {
   display: none; 
  }
}


@media (max-width: 682px) {
  .hero-description-wrap {
   width: 50%; 
  }
}