.works {
    padding-bottom: clamp(3.75rem, 0.323rem + 11.19vw, 13.75rem);
}

.works .works__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: clamp(1.25rem, 1.036rem + 0.7vw, 1.875rem);
}

.works .works__all {
    display: block;
    padding: 17px 36px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 50px;
}

.works .works__all--mob {
    display: none;
}

.works .works__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.works .works__card.card {
    display: block;
    max-width: 487px;
    width: 100%;
    min-width: 240px;
    height: auto;
}

.works .works__card.card .card__image {
    display: block;
    border-radius: 20px;
}

.card__ill {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 14px;
	margin-bottom: 10px;
    overflow: hidden;
    position: relative;
	transition: max-height 0.4s ease;
	min-height: 80px;
}
.card__ill.expanded {
    max-height: 500px;
}
.read-more-btn {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  cursor: pointer;
  font-weight: bold;
}

.card__ill span {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: var(--orange);
}
.elementor-field-textual {
    min-height: 50px;
}

.elementor-field-group .elementor-field-textual:focus {
    border-color:#4D7596!important; 
}


.works .works__card.card .card__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 14px;
}
ul li ul {
    margin-top: 14px;
  }
  .czAorL {
    max-width: 100%;
  }

.card__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 17px 60px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    background-color: var(--accent);
    color: white;
    border-radius: 46px;
    cursor: pointer;
}
.icv__img {
    max-width: none!important;
}
.icv__img-b {
    height: 100%!important;
}

@media (max-width: 1155px) {
    .works .works__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 770px) {
    .works .works__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

@media (max-width: 490px) {
    section.helpful-info {
        margin-bottom: 60px;
      }
    .helpful-info .works.open {
        padding: 0;
    }
    .works .works__all {
        display: none;
    }

    .works .works__all--mob {
        margin-top: 30px;
        display: block;
    }
}