.record_box {
  margin: 0;
}

.serve .l,
.serve .r {
  width: 50%
}

.serve_box {
  padding: 2.625rem 0;
  box-sizing: border-box;
  background-image: url(../image/case/pexels-denniz-futalan-3453047.png);
  background-position: center center;
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
}

.serve .r {
  padding: 1rem 10% 1rem 1rem;
  color: #fff;
  background-color: rgba(61, 104, 204, 0.9);
  border-radius: 10px 0 0 10px;
}

.serve .r h4 {
  text-transform: uppercase;
}

.serve .r h5 {
  margin: .375rem 0 1rem 0;
}

.serve .r span {
  line-height: .5rem;
}

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

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

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

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

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

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

@media screen and (max-width: 980px) {
  .serve .r h5 {
    margin: 15px 0 20px 0;
  }

  .serve .r span {
    line-height: 1.5;
  }

  .serve_box {
    padding: 20px 0;
  }
}

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

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

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