.greece-work {
  max-width: none;
  background: #e7f0ee;
}

.greece-hero-link {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 430px;
  margin: 0 0 24px;
  padding: 13px 16px;
  border: 1px solid #d4dfdb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 25px #274b4c12;
  transition: transform .2s, box-shadow .2s;
}

.greece-hero-link:hover { transform: translateY(-2px); box-shadow: 0 14px 30px #274b4c20; }
.greece-hero-flag { font-size: 26px; }
.greece-hero-link b, .greece-hero-link small { display: block; }
.greece-hero-link b { font-size: 14px; color: #142d3a; }
.greece-hero-link small { font-size: 12px; color: #5c6c71; }
.greece-hero-link i { margin-left: auto; color: #cb8c44; font-size: 22px; font-style: normal; }

.greece-work-inner {
  max-width: 1184px;
  margin: auto;
  padding: 88px 28px;
}

.greece-work-heading {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.greece-work-heading h2 { max-width: 650px; }
.greece-work-heading p { max-width: 390px; margin: 0; }

.greece-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.greece-work-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
}

.greece-work-card b {
  display: block;
  color: #cb8c44;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.greece-work-card p { margin: 0; font-size: 14px; }
.greece-work-note { max-width: 860px; font-size: 12px; margin: 26px 0 0; }
.greece-work .button { margin-top: 28px; }

@media (max-width: 800px) {
  .greece-work-inner { padding: 65px 20px; }
  .greece-work-heading { display: block; }
  .greece-work-heading p { margin-top: 16px; }
  .greece-work-grid { grid-template-columns: 1fr; }
}
