.title {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.005em;
}

.description {
  font-style: normal;
  font-weight: 400;
  font-size: 17.5px;
  line-height: 25px;
  letter-spacing: -0.001em;
}

.subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.005em;
}

.product-section-1 .product-img {
  height: 600px;
  object-fit: cover;
}

.product-section-3 .download-button {
  border: 1px solid #1A678D;
  border-radius: 50px;
  cursor: pointer;
}

.product-section-3 .download-button-text {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: #565656;
}

.product-section-3 .download-button-icon {
  width: 50%;
  padding: 7.5px;
}

.accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #f8f9fa;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #ddd !important;
}

.accordion-button {
  background: transparent;
  font-weight: 600;
  color: #212529;
  box-shadow: none !important;
  border: none;
  padding: 16px;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #212529;
  box-shadow: none;
}

.accordion-body {
  padding: 16px;
  background: #fff;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.accordion-button::after {
  filter: invert(0.5);
}

.product-section-5 {
  position: relative;
  background-color: #1A678D;
}

.product-section-5 .bottom-left-img {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 25%;
}

.product-section-5 .bottom-right-img {
  position: absolute;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .subtitle {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .description {
    font-size: 15px;
    line-height: 20px;
  }

  .subtitle {
    font-size: 25px;
    line-height: 30px;
  }

  .product-section-3 .download-button {
    margin-left: 5px;
    margin-right: 5px;
  }

  .product-section-3 .download-button-icon {
    width: 50%;
    padding-top: 10px;
  }
}

@media (max-width: 576px) {
  .product-section-3 .download-button-icon {
    width: 100%;
    padding-top: 15px;
  }
}