.plants {
  background-color: #EDEAE6;
  padding: 5rem 1rem 0;
}
@media only screen and (min-width: 768px) {
  .plants {
    padding: 0 1.5rem;
  }
}
.plants__intro {
  font-family: Reader;
  --mb: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.5rem;
  padding: 0 1.5rem;
  padding-bottom: 1.5rem;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .plants__intro {
    --mb: 1.6875rem;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
.plants__intro :link,
.plants__intro :visited {
  border-bottom: 1px solid;
}
.plants__intro p:not(:last-child), .plants__intro ul:not(:last-child), .plants__intro ol:not(:last-child) {
  margin-bottom: var(--mb);
}
.plants__title {
  font-family: Reader;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 2rem;
  text-align: center;
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .plants__title {
    font-size: 3rem;
    line-height: 3.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .plants__title {
    padding: 4rem 0 1.5rem;
  }
}
.plants__plant {
  padding: 1rem 0;
  border-top: 1px solid #979797;
}
@media only screen and (min-width: 768px) {
  .plants__plant {
    display: flex;
    max-width: 75rem;
    margin: 0 auto;
    padding: 2.5rem 0 100px;
  }
}

@media only screen and (min-width: 768px) {
  .plant__img-block {
    width: 35%;
    padding-right: 2.5rem;
    border-right: 1px solid #979797;
  }
}
.plant__img-block img {
  width: 100%;
  display: block;
}
.plant__carousel {
  display: block;
}
@media only screen and (min-width: 768px) {
  .plant__carousel {
    display: none;
  }
}
.plant__slide {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem 0 0;
}
.plant__slide:first-child {
  padding-left: 3rem;
  width: calc(100% - 1.25rem);
}
.plant__slide:last-child {
  padding-right: 3rem;
  width: calc(100% - 3rem);
}
.plant__img-wrap {
  display: none;
}
@media only screen and (min-width: 768px) {
  .plant__img-wrap {
    display: block;
    position: relative;
  }
  .plant__img-wrap:hover .plant__illustration {
    opacity: 0;
  }
  .plant__img-wrap:hover .plant__photo {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .plant__img-place {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .plant__illustration {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
@media only screen and (min-width: 768px) {
  .plant__photo {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
.plant__txt-block {
  padding: 0 2.5rem;
}
@media only screen and (min-width: 768px) {
  .plant__txt-block {
    width: 65%;
    border-bottom: 0 none;
    padding: 0 0 0 2.5rem;
    display: flex;
    flex-direction: column;
  }
}
.plant__title {
  font-family: Reader;
  --mb: 1.875rem;
  font-size: 1.375rem;
  letter-spacing: 0.5px;
  line-height: 1.875rem;
  margin: 1rem 0 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .plant__title {
    --mb: 2.625rem;
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .plant__title {
    text-align: left;
    margin: 0 0 2.5rem;
    padding: 0 0 0 2.5rem;
  }
}
.plant__latin {
  font-family: ReaderMedium;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  line-height: 1.3125rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .plant__latin {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .plant__latin {
    display: inline;
  }
}
.plant__care {
  font-family: ReaderMedium;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  line-height: 1.125rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .plant__care {
    text-align: left;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    margin-bottom: 0;
    height: 0px;
    position: absolute;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .plant__columns {
    display: flex;
  }
}
.plant__column {
  font-family: Reader;
  --mb: 1.3125rem;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  line-height: 1.3125rem;
  margin-bottom: var(--mb);
}
@media only screen and (min-width: 768px) {
  .plant__column {
    width: 33%;
    margin-bottom: 2.5rem;
    padding: 0 0 0 2.5rem;
  }
}
.plant__col-title {
  font-family: ReaderMedium;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  line-height: 1.125rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .plant__col-title {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media only screen and (min-width: 768px) {
  .plant__col-title {
    text-align: left;
    margin-bottom: 1.75rem;
  }
}

@media only screen and (min-width: 768px) {
  .dined {
    margin: auto 0 0 0;
  }
}
.dined__title {
  font-family: ReaderMedium;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  line-height: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  margin: 2.5rem 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .dined__title {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media only screen and (min-width: 768px) {
  .dined__title {
    text-align: left;
    padding-left: 2.5rem;
    margin: 0 0 1rem;
  }
}
.dined__date {
  font-family: Reader;
  --mb: 1.875rem;
  font-size: 1.375rem;
  letter-spacing: 0.5px;
  line-height: 1.875rem;
  margin: 1.5rem 0 2.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .dined__date {
    --mb: 2.625rem;
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .dined__date {
    text-align: left;
    padding-left: 2.5rem;
    margin-bottom: 0;
  }
}
