/* ####################### call ####################### */

.call {
  margin: 120px 0;
  /* background-color: #666; */
  background: url(../images/call.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  padding: 0;
}
.call-inner {
  width: 1300px;
  height: 100%;
  margin: auto;
  position: relative;
}
.call-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.call-num img {
  width: 60px;
  margin-right: 20px;
} 
.call-title h3 {
  padding: 10px 0;
  font: inherit;
  font-size: 1.4em;
  font-weight: 700;
}
.call-num {
  display: flex;
  align-items: center;
  font: inherit;
  font-size: 1em;
  line-height: 1.2em;
  padding: 10px 0;
}
.call-num p{
  margin: 0;
  margin-bottom: 15px;
}
.call-title>p {
  font: inherit;

}
@media (max-width: 768px) {
  .call {
    height: 300px;
    margin: 30px 0;
  }
  .call-inner {
    width: 100%;
  }
  .call-title {
    padding: 0 30px;
  }
  .call-title p {
    font-size: 0.9em;
  }
}