h1,
h2,
h3 {
  margin-bottom: 0;
}

.secbluetitle {
  color: #1b1c1d;
  font-family: Epilogue;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;

  position: relative;

  z-index: 2;
}

.secbluetitle::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 105%;
  height: 120%;
  background-color: #3a50b0;
  z-index: -1;

  clip-path: polygon(0 0, 100% 0, 100% 80%, 3% 80%, 0% 100%);
}

.secbluetitle b {
  color: #fff;
  text-align: center;
  font-family: Epilogue;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}

@media (max-width: 768px) {
  .secbluetitle::after {
    display: none !important;
  }

  .secbluetitle,
  .secbluetitle b {
    text-align: center;
  }

  .secbluetitle b {
    color: #3a50b0 !important;
    font-size: 28px !important;
    line-height: 28px !important;
  }
}
