.banner {
  min-height: 280px;
  position: relative;
}

.banner .img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  min-height: 280px;
}

.banner .text {
  font-family: Arial-BoldMT;
  font-size: 60px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform:uppercase;
}

.crumbs {
  display: flex;
  padding-left: 24px;
  background-image: url(../images/address.png);
  background-repeat: no-repeat;
  background-size: 12px 15px;
  background-position: left center;
  margin-top: 30px;
  font-family: ArialMT;
  font-size: 14px;
  color: #878787;
  align-items: center;
  line-height: 1;
}

.crumbs .item {
  margin-right: 4px;
}

.crumbs .line {
  margin-right: 4px;
}

.theme_color {
  color: var(--theme-color);
}

.donateContent {
  padding-top: 74px;
  text-align: center;
}

.donateContent .line_1 {
  font-family: Arial-BoldMT;
  font-size: 36px;
  line-height: 1.333;
  color: #000;
}

.donateContent .line_2 {
  font-family: ArialMT;
  font-size: 18px;
  padding-top: 20px;
  color: var(--theme-color);
}

.donateContent .form {
  border: 0;
  margin: auto;
  width: 300px;
  height: 60px;
  background-color: #53c1bc;
  border-radius: 30px;
  color: #FFF;
  margin-top: 30px;
  background: var(--theme-color);
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.donateContent .line_3 {
  font-family: ArialMT;
  font-size: 18px;
  color: var(--theme-color);
  margin-top: 42px;
}

.donateContent .line_4 {
  font-family: ArialMT;
  font-size: 18px;
  margin-top: 43px;
}

.bottomImg {
  width: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1320 / 440;
  margin-top: 82px;
  margin-bottom: 107px;
}

.bottomImg .text {
  font-family: Arial-BoldMT;
  font-size: 30px;
  line-height: 1.377;
  color: #FFF;
  text-align: center;
}

@media (max-width: 768px) {
  .banner .text {
    font-size: 32px;
  }
  .donateContent {
    padding-top: 35px;
  }
  .donateContent .line_1 {
    font-size: 24px;
  }
  .donateContent .line_2 {
    font-size: 16px;
    padding-top: 10px;
  }
  .donateContent .form {
    height: 40px;
    font-size: 12px;
    padding: 0 20px;
    width: fit-content;
    margin-top: 15px;
  }
  .donateContent .line_3 {
    font-size: 16px;
    margin-top: 15px;
  }
  .donateContent .line_4 {
    margin-top: 20px;
    font-size: 14px;
  }
  .bottomImg {
    margin: 40px 0;
  }
  .bottomImg .text {
    width: 90.5%;
    font-size: 14px;
  }
}
