.image_carousel_container{position:relative;max-width:100%;margin:auto;overflow:hidden;font-family:'Open Sans',sans-serif}.image_carousel_container .carousel_wrapper{position:relative}.image_carousel_container .carousel_wrapper .carousel_images{display:flex;transition:transform 0.5s ease-in-out;width:100%}.image_carousel_container .carousel_wrapper .carousel_images .carousel_image{flex-shrink:0;width:100%;position:relative;text-align:center;padding-right:14px}.image_carousel_container .carousel_wrapper .carousel_images .carousel_image img.carousel_featured_image{width:100%;height:auto;border-top-left-radius:24px;border-top-right-radius:24px}.image_carousel_container .carousel_wrapper .carousel_images .carousel_image .image_text{padding:20px 20px;padding-top:10px;padding-bottom:30px;margin-top:-5px;box-shadow:4px 4px 10px 0 rgba(0,0,0,0.1);background:#3e4465;border-bottom-left-radius:24px;border-bottom-right-radius:24px;height:auto;display:flex;flex-direction:column;align-items:center}.image_carousel_container .carousel_wrapper .carousel_images .carousel_image .image_text .image_title{font-size:1.5rem;font-weight:bold;margin:10px 0 5px;color:#fff}.image_carousel_container .carousel_wrapper .carousel_images .carousel_image .image_text .image_description{font-size:1rem;color:#fff;margin:0}.image_carousel_container .carousel_wrapper .carousel_arrow{position:absolute;top:calc(50% - 75px);transform:translateY(-50%);background:rgba(0,0,0,0.5);color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10;transition:background 0.3s ease}.image_carousel_container .carousel_wrapper .carousel_arrow:hover{background:rgba(0,0,0,0.7)}.image_carousel_container .carousel_wrapper .carousel_arrow_left{left:10px}.image_carousel_container .carousel_wrapper .carousel_arrow_right{right:24px}.image_carousel_container .carousel_wrapper .carousel_dots{position:relative;display:flex;gap:10px;margin:10px}.image_carousel_container .carousel_wrapper .carousel_dots .carousel_dot{width:10px;height:10px;border-radius:50%;background:#ccc;border:none;cursor:pointer}.image_carousel_container .carousel_wrapper .carousel_dots .carousel_dot.active{background:#333}@media (max-width:670px){.image_carousel_container .carousel_wrapper .carousel_images .carousel_image .image_text .image_title{font-size:1rem}.image_carousel_container .carousel_wrapper .carousel_images .carousel_image .image_text .image_description{font-size:0.875rem}}