.Main {
  background-color: #d9d9d9;
  display: flex;
  flex-direction: column;
}

.RecipieCard {
  height: 500px;
  padding-top: 80px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  overflow-y: hidden;
  overflow: hidden;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 20px;
}

.RecipieCardIMG {
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  object-fit: cover;
}

.RecipieCardIMG img {
  width: 800px;
  height: auto;
  object-fit: cover;
}

.RecipieCardText {
  flex-basis: 1000px;
  flex-grow: 2;
  margin-left: 70px;
  margin-right: 20px;
}

.RecipieCardText h1 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  color: #b89e6b;
}

.RecipieCardText p {
  font-size: 24px;
  font-family: "Playfair Display", serif;
}

.RRecipieCard {
  height: 500px;
  padding-top: 80px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  overflow-y: hidden;
  overflow: hidden;
  margin-left: 60px;
  margin-right: 60px;
}

.ReverseRecipieCard {
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.ReverseRecipieCard .RecipieCardIMG {
  justify-content: space-evenly;
}

.ReverseRecipieCard .RecipieCardText {
  margin-left: 20px;
  margin-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ReverseRecipieCard .RecipieCardText > div:last-child {
  align-self: flex-end;
}

.RecipieCardText a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #b89e6b;
  color: #000000;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.SocialMedia {
  width: 450px;
  height: 200px;
  margin: 0px;
  padding: 0px;
  position: relative;
  left: 190px;
  top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

/* Styles for extra small devices */
@media (max-width: 575.98px) {
  .RecipieCardText h1 {
    font-size: 20px;
    text-align: center;
  }
  .RecipieCardIMG img {
    width: 314px;
    margin-top: 0;
    height: 300px;
  }
  .RecipieCardText {
    flex-basis: 0;
    flex-grow: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .RecipieCard {
    height: 800px;
    padding-top: 0px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow-y: hidden;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    align-items: center;
  }
  .RecipieCardText p {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .RecipieCard {
    padding-top: 0px;
  }

  .ReverseRecipieCard .RecipieCardText > div:last-child {
    align-self: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .RecipieCardText h1 {
    font-size: 20px;
    text-align: center;
  }
  .RecipieCardIMG img {
    width: 314px;
    margin-top: 0;
    height: 300px;
  }
  .RecipieCardText {
    flex-basis: 0;
    flex-grow: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .RecipieCard {
    height: 800px;
    padding-top: 0px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow-y: hidden;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    align-items: center;
  }
  .RecipieCardText p {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .RecipieCard {
    padding-top: 0px;
  }

  .ReverseRecipieCard .RecipieCardText > div:last-child {
    align-self: center;
  }
}

/* Styles for medium devices */
@media (min-width: 768px) and (max-width: 991.98px) {
  .RecipieCardText h1 {
    font-size: 35px;
    text-align: center;
  }
  .RecipieCardIMG img {
    width: 314px;
    margin-top: 0;
    height: 300px;
  }
  .RecipieCardText {
    flex-basis: 0;
    flex-grow: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .RecipieCard {
    height: 800px;
    padding-top: 0px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow-y: hidden;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    align-items: center;
  }
  .RecipieCardText p {
    font-size: 18px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .RecipieCard {
    padding-top: 0px;
  }

  .ReverseRecipieCard .RecipieCardText > div:last-child {
    align-self: center;
  }
}

/* Styles for large devices */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .RecipieCardText h1 {
    font-size: 35px;
    text-align: center;
  }
  .RecipieCardIMG img {
    width: 453px;
    margin-top: 0;
    height: 465px;
  }
  .RecipieCardText {
    flex-basis: 0;
    flex-grow: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .RecipieCard {
    height: 800px;
    padding-top: 0px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow-y: hidden;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    align-items: center;
  }
  .RecipieCardText p {
    font-size: 18px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .RecipieCard {
    padding-top: 0px;
  }

  .ReverseRecipieCard .RecipieCardText > div:last-child {
    align-self: center;
  }
}

/* Styles for extra large devices */
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .RecipieCardText h1 {
    font-size: 35px;
    text-align: center;
  }
  .RecipieCardIMG img {
    width: 453px;
    margin-top: 0;
    height: 465px;
  }
  .RecipieCardText {
    flex-basis: 0;
    flex-grow: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .RecipieCard {
    height: 800px;
    padding-top: 0px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow-y: hidden;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    align-items: center;
  }
  .RecipieCardText p {
    font-size: 18px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .RecipieCard {
    padding-top: 0px;
  }

  .ReverseRecipieCard .RecipieCardText > div:last-child {
    align-self: center;
  }
}

/* Styles for 2K/QHD devices */
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .RecipieCardText h1 {
    font-size: 35px;
    text-align: center;
  }
  .RecipieCardIMG img {
    width: 453px;
    margin-top: 0;
    height: 465px;
  }
  .RecipieCardText {
    flex-basis: 0;
    flex-grow: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .RecipieCard {
    height: 800px;
    padding-top: 0px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow-y: hidden;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    align-items: center;
  }
  .RecipieCardText p {
    font-size: 18px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .RecipieCard {
    padding-top: 0px;
  }

  .ReverseRecipieCard .RecipieCardText > div:last-child {
    align-self: center;
  }
}

/* Styles for Ultra HD/4K devices */
@media (min-width: 1920px) {
  /* Styles remain the same as the default styles */
}
