.actual-services {
  background: #fff;
  border-radius: 14px;
  padding: 40px 64px 50px 64px;
  margin-bottom: 60px;
}

.actual-services__title {
  font-weight: 400;
  font-size: 46px;
  line-height: 130%;
  letter-spacing: 0.01em;
  background: linear-gradient(180deg, #2845BE 0%, #2B7ED0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-align: center;
  margin-bottom: 40px;
}

.actual-services__wrap-item {
  width: 100%;
  height: 152px;
  position: relative;
  margin-bottom: 30px;
}

.actual-services__item {
  display: block;
  text-decoration: none;
  border-radius: 14px;
  background: url("img/bg_item.png") no-repeat center;
  padding: 15px;
  border: 1px solid #c3dff9;
  width: 100%;
  height: 152px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  transition: 100ms ease 0s;
}

.actual-services__item:hover {
  transition: 100ms ease 0s;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #1F85F9;
  background-color: #1F85F9;
}

.actual-services__item-name {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #0d1f4c;
  text-decoration: none;
}

.actual-services__item:hover .actual-services__item-name {
  color: #fff;
}

.actual-services__item-icon {
  display: block;
  text-align: right;
  position: absolute;
  width: 100%;
  right: 15px;
  bottom: 15px;
}

.actual-services__wrap-block {
  height: 215px;
  position: relative;
}

.actual-services__block {
  border-radius: 14px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  background: url("img/bg_block.png") no-repeat center;
  border: 1px solid #c3dff9;
  padding: 30px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  transition: box-shadow 100ms ease 0s;
}

.actual-services__block:hover {
  transition: box-shadow 100ms ease 0s;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #1F85F9;
  background-color: #1F85F9;
}

.actual-services__block-name {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #0F2757;
  margin-top: 30px;
}

.actual-services__block:hover .actual-services__block-name {
  color: #fff;
}

.actual-services__block-img {
  display: block;
  width: 50%;
}

.actual-services__block-img_complex {
  background: url("img/complex.svg") no-repeat right;
  background-size: contain;
}

.actual-services__block-img_checkup {
  background: url("img/checkup.svg") no-repeat right;
  background-size: contain;
}

@media screen and (max-width: 576px) {
  .actual-services {
    padding: 60px 15px;
    border-radius: 0;
    margin-bottom: 80px;
  }
  .actual-services__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
  }
  .actual-services__item-name {
    font-weight: 600;
    line-height: 160%;
  }
  .actual-services__block-name {
    font-size: 18px;
    margin-top: 0;
  }
}
