
#why-buy-container {
    background: #fff;
    padding: 50px 50px;
    margin-top: -60px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08), 0px 6px 18px rgba(0, 0, 0, 0.12);
	position: relative;
	border-radius:4px;
}

#why-buy-header {
	margin-bottom:30px;
}

#why-buy-container h3 {
  display:inline-block;
  margin:0px;
	font-family: 'Roboto';
    font-size: 2.4rem;
    text-transform: capitalize;
}
#why-buy-container .btn {
  display:inline-block;
  float: right;
	top: -8px;
    position: relative;
	padding: 12px 30px;
	letter-spacing: 1px;
}

.why-buy-block {
  font-size: 14px;
  font-weight: 600;
  color:#000;
  margin-bottom:10px;
  display: flex;
  align-items: center;
}

.why-buy-title {
  display: inline-block;
}

.why-buy-description {
  color: #6C6C6C;
}

.why-buy-icon {
height:40px;

display:inline-block;
vertical-align: baseline;
margin-right: 10px;
}



.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}


@media only screen and (max-width: 768px) {
	#why-buy-container {
	padding: 30px 40px 50px;
	}

}

@media only screen and (max-width: 500px) {

	#why-buy-header {
		display:none;
	}
	
  #why-buy-container {
    padding: 15px 40px 50px;
    }
	

	.why-buy-block {
		text-align: center;
    justify-content: center;
	}	
	.why-buy-description {
		text-align: center;
	}
}


.hero .row {
  margin: auto;
}

#page-container .secondary-two-up {
  height: 70vw;
  max-height: 400px;
}
