.about-box {
  padding-top: 30px;
}
.about-box .about-row {
  margin-bottom: 30px;
}
.about-box .about-row::after {
  content: '';
  display: block;
  clear: both;
}
.about-box .about-row:nth-child(2n) .text-box {
  padding-right: 3%;
  float: left;
}
.about-box .about-row:nth-child(2n) .img-box {
  float: right;
  text-align: right;
}
.about-box .about-row .text-box {
  width: 50%;
  font-size: 16px;
  padding-left: 3%;
  float: right;
  box-sizing: border-box;
}
.about-box .about-row .text-box h2 {
  line-height: 1.2;
  font-size: 30px;
  font-weight: normal;
}
.about-box .about-row .text-box .about-name {
  font-size: 30px;
  text-transform: uppercase;
  color: #17469d;
}
.about-box .about-row p {
  font-size: 16px;
  line-height: 1.2;
}
.about-box .about-row .img-box {
  width: 50%;
  text-align: right;
  float: left;
}
.about-box .about-row .img-box img {
  max-width: 96%;
  border-radius: 8px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.about-bottom-img-box {
  position: relative;
}
.about-bottom-img-box .text-box {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1;
  font-size: 48px;
  color: #373737;
}
.about-bottom-img-box img {
  max-width: 100%;
}
.about-bottom-info-box {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  top: -150px;
  box-sizing: border-box;
}
.about-bottom-info-box .info-item-box {
  height: 290px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 35px 45px;
  box-sizing: border-box;
}
.about-bottom-info-box .info-item-box .info-name {
  font-size: 24px;
  line-height: 1.5;
  color: #17469d;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
.about-bottom-info-box .info-item-box .info-name span {
  position: relative;
}
.about-bottom-info-box .info-item-box .info-name span::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #17469d;
  position: absolute;
  bottom: -15px;
}
.about-bottom-info-box .info-item-box .info-list {
  font-size: 16px;
  color: #767676;
  line-height: 1.5;
}
.about-bottom-info-box .info-item-box .info-list ul {
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .about-bottom-info-box {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .about-bottom-info-box .info-item-box {
    padding: 35px 40px;
  }
}
@media (max-width: 1000px) {
  .about-box {
    padding-top: 0;
  }
  .about-box .about-row {
    margin-bottom: 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .about-box .about-row:nth-child(2n) .text-box {
    padding-right: 0;
    float: left;
  }
  .about-box .about-row:nth-child(2n) .img-box {
    float: right;
    text-align: center;
  }
  .about-box .about-row .text-box {
    width: 100%;
    font-size: 16px;
    padding-left: 0;
    float: right;
    box-sizing: border-box;
  }
  .about-box .about-row .text-box h2 {
    line-height: 1.5;
    font-size: 30px;
    font-weight: normal;
  }
  .about-box .about-row .text-box .about-name {
    font-size: 24px;
    text-transform: uppercase;
    color: #17469d;
  }
  .about-box .about-row .img-box {
    width: 100%;
    text-align: center;
    float: left;
  }
  .about-box .about-row .img-box img {
    max-width: 100%;
  }
  .about-bottom-img-box .text-box {
    font-size: 40px;
  }
  .about-bottom-info-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .about-bottom-info-box .info-item-box {
    height: 290px;
    padding: 35px 28px;
  }
  .about-bottom-info-box .info-item-box .info-name {
    font-size: 24px;
    margin-bottom: 15px;
    margin-bottom: 30px;
  }
  .about-bottom-info-box .info-item-box .info-list {
    font-size: 16px;
  }
  .about-bottom-info-box .info-item-box .info-list ul {
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .about-bottom-img-box .text-box {
    font-size: 35px;
  }
  .about-bottom-info-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .about-bottom-info-box .info-item-box {
    height: auto;
    padding: 25px 20px;
  }
  .about-bottom-info-box .info-item-box .info-name {
    font-size: 18px;
    margin-bottom: 15px;
    margin-bottom: 30px;
  }
  .about-bottom-info-box .info-item-box .info-list {
    font-size: 14px;
  }
  .about-bottom-info-box .info-item-box .info-list ul {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .about-bottom-img-box .text-box {
    font-size: 30px;
  }
  .about-bottom-info-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .about-bottom-info-box .info-item-box {
    height: auto;
    padding: 25px 20px;
  }
  .about-bottom-info-box .info-item-box .info-name {
    font-size: 18px;
    margin-bottom: 15px;
    margin-bottom: 30px;
  }
  .about-bottom-info-box .info-item-box .info-list {
    font-size: 14px;
  }
  .about-bottom-info-box .info-item-box .info-list ul {
    padding-left: 20px;
  }
}
@media (max-width: 500px) {
  .about-bottom-info-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    top: -50px;
  }
  .about-bottom-info-box .info-item-box {
    height: auto;
    padding: 25px 20px;
  }
  .about-bottom-info-box .info-item-box .info-name {
    font-size: 18px;
    margin-bottom: 15px;
    margin-bottom: 30px;
  }
  .about-bottom-info-box .info-item-box .info-list {
    font-size: 14px;
  }
  .about-bottom-info-box .info-item-box .info-list ul {
    padding-left: 20px;
  }
}
