header {
  background-color: #00000d;
}

.service-item {
  padding: 120px 0;
}

.service-item img {
  width: 100%;
  margin-bottom: 20px;
}

.service-item .secicon {
  display: flex;
  margin: 0 auto;

  width: 64px;
  margin-bottom: 42px;
}

.service-item .sectitle {
  color: #212121;
  text-align: center;
  font-family: Epilogue;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  margin-bottom: 20px;
}

.service-item .secsubtitle {
  color: #60667d;
  text-align: center;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */

  max-width: 1028px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.service-item .text {
  color: #60667d;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.service-item .divid {
  width: 100%;
  height: 1px;
  background: #cbcce0;
  margin: 64px 0;
}
