#u-slide {
    position: relative;
}

#u-slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.carousel-caption {
    top: 40%;
    transform: translateY(-40%);
}

.primary-color {
    color: #00bfff;
}

.carousel-caption h1 {
    font-size: 50px;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 20px;
}