.slideshow-container {
    max-width: 900px;
    position: relative;
    margin: 2vw auto;
   
}

 .slideshow-container2 {
    max-width: 900px;
    position: relative;
    margin: 2vw auto;
} 

.mySlides {
    display: flex;
    height: 400px;
    border: none;
    margin: auto;
}

.mySlides2 {
    display: flex;
    height: 450px;
    border: none;
    margin: auto;
} 

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: Var(--font-icon-color);
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    
}

.next {
    right: -70px;
}

.prev {
    left: -70px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #dcdbff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease   
}.activee, .dot:hover{
    background-color: #5d57ff;
}

.dot2 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #dcdbff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}
.activee,
.dot2:hover {
    background-color: #5d57ff;
} 

