header {
  background-color: #00000d;
}

.services {
  padding: 160px 0;
  background-color: #f4f4f6;
}

.services .secsubtitle {
  color: #1b1c1d;
  font-family: Epilogue;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;

  margin-bottom: 20px;
}

.services .text {
  color: #60667d;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */

  margin-bottom: 20px;
}

.services .btns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.services .btns a {
  display: flex;
  height: 40px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
  background: var(--MAIN-GLOW-BLUE, #1a2b7d);

  color: #fff;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.95px; /* 127.5% */
  letter-spacing: -0.17px;
  text-decoration: none;
}

.services h2 {
  color: var(--FONT-REGULAR, #808080);
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}

.services .branding {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 60px 0 rgba(153, 153, 153, 0.07);

  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.services .branding .branding-icon {
  width: 60px;
}

.services .branding h1 {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 60px 0 rgba(153, 153, 153, 0.07);
  margin-top: 18px;

  color: #1b1c1d;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.92px; /* 159.6% */
}

.services .branding h2 {
  margin-top: 10px;

  color: #60667d;
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

@media (max-width: 768px) {
  .services .secsubtitle {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }

  .services {
    padding: 80px 0;
  }
}
