.registration-banner {
  background: linear-gradient(288deg, #617bd4 29.99%, #1523aa 98.78%), #fff;
  overflow: hidden;
}
.registration-banner .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 419px;
}
.registration-banner .container::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: -350px;
  width: 672px;
  height: 419px;
  background: url(../img/global/banner-before.png) no-repeat;
  background-size: 100% 100%;
}
.registration-banner .container::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: -400px;
  width: 672px;
  height: 419px;
  background: url(../img/global/banner-after.png) no-repeat;
  background-size: 100% 100%;
}
.registration-banner .banner-title {
  position: relative;
  z-index: 10;
  font-weight: bold;
  font-size: 38px;
  color: #fff;
  margin: 20px 0;
}
.registration-banner .banner-desc {
  position: relative;
  z-index: 10;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
footer {
  margin-top: 0;
}
@media (max-width: 768px) {
  .registration-banner {
    background: linear-gradient(0deg, #374bbe 0%, #374bbe 100%);
  }
  .registration-banner .container {
    height: 510rem;
  }
  .registration-banner .container::before {
    content: '';
    position: absolute;
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 103rem;
    height: 510rem;
    background: url(../img/registration/banner-before-mb.png) no-repeat;
    background-size: 100% 100%;
  }
  .registration-banner .container::after {
    display: none;
  }
  .registration-banner .banner-title {
    font-size: 30rem;
  }
  .registration-banner .banner-desc {
    margin-bottom: 20rem;
  }
}
