.inner {
  border-radius: 20px;
}
/*.deeper-button.button-light,
.deeper-button,
.accent-color {
  color: #b7d433;
}*/

.header-button a {
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  padding: 11px 45px;
  border-radius: 24px;
  background-color: #b7d433 !important;
  font-weight: 600;
  white-space: nowrap;
}
.accent-color {
  color: #b7d433 !important;
}
.deeper-button {
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  font-size: 15px;
  line-height: 26px;
  transition: 0.3s;
  font-weight: 600;
  background-color: #b7d433 !important;
  color: #fff;
}
.deeper-button.button-light {
  background-color: #152c69 !important;
  color: #ffffff !important;
}
.deeper-content-box .arrow {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  text-align: center;
  color: #fff;
  background-color: #152c69 !important;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.deeper-content-box.hover-effect-2 .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.15;
}
.deeper-content-box.clearfix.ctb-1365864145.hover-effect-2.index1.hover-text-white.display-flex.justify-content-center.align-center.wow.fadeInUp
  .inner {
  background-color: #ffffff !important;
  border-radius: 100px !important;
  border: 1px solid #e7e7e7 !important;
}
