.container-narrow {
  max-width: 990px;
}

.content-promo {
  min-height: 650px;
  background-repeat: no-repeat;
  background-position: center;
}
.content-promo xx {
  max-width: 940px;
}
.content-promo .logo-white {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  height: 135px;
  margin-top: 95px;
}
.content-promo h1 {
  color: #fff;
  margin-top: 24px;
  font-size: 40px;
  font-weight: 400;
}
.content-promo .yellow {
  color: #FFEA60;
}

.accentpink {
  position: relative;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: rgba(255, 115, 45, 0.3);
  color: #464646;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.accentpink h2, .accentpink h3 {
  color: #FF732D;
}
.accentpink h2 {
  font-size: 36px;
  font-weight: 500;
  margin: 47px 0 0 0;
}
.accentpink h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 3px 0 27px 0;
}
.accentpink p {
  margin-bottom: 1.3rem;
}
.accentpink .container {
  position: relative;
  z-index: 2;
}
.accentpink .aboutus1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.accentpink .aboutus2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.content1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 80px;
}

.content-center2 {
  font-size: 24px;
  font-weight: 500;
  max-width: 80%;
  margin-bottom: 80px;
}

ul.about-types {
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.about-types li {
  margin: 20px;
}
ul.about-types a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: rgba(255, 115, 45, 0.5);
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #ff4431;
  min-height: 142px;
  min-width: 206px;
  text-decoration: none;
}
ul.about-types a:hover {
  background: rgb(255, 115, 45);
}
ul.about-types a img {
  margin-bottom: 3px;
}

@media (max-width: 1900px) {
  .accentpink .aboutus1 {
    bottom: 0;
    left: calc(20% - 455px);
  }
  .accentpink .aboutus2 {
    bottom: 0;
    right: calc(20% - 455px);
  }
}
/*rrrr*/
@media (max-width: 1024px) {
  .page404 .content-promo h1 {
    font-size: 26px;
  }
  .content-promo {
    min-height: auto;
  }
  .content-promo h1 {
    font-size: 26px;
  }
  .content-promo .logo-white {
    height: 95px;
    margin-top: 35px;
  }
  .accentpink h2 {
    margin: 47px 0 19px 0;
  }
  ul.about-types li {
    margin: 7px;
  }
  ul.about-types li a {
    padding: 5px;
  }
  /*
  ul.about-types li{
      margin: 5px;
      a{
          padding: 5px;
          min-width: auto;
          min-height: auto;
          img{
              height: 40px;
          }
      }
  }
  */
  .content1 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .content-center2 {
    font-size: 1rem;
    margin: 0;
    max-width: inherit;
  }
}/*# sourceMappingURL=content.css.map */