.contract-wrapper {
  height: 735px;
  background-image: url(../../img/contact/contractbg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.contract-wrapper > .title-wrapper {
  padding-top: 65px;
}
.contract-wrapper > .title-wrapper > .title {
  font-weight: normal;
  text-align: center;
  font-size: 25px;
  color: #fff;
  line-height: 1;
}
.contract-wrapper > .title-wrapper > .description {
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding-top: 18px;
}
.contract-wrapper > .contract {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.contract-wrapper > .contract .item {
  width: 230px;
  height: 320px;
  display: flex;
  flex-direction: column;
  padding-top: 75px;
  align-items: center;
  margin-right: 30px;
  transition: all 0.5s;
}
.contract-wrapper > .contract .item:last-child {
  margin-right: 0;
}
.contract-wrapper > .contract .item:hover {
  background-color: rgba(86, 109, 165, 0.4);
  border-radius: 4px;
}
.contract-wrapper > .contract .item:hover .top {
  border-color: transparent;
}
.contract-wrapper > .contract .item .top {
  width: 85px;
  height: 85px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.contract-wrapper > .contract .item .top.contract01 {
  background-image: url(../../img/contact/contract01.png);
}
.contract-wrapper > .contract .item .top.contract02 {
  background-image: url(../../img/contact/contract02.png);
}
.contract-wrapper > .contract .item .top.contract03 {
  background-image: url(../../img/contact/contract03.png);
}
.contract-wrapper > .contract .item .top.contract04 {
  background-image: url(../../img/contact/contract04.png);
}
.contract-wrapper > .contract .item .title {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  margin-top: 25px;
}
.contract-wrapper > .contract .item .description {
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  margin-top: 30px;
  width: 140px;
  text-align: center;
}
