html {
  font-size: 62.5; }

*, *::before, *::after {
  padding: 0;
  margin: 0; }

.page__banner {
  position: relative;
  background-color: #006500;
  color: #fff !important;
  border-bottom: none; }
  .page__banner > h1 {
    color: #fff !important;
    font-weight: 700; }

.service__photo-box {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 100px;
  border: solid #fff 5px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
  overflow: hidden; }

.service__photo {
  height: 100%; }

.about__text-1 {
  margin-top: 10rem;
  display: block;
  left: 50%;
  transform: translateX(-50%); }
  .about__text-1 p {
    text-align: justify; }

.hope__text-1 {
  margin-top: 0rem;
  display: block;
  left: 50%;
  transform: translateX(-50%); }
  .hope__text-1 p {
    text-align: justify; }

.shipping__text-1 {
  margin-top: 10rem;
  display: block;
  left: 50%;
  transform: translateX(-50%); }
  .shipping__text-1 p {
    text-align: justify; }
