@charset "UTF-8";
    * {box-sizing: border-box}
    .mySlides1, .mySlides2 {display: none}
    img {vertical-align: middle;}
    /* Slideshow container */
    .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
        background: #fff;
    }
    /* Next & previous buttons */
    .prev2nd {
        cursor: pointer;
        position: absolute;
        top: 50%;
        left:0;
        width: 30px;
        padding: 16px 0 16px;
        margin-top: -22px;
        color: #00c8a1;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    /* Position the "next button" to the right */
    .next2nd {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right:0;
        width: 30px;
        padding: 16px 0 16px;
        margin-top: -22px;
        color: #00c8a1;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 3px 0 0 3px;
        user-select: none;
    }
    
    /* On hover, add a grey background color */
    .prev2nd:hover, .next2nd:hover {
        background-color: #f1f1f1;
        color: black;
    }

    .banner_title {
        color: #5f517c;
        font-weight: 600;
        margin: 35px 0 10px;
    }