.node.node--type-service.node--view-mode-full .node__content, .taxonomy-term--type-catalog.taxonomy-term--view-mode-description {
  display: grid;
  justify-items: center;
  gap: 30px;
  text-align: center;
}

.taxonomy-term--type-catalog.taxonomy-term--view-mode-description {
  margin-bottom: 60px;
}

.node.node--type-service.node--view-mode-full .node__content .field--type-image, .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .field--name-field-catalog-image {
  width: 200px;
  border-radius: 60px;
  overflow: hidden;
}

.node.node--type-service.node--view-mode-full .node__content .field--type-image img, .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .field--name-field-catalog-image img {
  width: 100%;
  height: auto;
  max-width: 370px;
  max-height: 370px;
  object-fit: cover;
}

.node.node--type-service.node--view-mode-full .node__content .field--name-body, .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .field--name-description {
  font-weight: 500;
  font-size: 20px;
  color: #000;
}

.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .field--name-field-zagruzit-fayl .file {
  padding-left: 0;
  background-image: none;
}

.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .field--name-field-zagruzit-fayl a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #f06e20;
}

.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .field--name-field-zagruzit-fayl a:hover {
  color: #000;
}

.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .field--name-field-zagruzit-fayl a::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url('/sites/default/files/images/Vector.svg') center center no-repeat;
  background-size: contain;
}

@media (min-width: 576px) {
  .node.node--type-service.node--view-mode-full .node__content .field--type-image, .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .field--name-field-catalog-image {
    width: 240px;
  }
}

@media (min-width: 768px) {
  .node.node--type-service.node--view-mode-full .node__content, .taxonomy-term--type-catalog.taxonomy-term--view-mode-description {
    grid-template-columns: auto minmax(0, 1fr);
    text-align: left;
  }

  .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .field--name-field-zagruzit-fayl a {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .node.node--type-service.node--view-mode-full .node__content .field--type-image, .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .field--name-field-catalog-image {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .node.node--type-service.node--view-mode-full .node__content .field--type-image, .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .field--name-field-catalog-image {
    width: 370px;
  }

  .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .field--name-field-zagruzit-fayl a {
    font-size: 18px;
  }
}

@media(max-width: 768px) {
  .taxonomy-term--type-catalog.taxonomy-term--view-mode-description {
    margin-bottom: 40px;
  }
}