@media (min-width: 1024px) {
  .slider {
    background: transparent;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    text-align: left;
  }

  .slider__title{
    font-family: 'Onest-SemiBold';
    font-size: 50px;
    color: #3e7e25;
    margin-bottom: 0;
    line-height: 100%;
  }

  .slider__description{
    font-size: 40px;
    color: #606060;
    margin-bottom: 0;
    line-height: 100%;
  }

  .slider-content{
    display: inline-flex;
  }

  .slider__group--textAndButtons{
    align-self: center;
    padding-left: 40px;
  }

  .slider-content img {
    width: 250px;
    height: auto;
  }

  .text-content {
    padding: 10px;
    text-align: left;
  }

  .slider-buttons {
    display: flex;
    justify-content: left;
    gap: 35px;
    background: transparent;
    padding: 10px;
  }

  .slider-buttons button {
    font-family: 'Onest-Light';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #d4e694;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
  }

  .slider-buttons button:hover, .slider-buttons button:focus {
    background: #388e3c;
    color: #fff;
    border: 0;
    outline: 0;
    text-decoration: none;
  }

  .slider-buttons button.active {
    background: #388e3c;
    color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .slider {
    background: transparent;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .slider__title{
    font-family: 'Onest-SemiBold';
    font-size: 45px;
    color: #3e7e25;
    margin-bottom: 10px;
    line-height: 100%;
    text-align: center;
  }

  .slider__description{
    font-size: 35px;
    color: #606060;
    margin-bottom: 0;
    line-height: 100%;
    text-align: center;
  }

  .slider-content{
    display: inline-block;
  }

  .slider__group--textAndButtons{
    align-self: center;
    padding-left: 0px;
  }

  .slider-content img {
    width: 350px;
    height: auto;
  }

  .text-content {
    padding: 10px;
    text-align: left;
  }

  .slider-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    background: transparent;
    padding: 20px;
    margin-top: 20px;
  }

  .slider-buttons button {
    font-family: 'Onest-Light';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #d4e694;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
  }

  .slider-buttons button:hover, .slider-buttons button:focus {
    background: #388e3c;
    color: #fff;
    border: 0;
    outline: 0;
    text-decoration: none;
  }

  .slider-buttons button.active {
    background: #388e3c;
    color: #fff;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .slider {
    background: transparent;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .slider__title{
    font-family: 'Onest-SemiBold';
    font-size: 30px;
    color: #3e7e25;
    margin-bottom: 10px;
    line-height: 100%;
    text-align: center;
  }

  .slider__description{
    font-size: 22px;
    color: #606060;
    margin-bottom: 0;
    line-height: 100%;
    text-align: center;
  }

  .slider-content{
    display: inline-block;
  }

  .slider__group--textAndButtons{
    align-self: center;
    padding-left: 0px;
  }

  .slider-content img {
    width: 250px;
    height: auto;
  }

  .text-content {
    padding: 10px;
    text-align: left;
  }

  .slider-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    background: transparent;
    padding: 20px;
    margin-top: 20px;
  }

  .slider-buttons button {
    font-family: 'Onest-Light';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: #d4e694;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
  }

  .slider-buttons button:hover, .slider-buttons button:focus {
    background: #388e3c;
    color: #fff;
    border: 0;
    outline: 0;
    text-decoration: none;
  }

  .slider-buttons button.active {
    background: #388e3c;
    color: #fff;
  }
}
