@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600&display=swap');

.textstyling {
    font-size: 16;
    text-align: center;
    padding: 15px;
    width: fit-content;
    color: #004f6b;
    background: #e6f8ff;
    border-radius: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-left: 0px;
    margin-right: 0px;
}

.textstyling:hover {
    background: #ffffff;
    box-shadow: 0px 7px 16px 0px rgba(0, 31, 41, 0.10), 0px 29px 29px 0px rgba(0, 31, 41, 0.09), 0px 65px 39px 0px rgba(0, 31, 41, 0.05), 0px 116px 46px 0px rgba(0, 31, 41, 0.01), 0px 181px 51px 0px rgba(0, 31, 41, 0.00);
}

.arrow:hover {
    display:block;
}

.container {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    height:200px;
}

.slick-slide {
    width: fit-content !important;
    margin: 0px 10px 0px 10px !important;
}