.head-single-work .wp-block-button__link {
    background-color: rgba(22, 22, 22, 1);
    color: #fff !important;
    margin-top: 50px;
        position: relative;
    padding-right: 60px;
}
.head-single-work .wp-block-button__link::before {
    content: '';
    background-image: url('../images/Vector-black.svg');
        background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    position: absolute;
    right: 24px;
}
.head-single-work .tried-post-terms-list {
    cursor: default;
}

/* tried-gallery-container */
.tried-gallery-container {
  display: grid;
  gap: 16px;
  margin: 0 auto;
}
.tried-gallery-container .item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.tried-gallery-container p {
        font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.tried-gallery-container h6 {
        font-size: 32px;
    font-weight: 600;
    line-height: 36px;
}