.parent-container {
  z-index: 1;
  margin-top: 20px;
  padding-top: 50px;
  display: flex;

  /*justify-content: center; /* Horizontally centers children */
  align-items: center; /* Vertically centers children */
  /*height: 100vh; /* Example: to center within the viewport height */
  width: 100%;
  min-width: fit-content;
  flex-direction: column;
  background-color: #f8f6f1;
}
.footer-container {
  background-color: #024059;
  margin-top: auto;
  height: 50px;
  width: 100%;
}

.header {
  background-color: #f8f6f1;
  width: 100%;
  z-index: 3;
}
.header-inner {
  background-color: white;
  width: 100%;
  box-shadow: 4px 8px 10px #888888;
  z-index: 2;
}

.hotline-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hotline-item {
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 100px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body {
  margin: 0px;
  background-color: #f8f6f1;
}

.logo-img {
  max-height: 95px;
  max-width: 95px;
}

h1 {
  color: #8a2432;
  font-family: Lato;
  font-size: 49px;
  font-style: normal;
  font-weight: 4000;
  line-height: 46px;
}
h4 {
  color: #1c1c1c;
  font-family: Lato;
  font-size: 31px;
  font-style: normal;
  font-weight: 900;
  line-height: 37.2px;
}
p {
  color: #1c1c1c;
  font-family: Lato;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media (max-width: 767px) {
  h1 {
    color: #8a2432;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 4000;
    line-height: 26px;
  }
  h4 {
    color: #1c1c1c;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
  }
  p {
    color: #1c1c1c;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
  a {
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }

  .hotline-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hotline-item {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
