.Page_AboutUs .FullBanner {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }


  .FullBanner {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3% 0;
  }


  .Page_AboutUs .FullBanner-Text .FullBanner-Text_Light {
    font-size: 42px;
    line-height: 59px;
    font-weight: 300;
  }

  .Page_AboutUs .FullBanner-Text {
    color: #FFF;
  }


  .Page_AboutUs .FullBanner-Text {
    width: 1100px;
    color: #FFF;
  }  

  .Page_AboutUs .FullBanner-Text .FullBanner-Text_Light, .Page_AboutUs .FullBanner-Text .FullBanner-Text_Regular{
    color: #FFF;
  }


  .Page_AboutUs .Bloco-1, .Page_AboutUs .Bloco-2 {
    max-width: 1100px;
    margin: 0 auto;
  }

  .Page_AboutUs .Page_Blocos_Container h1 {
    color: #323334;
    font-size: 35px;
    margin: 50px 0 20px;
    font-weight: bold;
  }


  .Page_AboutUs .Page_Blocos_Container h3 {
    color: #323334;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
  }


  .Page_AboutUs .Page_Blocos_Container p {
    margin-bottom: 20px;
    font-weight: 300;
  }

  li {
    margin-bottom: 10px; 
}


.Page_AboutUs .Bloco-1, .Page_AboutUs .Bloco-2 {
  max-width: 1100px;
  margin: 0 auto;
}

.Page_AboutUs .Bloco-2 .Bloco-2_Wrapper {
  margin: 50px 0 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  background: #EEF0F9;
}

.Page_AboutUs .Bloco-2 .Bloco-2_Wrapper .Bloco-2_Image {
  background: #CCC;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.Page_AboutUs .Bloco-2_Container_Text {
  align-self: center;
  padding-right: 40px;
}


.Page_AboutUs .Bloco-2_Container_Text .Bloco-2_Wrapper_Text h3 {
  font-weight: bold;
  font-size: 24px;
  color: #323334;
}


.Page_AboutUs .Page_Blocos_Container h3 {
  color: #323334;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
}


.Page_AboutUs .Bloco-2_Container_Text .Bloco-2_Wrapper_Text p {
  font-size: 18px;
  font-weight: 300;
}
.Page_AboutUs .Page_Blocos_Container p {
  margin-bottom: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 1200px) {
    .Page_AboutUs .Bloco-1, .Page_AboutUs .Bloco-2 {
      padding: 20px;
    }
  }



  @media only screen and (max-width: 1200px) {
    .Page_AboutUs .Bloco-1, .Page_AboutUs .Bloco-2 {
      padding: 20px;
    }
  }

  @media only screen and (max-width: 900px) {
    .Page_AboutUs .Bloco-2 .Bloco-2_Wrapper {
      display: block;
      margin: 0;
    }
  }

  