main {
  height: 500px;
  background: url("../img/About_Us\ header\ images-min.jpg");
  background-size: cover !important;
  background-position: center !important;

  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.file_attach {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  cursor: pointer;
}
.file_attach p {
  margin-bottom: 0px !important;
  font-weight: 500;
  text-transform: uppercase;
}
main::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
main h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 2;
}

.content_area {
  padding: 5rem 0rem;
}
.content_area img {
  width: 100%;
  margin: 2rem 0rem;
}
.content_area > h1 {
  font-size: 40px;
  margin-bottom: 2rem;
}
.content_area p {
  margin-bottom: 1rem;
  line-height: 30px;
}
.content_area h2 {
  margin-bottom: 1rem;
}
.content_area ol,
.content_area ul {
  line-height: 30px;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.content_area .Logos_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin-top: 2rem;
}

.content_area .Logos_wrapper > div {
  width: 100%;
  height: 200px;
  border: 2px solid #ddd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_area .grid_static_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 3rem;
}

.content_area .grid_outer_contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.content_area .grid_outer_contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin-top: 3rem;
}
.content_area .grid_outer_contact form > .text_area {
  grid-column: span 2;
}
.content_area .grid_outer_contact form input {
  height: 45px;
  border: 1px solid #ddd;
  width: 100%;
  margin-top: 10px;
  outline: none;
  padding: 0rem 1rem;
}
.content_area .grid_outer_contact form textarea {
  border: 1px solid #ddd;
  width: 100%;
  margin-top: 10px;
  resize: none;
  outline: none;
  padding: 1rem;
}
.content_area .grid_outer_contact form button {
  border: none;
  height: 45px;
  border-radius: 10px;
  background-color: #428bca;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  main h1 {
    font-size: 30px;
  }
  .content_area > h1 {
    font-size: 20px;
  }
  main {
    height: 300px;
  }
  header > a {
    font-size: 20px;
  }
  .content_area p,
  .content_area li,
  .content_area a {
    font-size: 14px;
  }
  main h1 {
    text-align: center;
  }

  h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .content_area .grid_outer_resume {
    grid-template-columns: 1fr;
  }
}
