.main {
  width: calc(100%);
  float: left;
  margin-left: 0;
}

.intro {
  padding-top: 60px;
  margin-bottom: 60px;
  text-align: justify;
}

.services {
  width: calc(100% - 60px);
  float: left;
  margin-left: 30px;
}

@media only screen and (min-width: 768px) {
  .services {
    width: calc(66.66666667% - 50px);
    float: left;
    margin-left: 30px;
    margin-left: calc(16.66666667% - 35px + 60px);
  }
}

@media only screen and (min-width: 1024px) {
  .services {
    width: calc(58.33333333% - 47.5px);
    float: left;
    margin-left: 30px;
    margin-left: calc(20.83333333% - 36.25px + 60px);
  }
}

@media only screen and (min-width: 1440px) {
  .services {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
    margin-left: calc(25% - 37.5px + 60px);
  }
}

.services-item {
  margin-bottom: 30px;
}

.services-item:last-of-type {
  margin-bottom: 40px;
}

.services-date {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}

.services-item-content {
  background-color: #fff;
  border-radius: 2px;
  padding: 20px;
}

@media only screen and (min-width: 480px) {
  .services-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.services-item-content > .image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ddd;
  border-radius: 2px;
  margin-right: 20px;
  overflow: auto;
  margin-bottom: 20px;
  height: 30vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 480px) {
  .services-item-content > .image {
    margin-bottom: 0;
    height: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .services-item-content > .image {
    height: 160px;
  }
}

.services-item-content > .image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.services-item-content > .content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.content-title {
  font-weight: 500;
  margin-top: 0;
}
