.home-hero-wrapper {
  background-color: #191e62;
}
.home-hero-container {
  display: flex;
  padding: 54px 30px;
  max-width: 1190px;
  margin: 0 auto;
  @media only screen and (max-width: 970px) {
    flex-direction: column;
  }
}
.home-hero-left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 970px) {
    width: 100%;
  }
}
.home-hero-right {
  width: 50%;
  @media only screen and (max-width: 970px) {
    width: 100%;
  }
}
.home-hero-right .button a {
  @media only screen and (max-width: 970px) {
    margin: 0 auto;
  }
}
.home-hero-left span {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  @media only screen and (max-width: 600px) {
    font-size: 50px;
  }
}
.home-hero-right-first-parag {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 27px 0 27px 0;
  @media only screen and (max-width: 500px) {
    font-size: 20px;
  }
}
.home-hero-right-second-parag {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 27px 0 27px 0;
}
.home-concours-presentation-card {
  padding: 19px 17px;
  background-color: #fff;
  border-radius: 15px;
  @media only screen and (max-width: 400px) {
    padding: 0;
  }
}
.home-concours-presentation-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.filter-card-container {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  @media only screen and (max-width: 753px) {
    overflow-x: auto;
    width: 100%;
  }
}
.filter-card {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 19%;
  @media only screen and (max-width: 753px) {
    min-width: 130px;
  }
}
.filter-card img {
  @media only screen and (max-width: 1018px) {
    width: 50px;
    height: 50px;
  }
  @media only screen and (max-width: 917px) {
    width: 40px;
    height: 40px;
  }
}
.home-card-container {
  grid-gap: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  @media only screen and (max-width: 960px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media only screen and (max-width: 600px) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.filter-card-container {
  grid-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  @media only screen and (max-width: 960px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media only screen and (max-width: 600px) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-card {
  background-color: #fff;
  border-radius: 15px;
}
.home-card div {
  padding: 20px;
}
.home-card img {
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  width: 100%;
  max-height: 260px;
}
.home-testimonial div {
  max-width: 743px;
  /* padding: 0px 27.4px 10px 27.94px; */
  padding: 0px 0 30px 0;
}
