.clear {
  clear: both;
}
#customer-benefit-section {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
#customer-benefit-section .benefit-main-image {
  background: url('//images.ctfassets.net/nnigwk0legme/4VeJa0d2OWcVrYFiCGgy7Q/1f272bdc164f2b195cbdbb5a8f153153/easyhome_customer_benefit_v1.jpg') no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-height: 500px;
  height: 450px;
  color: #fff;
  vertical-align: bottom;
}

@media(max-width: 1920px){
  #customer-benefit-section .benefit-main-image{
    background-position: 0px -300px;
  }
}
@media(max-width: 1366px){
  #customer-benefit-section .benefit-main-image{
    background-position: 0px -250px;
  }
}
@media(max-width: 1280px){
  #customer-benefit-section .benefit-main-image{
    background-position: 0px -110px;
  }
}

#customer-benefit-section h1 {
  margin: 0;
  padding: 0;
}
#customer-benefit-section h1 {
  font-size: 50px;
  letter-spacing: 1.4px;
  font-weight: 600;
  padding-top: 340px;
  font-weight: 300;
}
#customer-benefit-section .benefit-msg {
  background-color: #005DA5;
}
#customer-benefit-section .benefit-msg p {
  width: 60%;
  margin: 0 auto;
  padding: 40px 30px;
  color: #fff;
  line-height: 1.4em;
  font-size:21px;
}
#customer-benefit-section .customer-benefit-info {
  padding: 50px 30px;
  text-align: left;
}
#customer-benefit-section .customer-benefit-info .msg-container {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10px;
}
#customer-benefit-section .customer-benefit-info .msg-container div {
  padding-left: 32px;
  padding-bottom: 8px;
  margin-top: 8px;
  display: none;
  color: #005DA5;
  font-size: 21px;
}
#customer-benefit-section .customer-benefit-info .msg-container div.active {
  display: block;
}
#customer-benefit-section .customer-benefit-info .plus-blue {
  background: url('//images.ctfassets.net/nnigwk0legme/5hKuSFtaImZSsb8uz2ZoV9/72f45f8c89116c9ed241251a35759033/blue-plus.svg') no-repeat;
  background-position: 0px 5px;
  vertical-align: middle;
  padding-left: 40px;
  cursor: pointer;
  color: #005DA5;
  line-height: 2em;
  font-weight: 300;
  font-size: 21px;
}
#customer-benefit-section .customer-benefit-info .plus-blue.active {
  background: url('//images.ctfassets.net/nnigwk0legme/1dROzoKLw1AyGvF25JaQXK/6ead2ef04cec4f9b47f28d1271548e50/blue-minus.svg') no-repeat;
  background-position: 0px 5px;
}

#customer-benefit-section .customer-benefit-info h3 {
  margin: 0;
}
@media (max-width: 768px) {
  #customer-benefit-section .benefit-main-image {
    height: 350px;
  }
  #customer-benefit-section h1 {
    font-size: 40px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 235px;
    padding-bottom: 20px;
  }
  #customer-benefit-section .benefit-msg p {
    padding: 30px 20px;
    width: 90%;
  }
  #customer-benefit-section .customer-benefit-info {
    padding: 30px 20px;
  }
  #customer-benefit-section .customer-benefit-info .msg-container {
    width: 90%;
  }
}