.main_container {
  padding: 60px 20%;
  background-color: #fff;
  display: flex;
  gap: 25px;
}
.main4-games {
  margin-bottom: 10%;
}
.games-wrapper {
  padding: 10% 5% 0 5%;
  /* width: 100%; */
  display: grid;
  grid-template-columns: repeat(2, 40%);
  justify-content: center;
  gap: 5%;
}
.games-wrapper img {
  margin: 0 37%;
}
.box-games {
  padding: 1% 30px;
  margin-right: 0.9%;
  height: auto;
  align-items: start;
  margin-bottom: 24px;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 15px 30px 0 rgba(231, 139, 106, 0.15);
}

.box-games .line {
  background-color: #0652dd;
  width: 100px;
  height: 5px;
  transition: all 0.4s ease-in;
  cursor: pointer;
  z-index: 9;
  margin: 0px 0px 2% 0px;
}
.box-games .line-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slides2 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slider-win {
  position: relative;
  overflow: hidden;
}

.slides2 img {
  width: 60%;
  margin-right: 3rem;
}
.slides img {
  width: 200px;
  /* Set the width of the image */
  /* Center the image within the box */
  margin: 0 auto;
}

.prevBtn2,
.nextBtn2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.prevBtn2 {
  left: 0px;
}

.nextBtn2 {
  right: 20px;
}
.t_decs {
  padding: 3%;
  text-align: left;
}

.t_decs .title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 3%;
}

.t_decs p {
  font-size: 1.1em;
  line-height: 1.6;
}
