.ourGoal{
 display:grid;
 grid-template-columns:1fr 1fr;
  grid-gap:37px;
  text-align:center;
}
.ourGolasBlock{
  margin:12px 0 73px 0;
    
}
div#hs_cos_wrapper_module_1564050228515137_{
  background-color: #ebebeb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 86px 72px;
}
.ourGoal h2{
  font-weight: 600;
  color: #00367b;
  font-size: 38px;
  margin-bottom: 0;

}
.ourGoal h3{
  color: #00367b;
  margin:0;
  font-weight: 300;
}

@media (max-width:767px){
.ourGoal{
    grid-template-columns: 1fr;
  }
  div#hs_cos_wrapper_module_1564050228515137_{
        padding: 43px 35px;
  }
  .ourGoal h3{
    font-size: 18px;
  }
  .ourGoal h2{
    font-size: 22px;
}
  
  
 /*----------style ----------*/
  
.ourGolasBlock{
    margin: 12px 0 73px 0;
}
  .ourGoal h2 {
    font-weight: 700;
  }
  
  .ourGoal {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
}
div#hs_cos_wrapper_module_1564050228515137_ {
    background-color: #ebebeb;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 37px;
    padding: 86px 14px;
}
  
@media (max-width: 767px){
 .ourGolasBlock {
    margin: 12px 0 45px 0;
 }
}