

/* Start:/local/templates/auto-master-gas/components/bitrix/news.list/services/style.css?17719433361384*/
.sectionList {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 5px);
}
.sectionList_item {
  border-radius: 6px;
  box-shadow: var(--box-shadow-default);
  margin-bottom: 30px;
  display: flex;
  min-height: 216px;
  max-width: calc(50% - 15px);
  margin-right: 15px;
  padding-right: 15px;
}
.sectionList_item-title {
  color: var(--black);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 20px;
}
.sectionList_item-title:hover, .sectionList_item-title:focus {
  color: inherit;
  text-decoration: inherit;
}
.sectionList_item-image {
  max-width: 200px;
  min-width: 200px;
}
.sectionList_item-image img {
  border-radius: 6px 0 0 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionList_item-desc {
  padding: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .sectionList {
    width: 100%;
    margin-bottom: 30px;
  }
  .sectionList_item {
    flex-direction: column;
    max-width: 100%;
  }
  .sectionList_item-image {
    max-width: 100%;
  }
  .sectionList_item-image img {
    border-radius: 6px 6px 0 0;
    width: 100%;
    max-height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/auto-master-gas/components/bitrix/news.list/services/style.css?17719433361384 */
