/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./assets/sass/acf-blocks/give-notice.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.give-notice-content__title {
  color: #001819;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.32px;
}
@media (max-width: 767px) {
  .give-notice-content__title {
    font-size: 2.6rem;
    font-weight: 500;
  }
}

.give-notice-content__button a {
  display: inline-flex;
  position: relative;
  align-items: center;
  height: 54px;
  padding: 0 20px;
  transition: 0.3s;
  border-radius: 4px;
  background-color: #F3F0E9;
  color: #001819;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.23px;
  line-height: 1.8rem;
}
.give-notice-content__button a * {
  z-index: 2;
}
.give-notice-content__button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E0DAC7;
  height: 100%;
  width: 0px;
  transition: 0.3s;
  border-radius: 4px;
  z-index: 1;
}
.give-notice-content__button a:hover::before {
  width: 100%;
}

.give-notice {
  background: #007F6E;
  padding: 0 5vw;
  position: relative;
}
.give-notice::before, .give-notice::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  background: #E0DAC7;
}
@media (max-width: 1023px) {
  .give-notice::before, .give-notice::after {
    display: none;
  }
}
.give-notice::before {
  top: 50px;
}
.give-notice::after {
  bottom: 50px;
}
.give-notice-content {
  max-width: 1440px;
  margin: auto;
  display: flex;
  gap: 50px;
  color: #ffffff;
}
.give-notice-content__img {
  width: 25%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-right: solid 1px #E0DAC7;
  border-left: solid 1px #E0DAC7;
}
@media (max-width: 1023px) {
  .give-notice-content__img {
    display: none;
  }
}
.give-notice-content__img img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 215px;
}
.give-notice-content__infos {
  width: 75%;
  display: flex;
  gap: 43px;
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (max-width: 1023px) {
  .give-notice-content__infos {
    width: 100%;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;
  }
}
.give-notice-content__title {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .give-notice-content__title {
    text-align: center;
    font-size: 2.6rem;
    letter-spacing: 0.26px;
  }
}
.give-notice-content__text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0.09px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .give-notice-content__text {
    display: none;
  }
}
@media (max-width: 1023px) {
  .give-notice-content__button a {
    width: 100%;
    justify-content: center;
  }
}
