.container_box {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 50px;
}

.container_box h4 {
  font-family: OpenSans, OpenSans;
  font-weight: bold;
  font-size: 60px;
  color: #0A2540;
  line-height: 82px;
  text-align: left;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 20px;
}

.container_box span {
  display: block;
  font-family: OpenSans, OpenSans;
  font-weight: normal;
  font-size: 18px;
  color: rgba(5, 52, 139, 0.4);
  line-height: 24px;
  text-align: left;
  font-style: italic;
  margin-bottom: 27px;
}

.container_box p {
  font-family: OpenSans;
  font-size: 18px;
  color: #425466;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}

.container_box h3 {
  font-family: OpenSans, OpenSans;
  font-weight: bold;
  font-size: 28px;
  color: #425466;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  margin-top: 100px;
  margin-bottom: 30px;
}

.container_box h1 {
  font-family: OpenSans, OpenSans;
  font-weight: bold;
  font-size: 18px;
  color: #425466;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  margin-bottom: 30px;
}

.container_box .we_Collect {
  margin-bottom: 20px;
  position: relative;
  padding-left: 36px;
}

.container_box .we_Collect::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #425466;
  display: block;
  left: 10px;
  top: 10px;
  border-radius: 50%;
}


@media screen and (max-width:1400px){

}


@media screen and (max-width:1200px){
}


@media screen and (max-width: 960px){

}


@media screen and (max-width: 768px){

  .container_box h4{font-size: 28px; line-height: 40px; margin: 30px 0 10px 0;}
  .container_box h3{font-size: 20px; margin: 40px 0 10px 0;}
  .container_box p{font-size: 14px;line-height: 24px;}
  .container_box span{font-size: 14px; margin-bottom: 10px;}

}