.banner {
  border: 10px solid #4a4d56;
  border-radius: 30px;
  padding: 40px;
  margin: 40px auto;
  max-width: 1200px;
}

.image-section img {
  width: 550px;
  height: 500px;
  max-width: 100%;
  object-fit: contain;
}

.heading {
  font-weight: 900;
  color: #ff7e38;
  font-family: "Libre Franklin", sans-serif;
}

.heading.heading-large {
  font-size: 80px;
}

.heading.heading-medium {
  font-size: 50px;
}

.heading.heading-small {
  font-size: 30px;
}

.card-title {
  font-size: 2rem;
  font-weight: bold;
}

.card-subtitle {
  font-size: 15px;
  color: white;
}

.card {
  border-radius: 20px;
  overflow: hidden;
  background-color: #f75e3a;
  height: 100%;
}

.card-bg-image {
  background-size: cover;
  background-position: center;
  color: white;
  background-repeat: no-repeat;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bg-image-1 {
  background-image: url("../../assets/images/software-issue-card-bg.png");
}

.bg-image-2 {
  background-image: url("../../assets/images/software-issue-card-bg2.png");
}

.bg-image-3 {
  background-position: -220px -20px;
  height: 420px;
  background-image: url("../../assets/images/software-issue-card-bg3.png");
}

.bg-image-4 {
  background-position: 0px -70px;
  height: 443px;
  background-image: url("../../assets/images/software-issue-card-bg4.png");
}

.card-body .heading-h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.card-bg-image p {
  color: black;
  margin-bottom: 1.6em;
  padding: 0 10px;
}

.ssd-price {
  font-size: 30px;
  font-weight: bold;
  color: #f75e3a;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .banner {
    padding: 30px;
    margin: 30px auto;
  }

  .heading.heading-large {
    font-size: 70px;
  }

  .heading.heading-medium {
    font-size: 45px;
  }

  .image-section img {
    width: 500px;
    height: 450px;
  }
}

@media (max-width: 991px) {
  .banner {
    padding: 25px;
    margin: 25px auto;
  }

  .heading.heading-large {
    font-size: 60px;
  }

  .heading.heading-medium {
    font-size: 40px;
  }

  .heading.heading-small {
    font-size: 26px;
  }

  .image-section img {
    width: 450px;
    height: 400px;
  }

  .card-body .heading-h2 {
    font-size: 40px;
  }

  .card-bg-image {
    background-position: center;
  }

  .bg-image-3,
  .bg-image-4 {
    background-position: center;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 20px;
    margin: 20px auto;
    border-width: 8px;
    border-radius: 20px;
  }

  .heading.heading-large {
    font-size: 50px;
  }

  .heading.heading-medium {
    font-size: 35px;
  }

  .heading.heading-small {
    font-size: 22px;
  }

  .image-section {
    margin-top: 30px;
  }

  .image-section img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }

  .content-section {
    text-align: center;
  }

  .content-section .w-75 {
    width: 100% !important;
  }

  .card {
    margin-bottom: 20px;
  }

  .card-body .heading-h2 {
    font-size: 36px;
  }

  .card-bg-image p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .banner {
    padding: 15px;
    margin: 15px auto;
    border-width: 6px;
    border-radius: 15px;
  }

  .heading.heading-large {
    font-size: 40px;
  }

  .heading.heading-medium {
    font-size: 30px;
  }

  .heading.heading-small {
    font-size: 20px;
  }

  .image-section img {
    max-width: 300px;
  }

  .card-body .heading-h2 {
    font-size: 32px;
  }

  .card-subtitle {
    font-size: 14px;
  }

  .card-bg-image img {
    width: 100px;
    height: 140px;
  }

  .ssd-price {
    font-size: 26px;
  }

  .bg-image-1,
  .bg-image-2,
  .bg-image-3,
  .bg-image-4 {
    height: auto;
    min-height: 500px;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .card {
    height: auto;
    min-height: 600px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .row {
    text-align: center;
  }

  .d-flex.flex-column.justify-content-center {
    align-items: center;
  }
}
