.portal_61 .hero-text-content {
    z-index: 1;
}

.swhas_wrapper {
    display: flex;
    padding: 0px 32px;
    margin-top: -220px;
    margin-bottom: 90px;
}
.swhas_wrapper .collection_list.swhas-banner{
    flex: 1 1 50%;
    overflow: hidden;
}
.swhas_wrapper .collection_list.swhas-banner .collection_container {
    position: relative;
    box-shadow: unset;
    display: flex;
    align-items: flex-start;
    height: 200px;
    flex-direction: column;
    justify-content: end;
}
.swhas_wrapper .collection_list.swhas-banner .field-1718624366{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.swhas_wrapper .collection_list.swhas-banner .field-1718624366::after{
    content: "";
    position: absolute;
    background: transparent linear-gradient(0deg, #1a1a1aab 20%, #41414100 100%) 0% 0% no-repeat padding-box;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swhas_wrapper .collection_list.swhas-banner .field-1718624366 img{
    width: 100%;
    height: 100%;
}
.swhas_wrapper .collection_list.swhas-banner .field-1718624405{
    padding: 18px 18px 0px 18px;
    z-index: 2;
    position: relative;
    font-weight: 500;
    font-size: 22px;
}
.swhas_wrapper .collection_list.swhas-banner .swhas__text{
    padding: 2px 18px 18px 18px;
    z-index: 2;
    position: relative;
}

.collection_list.swhas-banner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.home .swhas_wrapper .swhas-banner:hover {
    transform: scale(1.05);
    padding: 15px;
  }


  @media (max-width: 600px) {
    .home .nav__block {
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
        position: relative;
        z-index: 2;
      }

      .swhas_wrapper {
        display: block;
        padding: 0px;
        margin-top: -220px;
        margin-bottom: 0px;
    }

    .collection_list.swhas-banner {
        padding: 0px 0px 15px 0px;
    }


  }

/* body.portal_61.home div#sideButtons .component.sidebuttons { 
    /* position: absolute;
    right: 0; */
    /* top: 100px;  */
    /* display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
    z-index: 10; 
    width: 30px;  */
  /* }  */
  
  /* @media (max-height: 1199px) {
    body.portal_61.home .collection_list.sidebuttons .collection_container {
      height: 100px;
    }
  
    body.portal_61.home div#sideButtons .component.sidebuttons {
      top: 140px;
    }
  }
  
  @media (max-height: 1099px) { 
    body.portal_61.home div#sideButtons .component.sidebuttons {
      top: 130px;
    }
  }
  
  @media (max-height: 999px) {
    body.portal_61.home div#sideButtons .component.sidebuttons {
      top: 120px;
    }
  }
  
  @media (max-height: 899px) {
    body.portal_61.home div#sideButtons .component.sidebuttons {
      top: 110px;
    }
  }
  
  @media (max-height: 799px) {
    body.portal_61.home div#sideButtons .component.sidebuttons {
      top: 100px;
    }
  }

  @media (max-height: 699px) {
    body.portal_61.home div#sideButtons .component.sidebuttons {
        top: 70px;
      }

      body.portal_61.home .collection_list.sidebuttons .collection_container {
        height: 80px;
      }
  } */ 