.pillole-container-section{
    width: 100vw;
    padding: 92px 0;

}
.pillole-container{
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.title-pillole-section{
    font-size: 2rem;
    color: #29A5F7;
    font-weight: 600;
    text-align: center;
}
.text-pillole-section{
    max-width: 767px;
    margin-top: 10px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}
.pillole-carousel-container{
    margin-top: 53px;
    width: 100%;
}
.pillole {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
    gap: 27px;
}

.pillole > div {
    width: 100%;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
}
.title-pillola{
    min-height: 70px;
    max-width: 347px;
    color: #29A5F7;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.arrows-container-pillole{
    width: 100%;
}
.arrow-pillole-right,.arrow-pillole-left{
    position: absolute;
    width: 37px;
    height: 37px;
    cursor: pointer;
}
.arrow-pillole-left{
    left: 50px;
    bottom: 55%;
}
.arrow-pillole-right{
    right: 50px;
    bottom: 55%;
}
  .button-pillole-section{
    margin-top: 48px;
    cursor: pointer;
  }
  .button-pillole-section:hover{
    opacity: 0.7;
  }
  .button-pillole-section>a{
    color: white;
    font-size: 0.87rem;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 100px;
    background-color: #29A5F7;
    transition: all 0.3s ease-in-out;
  }
@media screen and (max-width:1280px) {
    .pillole-container{
        padding: 0 15px;
    }
}
@media screen and (max-width:1024px) {
    .arrow-pillole-left{
        left: 15px;
        bottom: 55%;
    }
    .arrow-pillole-right{
        right: 15px;
        bottom: 55%;
    }
}
@media screen and (max-width:934px){
    .video-pillola{
        width: 100%;
        height: 400px;
    }
    .title-pillola{
       max-width: 80%;
    }
    .arrows-container-pillole{
        position: relative;
        margin-top: 20px;
    }
   .arrow-pillole-left,.arrow-pillole-right{
     top: 0;
   }

   .arrow-pillole-left{
    left: -5px;
   }
   .arrow-pillole-right{
    left: 40px;
   }

   .button-pillole-section{
    margin-top: 40px;
    }
}

@media screen and (max-width:640px) {

    .pillole-container-section{
        padding: 46px 0;
    }
    .pillole-container{
        align-items: center;
    }
    .title-pillole-section,.text-pillole-section{
        text-align: center;
    }
    .title-pillole{
        text-align: center;
    }
    .pillole{
        align-items: center;
    }
    .title-pillola{
        width: 100%;
        text-align: center;
    }

}
