section {
  padding: 50px 0;
}
.section-title {
  font-size: 40px;
  width: 100%;
  text-align: center;
  color: #1c3039;
  font-weight: 600;
}
.section-desc {
  text-align: center;
}
#section-0 {
  padding: 0;
  position: relative;
}
#section-0 .main-slider {
  width: 100%;
  position: relative;
}
#section-0 .main-slider .slider-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px!important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-0 .main-slider .slider-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1c3039ab;
}
#section-0 .main-slider .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#section-0 .main-slider .content-title {
  color: #fff;
  font-size: 30px;
  width: 50%;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
#section-0 .main-slider .content-title i {
  font-weight: 500;
}
#section-0 .main-slider .content-link {
  color: #fff;
  border: 1px solid #fff;
  font-style: italic;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 5px;
  transition: 0.2s;
}
#section-0 .main-slider .content-link:hover {
  background: #fff;
  color: #1c3039;
}
#section-0 .slider-main-prev,
#section-0 .slider-main-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: 0.2s;
}
#section-0 .slider-main-prev img,
#section-0 .slider-main-next img {
  height: 70%;
  width: auto;
}
#section-0 .slider-main-prev:hover,
#section-0 .slider-main-next:hover {
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
#section-0 .slider-main-prev {
  left: 20px;
  transform: rotate(180deg);
}
#section-0 .slider-main-next {
  right: 20px;
}
#section-0 .slider-main-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
#section-0 .slider-main-dots button {
  width: 45px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
}
#section-0 .slider-main-dots button:hover {
  background: #fff;
}
#section-0 .slider-main-dots button.active {
  background: #7dc4f0;
}
#section-1 {
  background: #ffd42d;
}
#section-1 .section-title {
  color: #1c3039;
}
#section-1 .section-desc {
  color: #1c3039;
}
#section-1 .physical-list {
  margin: 0;
  padding: 0;
  counter-reset: countPhysical;
  display: flex;
  justify-content: space-between;
}
#section-1 .physical-list li {
  display: flex;
  align-items: center;
}
#section-1 .physical-list li:before {
  counter-increment: countPhysical;
  content: counter(countPhysical, decimal-leading-zero);
  color: white;
  display: inline-block;
  font-size: 45px;
  font-style: italic;
}
#section-1 .physical-list li .list-line {
  width: 1px;
  height: 80px;
  margin: 0 10px;
  background: #fff;
  transform: rotate(20deg);
}
#section-1 .physical-list li span {
  font-style: italic;
  color: #1c3039;
}
#section-2 .container {
  display: flex;
  flex-wrap: wrap;
}
#section-2 .post-item {
  width: 50%;
  padding: 15px;
}
#section-2 .post-content {
  background: #1c3039;
  display: flex;
  height: 260px;
}
#section-2 .post-content img {
  height: 100%;
  width: 50%;
  object-fit: cover;
}
#section-2 .post-text,
#section-2 .post-img {
  width: 50%;
  color: #fff;
}
#section-2 .post-text {
  padding: 20px;
}
#section-2 .post-text a {
  text-transform: uppercase;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#section-2 .post-text a:after {
  content: '';
  display: flex;
  width: 100px;
  height: 1px;
  background: #fff;
  margin: 15px 0;
}
#section-2 .post-text p {
  padding: 0;
  margin: 0;
  font-style: italic;
  text-align: center;
}
#section-4 {
  background: #ffd42d;
}
#section-4 .faq-question {
  padding: 15px 0px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
#section-4 .faq-question p {
  margin: 0;
  margin-bottom: 10px;
}
#section-4 .question-title {
  font-size: 30px;
}
#section-4 .question-answer {
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  transition: 0.2s;
}
#section-4 .question-answer.active {
  max-height: 300px;
}
#section-5 .container {
  display: flex;
}
#section-5 .post-container {
  width: 50%;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
}
#section-5 .post-container img {
  width: 35%;
  height: fit-content;
  min-height: 180px;
  object-fit: cover;
}
#section-5 .section-title {
  font-size: 35px;
  text-align: left;
  margin-bottom: 15px;
}
#section-5 .post-text {
  width: 65%;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section-5 .post-text p {
  margin: 0;
  padding: 0;
}
#section-5 .post-link {
  display: inline-block;
  color: #1c3039;
  border: 1px solid #1c3039;
  padding: 10px 20px;
  margin-top: 15px;
  width: max-content;
}
#section-5 .newsletter-container {
  width: 50%;
  padding-left: 15px;
}
#section-5 .newsletter-form {
  background: red;
  padding: 20px;
}
#section-5 .newsletter-form input {
  width: 100%;
  padding: 10px 20px;
}
#section-5 .newsletter-form__btn {
  width: 100%;
  margin-top: 15px;
  border: 1px solid #ffd42d;
  background: #ffd42d;
  padding: 15px 0;
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  color: #1c3039;
}
@media (max-width: 1200px) {
  #section-0 .main-slider .slider-item {
    height: 600px !important;
  }
  #section-0 .main-slider .content-title {
    width: 100%;
  }
  #section-1 .physical-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #section-2 .post-item {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  #section-5 .container {
    flex-wrap: wrap;
  }
  #section-5 .post-container {
    width: 100%;
    padding: 0;
  }
  #section-5 .newsletter-container {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  section {
    padding: 28px 0;
  }
  .section-title {
    font-size: 30px;
  }
  #section-0 .main-slider .content-title {
    font-size: 22px;
  }
  #section-0 .main-slider .slider-item {
    height: 420px !important;
  }
  #section-0 .slider-main-prev,
  #section-0 .slider-main-next {
    display: none;
  }
  #section-1 .physical-list {
    flex-direction: column;
    align-content: center;
  }
  #section-2 .post-content {
    height: 180px;
    overflow: hidden;
  }
  #section-2 .post-text a:after {
    margin: 5px 0;
  }
  #section-5 .section-title {
    font-size: 30px;
  }
  #section-5 .post-container img {
    width: 100%;
  }
  #section-5 .post-container .post-text {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  #section-5 .newsletter-container {
    margin-top: 25px;
  }
}