/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/components/imagetext.scss ***!
  \*********************************************************************************************************************************************************************************************/
.image-text {
  margin-top: 3.75rem;
}

.imagetext {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  grid-template-rows: 1fr;
  background-color: rgba(179, 150, 104, 0.05);
  border-top: solid 0.0625rem rgba(179, 150, 104, 0.5);
  border-bottom: solid 0.0313rem rgba(179, 150, 104, 0.5);
}
@media only screen and (min-width: 768px) {
  .imagetext {
    grid-template-columns: 78px 1fr 78px;
  }
}
@media only screen and (min-width: 1630px) {
  .imagetext {
    grid-template-columns: 1fr 1440px 1fr;
  }
}
.imagetext__container {
  grid-area: 1/2/2/3;
  padding: 3rem 0;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .imagetext__container {
    padding: 3.75rem 0;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 1630px) {
  .imagetext__container {
    padding: 3rem 0;
  }
}
.imagetext__wrapper {
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .imagetext__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3rem;
  }
}
.imagetext__wrapper--reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.imagetext__border {
  width: 100%;
  height: 1px;
  background-color: rgba(179, 150, 104, 0.5);
  margin: 3.75rem 0;
}
.imagetext__img {
  width: 100%;
  height: 13rem;
  margin-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  block-size: auto;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .imagetext__img {
    width: 609px;
    height: 100%;
  }
}
.imagetext__image {
  position: relative;
}
.imagetext__add {
  background-color: #b39668;
  height: 0.5rem;
  width: 6.0625rem;
  position: absolute;
  top: -8px;
  right: 10%;
}
@media only screen and (min-width: 768px) {
  .imagetext__add {
    height: 0.9375rem;
    width: 11.75rem;
    top: -15px;
  }
}
.imagetext__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.imagetext__content ul {
  margin-bottom: 0rem;
  gap: 0.5rem;
}
.imagetext__text {
  color: #3c3c3c;
  font-weight: 700;
}
.imagetext__list {
  margin-left: 2rem !important;
  margin-bottom: 1rem;
}
.imagetext__list i {
  color: #b39668;
  margin-right: 2rem;
}
.imagetext__listitem {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
}
