* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
  }
  
  .AboutUs {
    margin-top: 50px;
  }
  
  .AboutUs__inner {
    max-width: 1156px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  
  .AboutUs__inner_navig {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-weight: 400;
  }
  
  .AboutUs__inner_navig a {
    text-decoration: none;
    color: #334b378f;
  }
  
  .AboutUs__inner_navig_p {
    color: #18291bcc;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin: 0;
  }
  
  .AboutUs__inner_content {
    display: flex;
    margin-top: 50px;
    gap: 20px;
  }
  
  .content_box {
    width: 339px;
    height: 167px;
    border-radius: 20px;
    background-color: #f8f8f8;
    display: flex;
    gap: 14px;
  }
  
  .content_box img {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
  }
  
  .content_box_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-left: 14.5px;
    padding-right: 14.5px;
  }
  
  .content_box_text h1 {
    font-size: 32px;
    font-weight: 700;
    color: #18291bcc;
    width: 156px;
    margin: 0;
  }
  
  .content_box_text p {
    font-size: 16px;
    font-weight: 400;
    color: #18291bcc;
    width: 160px;
    height: 20px;
    margin: 0;
  }
  
  .Banner {
    max-width: 1046px;
    margin: 0 auto;
    margin-top: 50px;
  }
  
  .Banner__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: url("kosmeticeskoe-izdelie-s-list-ami-marihuany.jpg");
    background-size: 100% 100%;
    height: 593px;
    padding-left: 20px;
    border-radius: 20px;
  }
  
  .Banner__text {
    display: flex;
    flex-direction: column;
    width: 600px;
    height: 119px;
    color: white;
    gap: 20px;
    margin-top: 20px;
  }
  
  .Banner__title {
    font-size: 38px;
    font-weight: 700;
    margin: 0;
  }
  
  .Banner__description {
    font-size: 38px;
    font-weight: 700;
    width: 900px;
    height: 57px;
    margin: 0;
  }
  
  .Mission {
    margin-top: 50px;
  }
  
  .Mission__inner {
    display: flex;
    gap: 32px;
  }
  
  .Mission__inner img {
    width: 509px;
    height: 470px;
    border-radius: 20px;
  }
  
  .Mission__inner_content {
    display: flex;
    flex-direction: column;
  }
  
  .Mission__inner_content h1 {
    font-size: 115px;
    font-weight: 700;
    color: #18291bcc;
    width: 519px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
  }
  
  .Mission__inner_content h1 span {
    display: flex;
    color: #18291bcc;
    font-size: 60px;
    font-weight: 700;
  }
  
  .Mission__inner_content p {
    font-size: 20px;
    margin-top: 37px;
    color: #18291bcc;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
  }
  
  .Map {
    margin-top: 50px;
  }
  
  .Map__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .content h1 {
    color: #86af8d8f;
    font-size: 64px;
    font-weight: 700;
    margin: 0;
  }
  
  .content h2 {
    font-size: 90px;
    font-weight: 700;
    color: #18291bcc;
    display: flex;
    padding-left: 80px;
    justify-content: center;
    margin: 0;
  }
  
  .Map_text {
    display: flex;
    gap: 40px;
  }
  
  .Map_text p {
    width: 464px;
    height: 162px;
    font-size: 20px;
    font-weight: 400;
    color: #18291bcc;
    margin: 0;
  }
  
  .Map_text img {
    width: 594px;
    height: 583px;
  }
  
  