.carousel-section{
  margin-top:10rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-btn {
  color: #000;
  text-decoration: none;
  padding: 16px 40px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  background: rgba(255, 255, 255, 0.6);
}

/* 10 */
.btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}

.btn-10:hover {
  color: #fff;
  border: none;
  background: transparent;
}
.btn-10:hover:after {
  background: #237BC7;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 1200px) {
  .widget-span .dnd_area-row-0-padding {
    padding-top: 0rem !important;
  }
}

@media (max-width: 1300px) {
  .carousel-section{
    margin-top:6rem;
  }


  @media (max-width: 768px) {
    .custom-btn {
      padding: 12px 20px;
      background: #237BC7;
      color: #fff;
      width: 240px;
    }

   .carousel-item__container p{
      color: #fff;
    }

  }
