/* Global styles */
body {
  font-family: "Albert Sans", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #24404c;
}
.logo {
  margin: auto;
  text-align: center;
  max-width: 200px;
  width: 80%;
  padding-top: 25px;
}

.albert-sans-font {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.item-container {
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}

.image-container {
  position: relative;
  margin: auto;
  text-align: center;
  max-width: 370px;
  max-height: 700px;
}

.text-container {
  flex-direction: column;
  display: flex;
  margin: auto;
  max-width: 700px;
  max-height: 700px;
  text-align: center;
  margin-top: 40px;
}
.headers {
  display: flex;
  text-align: center;
  justify-content: center;
  border-top: 1px solid #e7cbb8;
  border-bottom: 1px solid #e7cbb8;
}
.w-full {
  width: 100%;
}
.w-half {
  width: 20%;
}
.h-full {
  height: 975.9px;
}
.side-img {
  position: absolute;
  right: 10%;
  top: 116px;
  width: 180px;
}
h2 {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  line-height: 26.4px;
  padding: 0 15px;
  color: white;
  bottom: 20px;
}
h3 {
  font-family: "Albert Sans", sans-serif;
  position: relative;
  font-size: 27px;
  font-style: normal;
  font-variant: normal;
  line-height: 26.4px;
  color: white;
  margin-top: 20px;
  display: inline-block;
}
p {
  font-family: "Urbanist", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 26.4px;
  color: white;
  text-align: center;
  align-self: start;
  margin: 0 auto;
}
a {
  color: white;
}
.image1 {
  position: absolute;
  z-index: -1;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.image2 {
  width: 100%;
  mix-blend-mode: multiply;
  z-index: 2;
}
.left-border {
  position: absolute;
  left: -11px;
  top: -10px;
}
.right-border {
  position: absolute;
  right: -11px;
  top: -10px;
}

@media (max-width: 767px) {
  .image1 {
    top: 90px;
  }
  .right-border,
  .left-border {
    display: none;
  }
  .border {
    border-top: 3px solid #0f080b00;
    border-bottom: 3px solid #0f080b00;
  }
}
@media (max-width: 1000px) {
  .side-img {
    width: 150px;
    top: 80px;
  }
}
@media (max-width: 625px) {
  .w-half {
    width: 50%;
  }
  .logo {
    margin: auto;
    text-align: center;
    max-width: 100px;
    width: 80%;
    padding-top: 25px;
  }
  .headers {
    flex-wrap: wrap;
  }
  .headers h2 {
    width: 100%;
  }
  .p {
    font-size: 18px;
  }
  .h-full {
    height: 872px;
  }
}
@media (max-width: 889px) {
  .side-img {
    display: none;
  }
}
