.homepage {
  background: linear-gradient(180deg, rgba(255, 254, 254, 1) 56%);
  width: 100%;
  min-width: 1440px;
  min-height: 1539px;
  display: flex;
  flex-direction: column;
}

.homepage .hero-label {
  position: relative;
  align-self: stretch;
  margin-top: -2.00px;
  font-family: "Futura-Medium", Helvetica;
  font-weight: 500;
  color: #242f76;
  font-size: 15px;
  text-align: right;
  letter-spacing: 0;
  line-height: 16.5px;
}

.homepage .hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 14px var(--size-spacing-small) 14px var(--size-spacing-small);
  position: relative;
  flex: 0 0 auto;
  background-color: #242f76;
}

.homepage .hero-button-text {
  position: relative;
  width: fit-content;
  margin-top: -0.50px;
  font-family: "Futura-Medium", Helvetica;
  font-weight: 500;
  color: #fffefe;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: normal;
}

.homepage .recipe-section {
  width: 1280px;
  height: 609px;
  position: relative;
  margin-top: 35px;
  align-self: center;
}

.homepage .recipe-section-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 328px;
  aspect-ratio: 9.65;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #242f76;
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 33.6px;
  white-space: nowrap;
}

.homepage .recipe-card-grid {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 66px;
  left: 0;
}

.homepage .recipe-card {
  position: relative;
  width: 410px;
  height: 543px;
}

.homepage .recipe-card-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 410px;
  object-fit: cover;
}

.homepage .recipe-card-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 8px;
  position: absolute;
  top: 442px;
  left: 0;
}

.homepage .recipe-card-title {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #242f76;
  font-size: 25px;
  letter-spacing: 0.50px;
  line-height: normal;
}

.homepage .recipe-card-subtitle {
  position: relative;
  width: 278px;
  font-family: "Futura-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 11px;
  letter-spacing: 0.22px;
  line-height: normal;
}

.homepage .recipe-card-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 101px;
  height: 36px;
  background-color: #fff7c9;
  border: 2px solid;
  border-color: #242f76;
}

.homepage .recipe-card-badge-label {
  position: absolute;
  top: 11px;
  left: 12px;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #242f76;
  font-size: 11px;
  letter-spacing: 0.22px;
  line-height: normal;
}

.homepage .recipe-card-placeholder {
  background-color: #c4c4c4;
  border: 2px solid;
  border-color: #242f76;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 410px;
}
