body {
  font-family: sans-serif;
}

.comfort {
  text-align: center;
}

.comfort h2 {
  font-size: 30px;
  font-style: italic;
}

.comfy-collection{
  font-size: 15px;
  margin: 0 0px 80px;
  text-align: right;

}

.sold-out {
  text-align: center;
}

.sold-out h2 {
  font-size: 58px;
  margin: 0 0px 80px;
}

.sold-out h2 span:last-child {
  color: red;
}


.watch-video h2 {
  font-size: 50px;
  margin: 50px 0px 30px;
}

  .youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin: 0px 0px 50px;

  }

.multiple-items img {
  padding: 10px;
}

.slick-prev:before,
.slick-next:before {
  background: red;
  border-radius: 12px;
  display: block;
  height: 23px;
  width: 24px;
}

.list-styles {
  text-align: center;
}

.list-styles h2 {
  color: rgba(238, 118, 35, 1);
  font-size: 36px;
}

.list-styles h3 {
  margin-bottom: 10px;
}

.list-styles ul {
  padding: 0;
}

.list-styles li {
  list-style-type: none;
  padding-bottom: 6px;
}

.list-styles li ul li {
  line-height: 30px;
}

.footer {
  background-color: rgba(238, 118, 35, 1);
  color: #ffffff;
  height: 180px;
  padding: 0 30px;
  width: 100%;
}

.footer a {
  color: #ffffff;
}

@media (min-width: 768px){
  .video-container {
margin-left: 200px;
margin-right: 200px;  
}

.comfy-collection{
  font-size: 20px;
  margin: 0 300px 80px;
  text-align: right;

}

}
