* {
  font-family: 'Inter', sans-serif;
}

h2 {
  color: #DF0A0A;
  font-weight: 700;
  font-size: 25px;
}

p, li {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}

.section4 {
  margin-top: -100px;
}
@media screen and (max-width: 1024px) {
  .section4 {
    margin-top: 0;
  }
}
.section4 h2 {
  margin: 0;
}
.section4 h2 span {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}
.section4 p {
  margin: 0;
}
.section4 p span {
  color: #DF0A0A;
  font-weight: 700;
  font-size: 30px;
}

header {
  overflow: hidden;
  height: 367px;
}
@media screen and (max-width: 1024px) {
  header {
    height: auto;
  }
  header img {
    width: 100%;
  }
}

section {
  padding: 40px 0;
}
section:nth-child(even) {
  background-color: #F5F5F5;
}
section .btn {
  background-color: #DF0A0A;
  text-align: center;
  padding: 20px 30px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  transition: all .3s ease-out;
}
section .btn.long {
  width: 500px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  section .btn.long {
    width: 80%;
  }
}
section .btn:hover {
  background-color: #000000;
}

.card {
  background-color: #ffffff;
  padding: 20px;
  min-height: 165px;
}
.card h4 {
  font-size: 22px;
  font-weight: 700;
}
.card h4 span {
  font-size: 15px;
}

footer {
  padding: 20px;
  background-color: #514F4F;
}
footer p {
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  footer p {
    font-size: 13px;
  }
}
footer h5 {
  font-weight: 700;
  font-size: 15px;
  margin-top: 10px;
  color: #ffffff;
}
footer a {
  color: #FF0000;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF0000;
}

.mySwiper {
  padding-bottom: 50px;
}
