.landing-crm-news {
  position: relative;
}

.landing-crm-news .landing-crm-news__content {
  display: flex;
  flex-direction: column;
}

.landing-crm-news .landing-crm-news__header {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.landing-crm-news .landing-crm-news__title {
  color: #000;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 128.023%;
  margin: 0;
  max-height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.landing-crm-news .landing-crm-news__full {
  display: flex;
  gap: 30px;
}

.landing-crm-news .landing-crm-news__full-image {
  display: flex;
  flex: none;
  width: 268px;
  height: 268px;
  border-radius: 16px;
  overflow: hidden;
  background: white;
  border: 1px solid #def2ff;
}

.landing-crm-news .landing-crm-news__full-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.landing-crm-news .landing-crm-news__full-content {
  display: flex;
  flex-direction: column;
}

.landing-crm-news .landing-crm-news__full-title {
  color: #24394b;
  font-family: "Geologica", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.24px;
  margin-bottom: 10px;
  text-wrap: pretty;
}

.landing-crm-news .landing-crm-news__full-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 25px;
}

.landing-crm-news .landing-crm-news__full-date {
  color: #787878;
  font-family: "Geologica", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.12px;
}

.landing-crm-news .landing-crm-news__full-text {
  color: #24394b;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.14px;
  margin: 0;
  max-height: 130px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  white-space: pre-line;
  word-break: break-word;
  padding: 0;
  list-style: none;
  margin: 0;
}

.landing-crm-news .landing-crm-news__full-text > *:first-child {
  margin-top: 0 !important;
}

.landing-crm-news .landing-crm-news__full-text > *:last-child {
  margin-bottom: 0 !important;
}

.landing-crm-news .landing-crm-news__full-actions {
  margin-top: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-top: 20px;
}

.landing-crm-news .landing-crm-news__full-read {
  display: flex;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  background: #5691c8;
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 128.023%;
  letter-spacing: 0.16px;
  text-decoration: none !important;
}

.landing-crm-news .landing-crm-news__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.landing-crm-news .landing-crm-news__card-link {
  text-decoration: none !important;
}

.landing-crm-news .landing-crm-news__card {
  position: relative;
  border-radius: 16px;
  border: 1px solid #def2ff;
  background: #fff;
  height: 100%;
}

.landing-crm-news .landing-crm-news__card-content {
  display: flex;
  padding: 10px 0 10px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  height: 100%;
}

.landing-crm-news .landing-crm-news__card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.landing-crm-news .landing-crm-news__card-date {
  color: #5691c8;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.28px;
  margin: 0;
}

.landing-crm-news .landing-crm-news__card-title {
  color: #24394b;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.36px;
  margin: 0;
  max-height: 55px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 50px;
}

.landing-crm-news .landing-crm-news__card-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.landing-crm-news .landing-crm-news__footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.landing-crm-news .landing-crm-news__all {
  display: flex;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  background: #5691c8;
  color: #fff;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 128.023%;
  letter-spacing: 0.16px;
  text-decoration: none !important;
}

@media (width <= 768px) {
  .landing-crm-news .landing-crm-news__header {
    margin-bottom: 20px;
  }

  .landing-crm-news .landing-crm-news__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 128.023%;
  }

  .landing-crm-news .landing-crm-news__full {
    flex-direction: column;
    gap: 15px;
  }

  .landing-crm-news .landing-crm-news__full-image {
    width: 210px;
    height: 210px;
  }

  .landing-crm-news .landing-crm-news__full-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
  }

  .landing-crm-news .landing-crm-news__full-meta {
    margin-bottom: 25px;
  }

  .landing-crm-news .landing-crm-news__full-date {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.12px;
  }

  .landing-crm-news .landing-crm-news__full-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.14px;
    max-height: 130px;
    -webkit-line-clamp: 9;
  }

  .landing-crm-news .landing-crm-news__full-actions {
    margin-top: 15px;
  }

  .landing-crm-news .landing-crm-news__full-read {
    padding: 8px 12px;
    gap: 12px;
    border-radius: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 128.023%;
    letter-spacing: 0.16px;
  }

  .landing-crm-news .landing-crm-news__cards {
    margin-top: 30px;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .landing-crm-news .landing-crm-news__footer {
    justify-content: start;
    margin-top: 20px;
  }

  .landing-crm-news .landing-crm-news__all {
    padding: 8px 12px;
    gap: 12px;
    border-radius: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 128.023%;
    letter-spacing: 0.16px;
  }
}
