.animated_slide {
min-height: 50vh;
display: flex;
justify-content: center;
align-items: center;
/* padding: 2em 20%; */
}

.animated_slider_container {
height: 100%;
display: flex;
flex-direction:column;
justify-content: center;
align-items: flex-start;
position: relative;
overflow:auto;
}




.animated_slide_logos {

display: flex;
 justify-content: flex-start;
 align-items: center;
 padding: 3em 0;
 overflow-x: scroll;
 position: relative;
 scroll-behavior: smooth;
 left: -15px;
}



.animated_slide_logos:: -webkit-scrollbar{
visibility: hidden;
}






.animated_slide_logo {
width: 90px;
height: 40px;
position: relative;
padding : 0 1em;
transition: left 0.5s ease-in-out;
}

.animated_slide_logo img {
height: 100%;
width: 100%;
}


.animated_slider_dots{
display: flex;
position: absolute;
bottom: 10px;
  
}

.animated_slider_dot{
height: 15px;
width: 15px;
margin: 0 15px;
border-radius:100%;
border: solid 1px gray;
background-color: transparent;
cursor:pointer;
}