.slide-box{
    text-align: left;
    justify-content: center; 
}
.slide-box h2{
    color: #A9A9A9; 
    font-size: 30px;
    text-align: left;
    margin-bottom: 2rem;
}
.slide-box h6{
    font-family: 'Articulat-Light';
    font-weight: normal;
    font-size: 25px;
    font-style: italic;
}
.slide-box h4{
    font-family: 'Articulat-Regular';
    font-size: 25px;
    font-weight: normal;
}
.slide-box p{
    margin-left: 2rem;
    width: 60%;
    font-size: 25px;
    font-family: 'Articulat-Regular';  

    text-align: justify;
}
.slide-box-content > div > div{
    width: 100%;
}

.slick-dots{ 
    margin-top: 20px;
    display: flex !important;
    justify-content: center;
}

.slick-dots button{
    font-size: 0;
    background-color: #434343;
    border: none;
    width: 100px;
    height: 5px;
    margin: 0 5px;
    transition: 0.2s;
    cursor: pointer;
}

.slick-dots button:hover{ 
    background-color: #A9A9A9 !important;
    transition: 0.2s;
}

.slick-active button{
    transition: 0.2s;
    background-color: #A9A9A9 !important;
}


@media screen and (min-width:768px) and (max-width:1300px) {
    .slide-box p{
        font-size: 21px;
    }
}
@media screen and (max-width: 768px) {
    .slide-box-testimonials > div{
        flex-direction: column;
    }
    .slide-box p{
       margin: 0;
       font-size: 18px;
       width: 100%;
    }
    .slide-box h6{
        margin-bottom: 2rem;
    }
    .slick-dots button{
        width: 70px;
    }
}
@media screen and (min-width:320px) and (max-width:375px) {
    .slide-box p{
        font-size: 16px;
    }
    .slide-box h6{
        font-size: 18px;
    }
}