.cube-category {
  position: relative;
  border-bottom: 1px dashed #ced4da;
  padding: 0 0 20px 0; }
  @media (max-width: 991.98px) {
    .cube-category {
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }
  @media (max-width: 991.98px) {
    .cube-category .title {
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      display: block;
      width: 100%;
      padding: 15px 10px;
      font-size: 1rem; } }
  .cube-category .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: all 0.5s ease; }
  .cube-category .collapsed .arrow-right {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .cube-category img {
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .cube-category img {
        width: 100%; } }
    @media screen and (min-width: 0\0) {
      .cube-category img {
        width: 100%; } }
  .cube-category .description {
    margin: 10px 0; }
    .cube-category .description li .links {
      color: #212529; }
  @media (max-width: 991.98px) {
    .cube-category .btn-more-n1 {
      text-align: right; } }
  .cube-category .btn-more-n1 a {
    text-decoration: underline;
    color: #FF0080; }
