
  .projects__list {
    margin-top: 200px;
    margin-bottom: 150px;
  }
.projects__list * {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  color: #6A3F24;
  text-decoration: none;
  min-height: 0;
  min-width: 0; }

.projects .container {
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px; }

.projects .projects__list__item {
  display: grid;
  grid-template-columns: 280px auto;
  gap: 0 121px; }
  .projects .projects__list__item:not(:last-child) {
    margin-bottom: 80px; }

.projects .projects__list__item__left img {
  border: 1px solid #E5E5E5;
  max-width: inherit;
  max-height: 223px;
  object-fit: cover;
  display: block;
  margin-bottom: 40px; }

.projects .projects__list__item__link {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.0357143em;
  color: #FFFFFF;
  background: #00A5CE;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 8px 8px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  padding: 11px 0; }

.projects .projects__list__item__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  /* or 139% */
  color: #101417;
  margin-bottom: 40px; }

.projects .projects__list__item__adv-list__header {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #006098;
  margin-bottom: 20px; }

.projects .projects__list__item__adv-list__item {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  color: #101417;
  display: flex;
  justify-content: start;
  align-items: center; }
  .projects .projects__list__item__adv-list__item:not(:last-child) {
    margin-bottom: 10px; }
  .projects .projects__list__item__adv-list__item::before {
    content: '';
    min-width: 30px;
    width: 30px;
    min-height: 30px;
    height: 30px;
    background-image: url(../../assets/img/list-bullet..svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 20px; }

@media screen and (max-width: 768px) {
  .projects .projects__list__item {
    gap: 0 20px; } }

@media screen and (max-width: 600px) {
  .projects .projects__list__item {
    grid-template-columns: 1fr;
    gap: 40px 0; }
  .projects .projects__list__item__left img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; } }


/*# sourceMappingURL=main..css.map*/