.behind-service {
  padding: 200px 0 150px;
}
.behind-service .full-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0;
}
.behind-service .full-content .left-content {
  width: 50%;
}
.behind-service .full-content .right-content {
  width: 50%;
  background: #EAF0F6;
  padding: 80px 85px 110px 115px;
  margin: 0 0 0 -50px;
}
.behind-service .full-content .right-content h2 {
  font-family: 'Halyard Display Book';
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: 0.02em;
  padding: 0;
  margin: 0 0 15px;
  color: #000;
}
.behind-service .full-content .right-content h3 {
  padding: 0;
  margin: 0 0 20px;
  color: #000;
  font-family: 'Halyard Display Book';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0.01em;
}
.behind-service .full-content .right-content p {
  font-family: 'Halyard Display Book';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #000;
  padding: 0;
  margin: 0 0 20px;
}
.behind-service .full-content .right-content a {
  border: 0;
  background: #172836;
  margin:35px 0 0;
  width: 100%;
  display: block;
  max-width: 200px;
  height: 54px;
  padding: 12px 15px;
  font-family: Halyard Display;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.behind-service .full-content .right-content a:hover{
  background:#648AA8;
  color:  #fff;
}
