/* ---------------------------------------
##### - PLACE YOUR CUSTOM CSS HERE - #####
--------------------------------------- */
.download-section .o-wrapper {
  max-width: 1024px;
}

.download-link-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.download-link-box a {
  font-size: 20px;
  line-height: 1.3;
  padding: 20px;
}

.download-section.section-01 {
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 60px 0px;
}

.download-section .section-title {
  /* margin-top: 8%; */
  margin: 30px auto 50px;
}

.download-section .section-title h1 a{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.5;
  width: 100%;
  color: #fff;
  margin-bottom: 40px;
}

.download-section .card {
  padding: 20px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.download-section .box img {
  margin-bottom: 40px;
}

.download-section .section-title h4 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 0px;
}

.download-section .section-title h4 span {
  font-weight: 900;
}

.download-section .section-title p {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

