/*----------- Hearts --------------*/
.hearts {
  width: 100%;
  height: 790px;
  padding: 150px 0 0 0;
  margin-top: -100px;
  text-align: left;
}
.hearts h1 {
  color: #111;
  margin: 0;
  font-size: 72px;
  padding: 30px 0 0 0;
  letter-spacing: normal;
  font-family: "Manrope", sans-serif;
}
.hearts h2 {
  margin: 0;
  padding: 30px 0;
  font-size: 20px;
  letter-spacing: normal;
  font-family: "Manrope", sans-serif;
}
.hearts a {
  background: #5ba1a1;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 50px;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.target {
  width: 100%;
  min-height: 300px;
}
.target .title-left{
  font-size: 30px;
  padding: 50px 0;
  line-height: 30px;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
}
.target .title-date{
  font-size: 12px;
  padding: 50px 0;
  line-height: 30px;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
}
.target .money-list{
  list-style-type: none;
  padding: 180px 0 20px 0;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
}
.target .money-list li{
  display: inline-block;
  font-size: 20px;
  padding: 15px;
  line-height: 20px;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
}
.after-target {
  width: 100%;
  min-height: 800px;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
}
.after-target-text {
  padding-top: 100px;
}
.after-target-text h3 {
  font-weight: 500;
}
.after-target-text p {
  font-size: 18px;
}
.video-block {
  height: 100%;
  position: relative;
  padding:30px 0;
}
.video-url {
  width: 100%;
  display: block;
  position: relative;
}
.last-block {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
}
.last-block .dnone {

}
.last-block a {
  background: #5ba1a1;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px;
  margin: 50% 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hearts {
    padding: 530px 0 100px;
    height: 890px;
  }
  .hearts h1 {
    font-size: 46px;
  }
  .target .title-date{
    padding: 10px 0;
  }
  .target .money-list{
    padding: 30px 0;
  }
  .target .money-list li{
    padding: 0px 20px 0 0;
  }
  .after-target-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .last-block {
    height: 768px;
  }
  .last-block a {
    margin: 7% 23%;
  }
}

