.about_us_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #737373;
  margin: 0;
}
.welcome_block {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  margin-top: 95px;
  margin-bottom: 151px;
}
.welcome_block .welcome_block_text {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
}
.welcome_block .welcome_block_text .about_us_text {
  flex: 0 0 50%;
  padding: 0 10px;
}
.welcome_block__title {
  font-size: 78px;
  color: #737373;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .welcome_block__title {
    font-size: 30px;
  }
}
.welcome_block__subtitle {
  font-family: "Breathing";
  font-size: 40px;
  text-align: center;
  color: #737373;
}
@media (max-width: 991px) {
  .welcome_block__subtitle {
    font-size: 20px;
  }
}
.introduce_wrapper {
  max-width: 1500px;
  padding: 0 10px;
  margin: 0 auto;
  margin-bottom: 113px;
  text-align: center;
  position: relative;
  padding-top: 70px;
  margin-bottom: 164px;
}
.introduce_wrapper .introduce_block {
  max-width: 740px;
  height: max-content;
  outline: 2px solid #ae2573;
  outline-offset: -30px;
  padding: 171px 108px 210px 108px;
}
.introduce_wrapper .introduce_block .introduce_block_text {
  margin-bottom: 70px;
  position: relative;
}
.introduce_wrapper .introduce_block .introduce_block_text .top_title {
  margin-bottom: 39px;
}
.introduce_wrapper .introduce_block .introduce_block_text:last-of-type {
  margin-bottom: 0;
}
.introduce_wrapper .introduce_block .introduce_block_text:last-of-type:after {
  display: block;
}
.introduce_wrapper .introduce_block .introduce_block_text:before,
.introduce_wrapper .introduce_block .introduce_block_text:after {
  position: absolute;
  content: '';
  left: 48.5%;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #efd3e3;
  border-radius: 100%;
}
.introduce_wrapper .introduce_block .introduce_block_text:before {
  top: -40px;
}
.introduce_wrapper .introduce_block .introduce_block_text:after {
  bottom: -49px;
  display: none;
}
.introduce_wrapper .introduce_image {
  max-width: 881px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.co_circles_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 70px;
  position: relative;
}
.co_circles_block .circle_single {
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  outline: 2px solid #efd3e3;
  outline-offset: 15px;
  height: 255px;
  width: 255px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 60px;
  box-shadow: 0 14px 73px 8px rgba(35, 31, 32, 0.2);
}
.co_circles_block .circle_single .circle_text {
  max-width: 200px;
}
.co_circles_block .circle_single .circle_text .circle_nums {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  color: #ae2573;
}
.co_offer_block {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 243px 40px 174px;
  outline: 2px solid #fff;
  outline-offset: -30px;
  margin-top: -105px;
}
.co_offer_block .co_offer_container {
  max-width: 1380px;
  padding: 0 10px;
  margin: 0 auto;
}
.co_offer_block .co_offer_container .button {
  padding: 0.75em 3em;
}
.co_offer_block .co_offer_container .co_offer_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 47px;
}
.co_offer_block .co_offer_container .co_offer_wrapper .co_offer_item {
  flex: 0 0 33%;
  text-align: center;
  position: relative;
}
.co_offer_block .co_offer_container .co_offer_wrapper .co_offer_item .co_offer_title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.co_offer_block .co_offer_container .co_offer_wrapper .co_offer_item .about_us_text {
  color: #fff;
  max-width: 300px;
  margin: 0 auto;
}
.co_offer_block .co_offer_container .co_offer_wrapper .co_offer_item:before {
  position: absolute;
  content: '';
  left: 40%;
  top: -34px;
  right: 0;
  bottom: 0;
  width: 88px;
  height: 88px;
  background-color: rgba(239, 211, 227, 0.5);
  border-radius: 100%;
}
