.about__title h2 {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .about__title h2 {
    font-size: 2.6rem;
  }
}
.about__item {
  padding-top: 40px;
}
.about__item-image img {
  float: left;
  margin: 0 16px 16px 0;
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .about__item-content {
    font-size: 12px;
  }
}
.about__contact-me {
  background-size: cover;
  background-position: top center;
  min-height: 355px;
  color: #034588;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .about__contact-me {
    padding: 20px;
  }
}
.about__contact-me p {
  font-size: 16px;
  color: #000000;
}
.about__contact-me div {
  text-align: center;
  align-self: center;
}
.about__contact-me button {
  display: block;
  border-radius: 30px;
  width: 225px;
  height: 60px;
  font-size: 1.325rem;
  font-weight: 500;
  background: #06a803;
  color: white;
  border: none;
  margin: 20px auto;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .about__contact-me button {
    padding: 5px;
    width: 200px;
    height: unset;
  }
}
.about__contact-me button:hover {
  background: #10ba0d;
}
.about__contact-me a {
  color: #000000 !important;
  text-decoration: underline;
}