.section-service {
  height: auto;
  min-height: auto;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url("../img/background/benefitBackground.jpg");
  background-size: cover;
  background-position: 0% 0%;
  background-color: #0e3579;
  overflow: hidden;
}

.section-service .container .title-service {
  font-size: 46px;
  color: #ffde59;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 6rem;
}

.section-service .container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  height: 100%;
}

.section-service .container .card {
  background-color: #C71F25;
  padding: 2rem;
  align-items: start;
  border-radius: 1rem;
  border: 2px solid #C71F25;
  position: relative;
  gap: 1rem;
  width: 100%;
  transition: transform 0.5s ease, border 0.5s ease !important;
}

.section-service .container .card:hover {
  border: 2px solid white;
  cursor: pointer;
  transform: scale(1.1);
}

.section-service .container .card .icon .icons-img {
  height: 50px;
  padding-bottom: 20px;
}

.section-service .container .card .icons .icons-img {
  height: 50px;
  padding-bottom: 10px;
}

.section-service .container .card .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-align: left;
}

.section-service .container .card .sub-title {
  text-align: center;
  color: white;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: capitalize;
  line-height: 1.7;
  font-size: 1rem;
}

@media (max-width: 640px) {
  .section-service {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 1024px) {
   .section-service .container {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;
    height: auto;
  }
  .section-service .container .title-service {
    font-size: 1.5rem;
    padding-bottom: 0;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: start;
  }
  .section-service .container .card .sub-title {
    text-align: justify;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .section-service {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: auto;
  }

  .section-service .container .title-service {
    font-size: 1.5rem;
    padding-bottom: 0;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: start;
  }

  .section-service .container {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;
    height: auto;
  }

  .section-service .container .card .sub-title {
    text-align: justify;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
  }

  .section-service .container .card:hover {
    border: 2px solid #ffde59;
    cursor: pointer;
    transform: scale(1.05);
  }
}

/* lg */
@media (min-width: 1024px) {
  .section-service {
    min-height: min-content;
    height: auto;
    padding-bottom: 5rem;
  }

  .section-service .container .card .sub-title {
    text-align: justify;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
  }

  .section-service .container .card {
    align-items: start;
    border-radius: 1rem;
    position: relative;
    gap: 1rem;
    width: 100%;
  }
}

/* xl */
@media (min-width: 1280px) {
  .section-service .container .card .sub-title {
    padding-right: 0;
    padding-left: 0;
    font-size: 16;
  }

  .section-service .container .title-service {
    font-size: 3rem;
    padding-bottom: 3.5rem;
    margin-bottom: 0;
  }

  .section-service .container .card .title {
    font-size: 1.2rem;
  }

  .section-service {
    height: auto;
    min-height: 100vh;
    padding-bottom: 5rem;
  }

  .section-service .container .card {
    align-items: start;
    border-radius: 1rem;
    position: relative;
    gap: 1rem;
    width: 100%;
  }
}

/* 2xl */
@media (min-width: 1536px) {
  .section-service .container .title-service {
    font-size: 3rem;
    padding-bottom: 5rem;
  }

  .section-service .container .card .title {
    font-size: 1.7rem;
  }

  .section-service {
    height: auto;
    min-height: 100vh;
  }

  .section-service .container .card .sub-title {
    padding-right: 0;
    padding-left: 0;
    font-size: 1rem;
  }
}
