.guardian::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 105px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .guardian::after {
    height: 10px;
    margin-top: 85px;
  }
}
.guardian__wrap {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
.guardian__title {
  position: relative;
  max-width: 903px;
  padding-bottom: 58px;
  margin: 70px auto 0;
}
@media screen and (max-width: 800px) {
  .guardian__title {
    max-width: 430px;
    padding-bottom: 40px;
  }
}
.guardian__title::after {
  position: absolute;
  inset: auto 0 0;
  display: block;
  width: 100%;
  height: 27.5px;
  content: "";
  background: url("../img/guardian-title-bg.png") no-repeat;
  background-position: bottom center;
  background-size: 100% 27.5px;
}
@media screen and (max-width: 800px) {
  .guardian__title::after {
    height: 25px;
    background-size: 100% 25px;
  }
}
.guardian__title img {
  display: block;
  max-width: 443px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .guardian__title img {
    max-width: 300px;
  }
}
.guardian__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  max-width: 904px;
  margin: 30px auto 0;
}
@media screen and (max-width: 800px) {
  .guardian__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.guardian__co {
  position: relative;
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 800px) {
  .guardian__co {
    width: auto;
    max-width: 430px;
    margin: 0 auto;
  }
}
.guardian__flex-1 {
  position: absolute;
  inset: auto 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .guardian__flex-1 {
    position: static;
    padding-top: 17px;
  }
}
.guardian__flex-1 picture {
  display: block;
  width: calc((100% - 10px) / 2);
}
.guardian__subtitle {
  padding-bottom: 13px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4090909091;
  color: #000;
  text-align: center;
  letter-spacing: 1.4px;
  border-bottom: 1px solid #000;
}
@media screen and (width <= 900px) {
  .guardian__subtitle {
    font-size: 16px;
  }
}
.guardian__text {
  padding-top: 15px;
  padding-bottom: 156px;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (width <= 900px) {
  .guardian__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  .guardian__text {
    padding-bottom: 0;
  }
}
.guardian__foot {
  position: relative;
  padding: 60px 20px 54px;
  margin: 95px auto 0;
  background: #1B1538;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .guardian__foot {
    padding: 40px 20px;
    margin-top: 100px;
    border-radius: 10px;
  }
}
.guardian__foot-top {
  position: absolute;
  inset: -20px 0 auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 378px;
  height: 40px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  color: #231815;
  background: #FFF;
  border: 2px solid #FFC21B;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .guardian__foot-top {
    max-width: 260px;
    font-size: 14px;
  }
}
.guardian__foot-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 22px 48px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .guardian__foot-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 375px;
  }
}
.guardian__btn {
  position: relative;
  display: block;
  width: calc((100% - 48px) / 2);
  padding: 0 28px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .guardian__btn {
    width: 100%;
    padding: 0 10px;
  }
}
.guardian__btn span {
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  color: #000;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 800px) {
  .guardian__btn span {
    font-size: 16px;
  }
}
.guardian__btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 21px;
  height: 21px;
  content: "";
  background-image: url("../img/guardian-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .guardian__btn::after {
    right: 10px;
  }
}