/* ================================== */
/* OUR ATLIERS */
/* ================================== */

/* SECTION */
.atelier-section {
  /* background: #f4f4f4; */
  margin-top: 80px;
}

/* TITLE */
.atelier-title {
  font-size: 72px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-family: f1;
}

.atelier-sub {
  font-size: 18px;
  color: #444;
  max-width: 500px;
  line-height: 1.6;
  font-family: f2;
}

/* CARD */
.atelier-card {
  background: #c8cfaa;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
  transition: 0.3s;
}

.atelier-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.atelier-card .icon {
  width: 50px;
  height: 50px;
  background: #e09a62;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
}

/* TEXT */
.atelier-card h5 {
  font-weight: 400;
  margin-bottom: 15px;
  font-family: f3;
}

.atelier-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  font-family: f2;
}

/* IMAGE */
.atelier-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 300px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .atelier-title {
    font-size: 42px;
  }
}

/* ================================== */
/* OUR INK MAKING PROCESS */
/* ================================== */


/* SECTION */
.ink-process {
  margin-top: 80px;
}

/* TITLE */
.process-title {
  font-size: 72px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-family: f1;
}

.process-intro {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  max-width: 600px;
  font-family: f2;
}

/* STEP TEXT */
.ink-process h4 {
  font-size: 26px;
  margin-bottom: 15px;
  font-family: f3;
  /* max-width: 400px !important; */
}

.highlight {
  /* color: #a05a2c; */
  line-height: 1.7;
  font-family: f2;
  max-width: 400px !important;
  font-size: 18px;
}

.icards{
    margin-bottom: 100px !important;
}

/* IMAGE */
.ink-process img {
  width: 100%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .process-title {
    font-size: 42px;
  }

  .ink-process h4 {
    font-size: 22px;
  }

  .row{
    margin-bottom: 50px !important;
  }
}