*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.about_container {
    min-width: 75%;
    width: 100%;
    height: 910px;
    background-color: #FFE5C8;
}
.about_half1 {
    height: 480px;
    width: 100%;
    display: flex;
}

.about_half1_text{
    width: 60%;
    height: 100%;
}
.about_half1_all {
    font-size: 1rem;
    color: #441b04;
    padding-left: 85px;
    padding-top: 30px;
}

.about_half1_boldp {
    color: #441b04;
    padding-left: 85px;
    padding-top: 7px;
}
.about_half1_image {
    height: 200px;
    width: 40%;
}

.about_half2 {
    height: 350px;
    width: 90%;
    font-size: 1.2rem;
}

#about_half1_donate {
  height: 45px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #AD591E;
  border-radius: 7px;
  margin-left: 70px;
  
}