#section07 {
  margin-top: -161px;
  padding-top: 161px;
}

.topColumn {
  background: url("../images/useful_column/column@2x.png") center bottom no-repeat #ececec;
  background-size: cover;
  min-height: 465px;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .topColumn {
    min-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .topColumn {
    min-height: 300px;
  }
}
.topColumn .container {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .topColumn .container {
    font-size: 32px !important;
  }
}
.topColumn .container .lead {
  color: #232323;
  font-size: 62px;
  margin-top: 77px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .topColumn .container .lead {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .topColumn .container .lead {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
}
.topColumn .container p {
  font-size: 18px;
}
