.vertical-carousel {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.coostom-container {
    height: 103%;
    position: absolute;
    width: 100%;
    color: black;
    transition: all 2s ease-in-out
}

.coostom-box {
    display: flex;
    align-items: center;
    height: 33.33%;
    overflow: hidden !important;
    /*transition: all 2s ease-in-out;*/
    font-size: 20px;
    justify-content: flex-end;
    width: 100%
}

.middle-box {
    font-size: 30px !important
}

.bottom-box {
    padding-right: 27%
}

.arrows {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 50;
    left: 50px;
    width: 70px;
    color: #0D47A1
}

.arrows .fa {
    position: absolute;
    left: 10px;
    font-size: 50px
}

.arrows .fa:hover {
    cursor: pointer;
    color: yellow
}

.fa-chevron-up {
    top: 10px
}

.fa-chevron-down {
    bottom: 10px
}
