header {
  background: #00000d !important;
}

.mker {
  padding-top: 126px;
  background: #00000d;

  background-image: url("/wp-content/themes/grpsoma/assets/img/amker_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.mker .sectitle {
  color: var(--FONT-REGULAR, #808080);
  font-family: Epilogue;
  font-size: 74px;
  font-style: normal;
  font-weight: 500;
  line-height: 92px; /* 124.324% */
  margin-bottom: 24px;

  display: flex;
  align-items: center;
  gap: 12px;
}

.mker .sectitle img {
  height: 70px;
}

.mker .text {
  color: var(--FONT-REGULAR, #808080);
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.mker .bg {
  width: 100%;
  margin-top: 140px;
}

/* Solutions */

.solutions {
  padding: 160px 0;
  background: #f4f4f6;
}

.solutions .solution-card {
  border-top: 1px solid #cbcce0;
  padding-top: 20px;
}

.solutions .solution-card .solution-card-icon {
  margin-bottom: 20px;
}

.solutions .solution-card h1 {
  color: #212121;
  font-family: Epilogue;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  margin-bottom: 20px;
}

.solutions .solution-card h2 {
  color: #60667d;
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

/* End of Solutions */
