.section .title {
  text-transform: uppercase;
}
.webinar-container {
  padding-top: 16px;
}

.main-info-section {
  margin-bottom: 80px;
}
.main-info-section .sub-title {
  margin-bottom: 30px;
}
.time-content {
  margin-bottom: 40px;
}
.top_decor {
  background: #FFF;
  position: relative;
  overflow: hidden;
  padding: 50px;
  border-radius: 26px 26px;
}
.top_decor:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 1px;
  right: 1px;
  background: #fff;
  height: 23px;
  border-radius: 50px 50px 0 0;
}
.top_decor:before {
  border-top: 36px solid #3497DB;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  border-radius: 25px 25px;
}
.top_decor_btn {
  position: absolute;
  background: #3497DB;
  right: 20px;
  bottom: 20px;
  font-size: 25px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: block;
  color: #FFF;
}
.top_decor_btn:hover {
  color: #FFF;
  background: #ffb610;
}
.banner {
  border-radius: 25px;
  text-transform: uppercase;
  padding: 50px;
  color: white;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.banner .content {
  text-align: right;
}
.banner .content .title {
  font-size: 40px;
  color: white;
  margin: 0;
  letter-spacing: 2px;
}
.banner .content .comment {
  line-height: 30px;
  font-family: "BenchNine", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 18px;
}
.company-info-title-container {
  text-align: center;
  margin-bottom: 80px;
}
.article .sub-title {
  margin-bottom: 30px;
}
.article .btn_more {
  margin-top: 30px;
  width: 150px;
}
.register-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .main-info-section {
    margin-bottom: 30px;
  }
  .main-info-section .sub-title {
    margin-bottom: 20px;
  }
  .time-content {
    margin-bottom: 20px;
  }
  .top_decor {
    margin-top: 20px;
    padding: 50px 20px;
  }
  .top_decor img {
    display: flex;
    width: 200px;
    margin: 0 auto 20px;
  }
  .top_decor_btn {
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
  .company-info-title-container {
    margin-bottom: 30px;
  }
  .article {
    margin-bottom: 30px;
  }
  .article .sub-title {
    margin-bottom: 30px;
  }
  .article .btn_more {
    margin-top: 30px;
    width: 150px;
  }
}
@media (max-width: 425px) {
  .banner {
    padding: 20px;
    margin-bottom: 20px;
  }
  .banner .content .title {
    font-size: 30px;
  }
  .banner .content .comment {
    line-height: 30px;
    font-size: 15px;
  }
  .article .sub-title {
    margin-bottom: 30px;
  }
  .article .btn_more {
    margin-top: 30px;
    width: 150px;
  }
}