.content-card{
  cursor: default!important;
}
.contents .carousel__controls{
  position: absolute!important;
  bottom: -35px!important;
  left: 30%!important;
}
@media (min-width: 80em) {
  .contents .carousel__controls{
    align-self: center!important;
    height: 2rem!important;
    margin-top: 0rem!important;
    position: relative!important;
    bottom: 0px!important;
    left: 0!important;
    justify-content: center;!important;
    display:flex;!important;
  }
}
