.cyberRightSideBar {
  margin: 0;
  padding: 10px;
  height: 750px !important ;
  z-index: 20 !important;
  /* background-color: red; */
}

@media only screen and (max-width: 1000px) {
  .cyberRightSideBar {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  .cyberRightSideBar-mobile {
    display: block;
    height: 1000px;
  }
}

.free-trial-study-cover {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.textwidget .customGridVideo .gridContent {
  display: block;
}

.free-trial-study-cover button {
  background-size: 250% auto;
  background-image: linear-gradient(to left, #227df9 0%, #7462f9 25%, #df3ef8 50%, #7462f9 75%, #227df9 100%);
  transition: all 0.5s ease;
  transition-timing-function: ease, ease;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  border-width: 1px;
  font-weight: 500;
}

.free-trial-study-cover button:hover {
  background-position: right center;
}

.additional-info ul {
  list-style: none;
  padding: 0;
  padding-left: 10px;
  font-size: 16px;
  line-height: 32px;
}

.additional-info li {
  margin: 10px 0;
}

.additional-info li:before {
  content: "•";
  color: #c84aeb;
  margin-right: 8px;
}

.additional-info {
  /* margin-top: 30px; */
  padding-top: 10px;
}

.additional-info-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.mini-box {
  display: flex;
  align-items: center;
  justify-content: left;
}
