.clear {
  clear: both;
}
#total-protection-section {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
#total-protection-section .protection-main-image {
  background: url('//images.ctfassets.net/nnigwk0legme/4mQ47FLj3ItjnppEFkIMRt/af7e19ca0d49b4a3f3d508f30ec05e72/total-protection-coverage.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(min-width: 1024px){
  #total-protection-section .protection-main-image {
      background-position: 0px -300px;
  }
}
#total-protection-section h1 {
  margin: 0;
  padding: 0;
}
#total-protection-section h1 {
  font-size: 50px;
  letter-spacing: 1.4px;
  font-weight: 600;
  padding-top: 340px;
  font-weight: 300;
}
#total-protection-section .protection-msg {
  background-color:#008A0E;
}
#total-protection-section .protection-msg p {
  width: 60%;
  margin: 0 auto;
  padding: 40px 30px;
  color: #fff;
  line-height: 1.4em;
  font-size:21px;
}
#total-protection-section .protection-info {
  padding: 50px 30px;
  text-align: left;
}
#total-protection-section .protection-info .msg-container {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10px;
}
#total-protection-section .protection-info .msg-container div {
  padding-left: 32px;
  padding-bottom: 8px;
  margin-top: 8px;
  display: none;
  color: #008A0E;
  font-size: 21px;
}
#total-protection-section .protection-info .msg-container div.active {
  display: block;
}
#total-protection-section .protection-info .plus-orange {
  background: url('//images.ctfassets.net/nnigwk0legme/18ZwVR0rJj9FGJClCoF5vp/6074c77e74df34413cca7a535f83bf39/green-plus.svg') no-repeat;
  background-position: 0px 5px;
  vertical-align: middle;
  padding-left: 40px;
  line-height: 2em;
  cursor: pointer;
  color: #008A0E;
  font-weight: 300;
  font-size: 21px;
}
#total-protection-section .protection-info .plus-orange.active {
  background: url('//images.ctfassets.net/nnigwk0legme/4bqHDT3HOH9pkbGWxEvedT/50f53062c6df3a6e1d23f1b4ee2432b1/green-minus.svg') no-repeat;
  background-position: 0px 5px;
}

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