.container-drivers {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  background-color: var(--lgray);
}

.title-drivers {
  color: var(--black);
  font-family: var(--montserrat);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.items-container {
  width: 1160px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.left-items-container {
  width: 570px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.left-top {
  width: 570px;
  height: 260px;
  border-radius: 20px;
  background: var(--green);
  border: 1px solid var(--green);
  padding: 25px 15px;
  box-sizing: border-box;
  position: relative;
  color: var(--white);
}

.left-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.item-title {
  font-family: var(--montserrat);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 35px;
  left: 20px;
  margin: 0px;
  padding: 0px;
}

.item-text {
  font-family: var(--nunito);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 30px;
  left: 20px;
  opacity: 0.8;
}

.elipse {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  text-align: center;
  font-family: var(--montserrat);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.elipse-one {
  color: var(--black);
  right: 53px;
}

.elipse-two {
  right: 20px;
  color: rgba(24, 28, 36, 0.4);
}

.left-bottom-black,
.left-bottom-gray {
  width: 275px;
  height: 260px;
  border-radius: 20px;
  background: var(--black);
  padding: 30px 20px;
  box-sizing: border-box;
  position: relative;
  color: var(--white);
}

.left-bottom-gray {
  background-color: var(--gray);
  color: var(--black);
}

.right-block {
  width: 570px;
  height: 540px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.main-image {
  width: 100%;
  height: auto; /* Адаптивное изображение */
}
@media (max-width: 1400px) and (min-width: 1024px) {
  .container-drivers {
    padding-top: 100px;
    gap: 40px;
  }

  .title-drivers {
    font-size: 38px;
  }

  .items-container {
    width: 960px;
    gap: 20px;
  }

  .left-items-container {
    width: 470px;
    gap: 20px;
  }

  .left-top {
    width: 470px;
    height: 240px;

    padding: 25px 15px;
  }

  .item-title {
    font-size: 18px;
    top: 30px;
    left: 15px;
  }

  .item-text {
    font-size: 16px;
    bottom: 25px;
    left: 15px;
  }

  .elipse {
    width: 35px;
    height: 35px;
    font-size: 20px;

    position: absolute;
    top: 25px;
  }

  .elipse-one {
    right: 45px;
  }

  .elipse-two {
    right: 15px;
  }

  .left-bottom-black,
  .left-bottom-gray {
    width: 225px;
    height: 220px;
    padding: 25px 15px;
  }

  .right-block {
    width: 470px;
    height: 480px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .container-drivers {
    padding-top: 80px;
    gap: 40px;
  }

  .title-drivers {
    font-size: 34px;
  }

  .items-container {
    width: 760px;
    gap: 10px;
  }

  .left-items-container {
    width: 360px;
    gap: 10px;
  }

  .left-top {
    width: 360px;
    height: 180px;

    padding: 10px;
  }

  .item-title {
    font-size: 18px;
    top: 20px;
    left: 15px;
    width: 50px;
  }

  .item-text {
    font-size: 15px;
    bottom: 15px;
    left: 15px;
  }

  .elipse {
    width: 30px;
    height: 30px;
    font-size: 18px;

    position: absolute;
    top: 15px;
  }

  .elipse-one {
    right: 34px;
  }

  .elipse-two {
    right: 10px;
  }
  .left-bottom {
    gap: 10px;
  }
  .left-bottom-black,
  .left-bottom-gray {
    width: 175px;
    height: 180px;
    padding: 25px 10px;
  }

  .right-block {
    width: 470px;
    height: 370px;
  }
}

@media (max-width: 768px) {
  .container-drivers {
    padding-top: 60px;
    gap: 30px;
  }

  .title-drivers {
    font-size: 24px;
    max-width: 345px;
  }

  .items-container {
    width: 760px;
    gap: 15px;
    flex-direction: column;
  }

  .left-items-container {
    width: 345px;
    gap: 15px;
  }

  .left-top {
    width: 345px;
    height: 170px;

    padding: 10px;
    box-sizing: border-box;
  }

  .item-title {
    font-size: 16px;
    top: 25px;
    left: 15px;
    width: 50px;
  }

  .item-text {
    font-size: 14px;
    bottom: 20px;
    left: 15px;
  }

  .elipse {
    width: 26px;
    height: 26px;
    font-size: 14px;

    position: absolute;
    top: 25px;
  }

  .elipse-one {
    right: 30px;
  }

  .elipse-two {
    right: 10px;
  }
  .left-bottom {
    gap: 15px;
  }
  .left-bottom-black,
  .left-bottom-gray {
    width: 165px;
    height: 170px;
    padding: 25px 10px;
  }

  .right-block {
    width: 345px;
    height: 300px;
  }
}
