#testimony .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    padding: 50px 0;
    position: relative;
}

#testimony .wrapper > h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

#testimony .wrapper > p {
    font-size: 20px;
    width: 700px;
}

#testimony .carousel-control.left,
#testimony .carousel-control.right {
    background: transparent;
    color: #333;
}

#testimony .imgBox {
    width: 150px;
    height: 150px;
    margin: auto;
    border: 5px solid #595959;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#testimony .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#testimony .carousel-inner {
    background: #f8f8ff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

#testimony .carousel-caption {
    position: static;
    padding-bottom: 15px;
    padding-top: 0;
}

#testimony .carousel-caption h3 {
    font-size: 36px;
    margin-bottom: 15px;
    margin-top: 5px;
    font-family: 'Allura', cursive;
    color: #333;
    font-weight: bold;
    text-shadow: none;
}

#testimony .carousel-caption h4 {
    color: #555;
    text-shadow: none;
}

#testimony .carousel-caption p {
    font-size: 16px;
    margin: auto;
    width: 70%;
    margin-bottom: 10px;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #555;
}

#testimony .carousel-indicators li {
    background-color: #ddd;
    width: 20px;
    height: 4px;
    margin: 0 4px;
    border-radius: 2px;
}

#testimony .carousel-indicators .active {
    background-color: #ff6347;
}

#testimony .carousel-indicators {
    bottom: 20px;
}

#testimony .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: 0;
}

#testimony .rating input[type="radio"] {
    display: none;
}

#testimony .rating label {
    font-size: 30px;
    color: rgba(187, 183, 183, 0.726);
    margin: 0 2px;
    cursor: pointer;
}

#testimony .rating label:before {
    content: "\2605";
}

#testimony .rating input[type="radio"]:checked ~ label:before {
    content: "\2606";
    color: #595959;
}

#testimony .delete-button {
    position: absolute;
    top: 0;
    right: 150px;
}

#testimony .testimony-carousel-inner {
    background-color: #35b17394;
}

#testimony .testimony-alter-style {
    color: #ffffff !important;
}

#testimony .testimony-alter-style p {
    font-size: 16px;
}

#testimony .addTestimony {
    float: right;
    /* border-radius: 15px; */
    position: relative;
    z-index: 999;
    bottom: 39px;
}

.carousel-tiles {
    float: left;
}