.continue-dots {
    color:gray;
    font-size: 25px;
}

.testimonials {
    display: flex;
    padding: 80px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /*background: url('../images/world_background.webp');*/
}

.testimonials .titles {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    padding: 5px 20px;
}

.testimonials .titles > .subtitle {
    color: var(--h2-color);
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.testimonials .titles > .title {
    font-size: 40px;
    font-weight: bold;
}

.testimonials .titles .parent-a {
    left: 0;
    width: 100%;
}

.testimonials .titles a {
    left: 69%;
    width: 285px;
    height: 60px;
    bottom: 35px;
    display: flex;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    text-transform: uppercase;
    background: var(--main-bg-gradient);
}

.testimonials .titles a span {
    z-index: 110;
    color: white;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.testimonials .titles a i {
    z-index: 110;
    padding: 1px 5px;
    color: var(--h2-color);
    margin-left: 10px;
    font-weight: bold;
    border-radius: 7px;
    position: relative;
    background: white;
    transition: all ease 0.5s;
}

.testimonials .titles a .curtain {
    z-index: 100;
    width: 400px;
    height: 400px;
    bottom: 470px;
    position: relative;
    transform: skewY(237deg);
    transition: all ease 0.5s;
    background-color: #0d1c29;
}

.testimonials .titles a:hover .curtain {
    bottom: 0px;
}

.testimonials .titles a:hover i {
    transform: rotate(360deg);
}

.testimonials .left-curtain {
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 400px;
    position: absolute;
    border-radius: 20px;
    background-color: var(--main-bg-color);
}

.testimonials .content {
    left: 7px;
    z-index: 110;
    height: 100%;
    display: flex;
    padding: 40px;
    position: relative;
    border-radius: 20px;
    flex-direction: column;
    background-color: white;
}

.testimonials .person-description {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.testimonials .description {
    width: 100%;
    color: #373535;
    display: block;
    font-size: 17px;
    line-height: 27px;
    white-space: pre-line;
}

.testimonials .person-description > img {
    width: 100px;
    height: auto;
    border-radius: 100%;
}

.testimonials .person-description .container-info {
    padding: 7px 15px;
}

.testimonials .person-description .container-info .star {
    width: 20px;
    height: auto;
}

.testimonials .person-description .container-info .name {
    color: black;
    font-size: 22px;
    font-weight: bold;
}

.testimonials .person-description .container-info .job {
    margin: 4px 0;
    display: block;
    font-size: 17px;
    color: #373535;
}

.testimonials .person-description .container-info .comillas {
    top: -45px;
    left: 295px;
    display: block;
    font-size: 50px;
    position: absolute;
    background-color: white;
    color: var(--main-bg-color);
}

.container-list {
    width: 95%;
    margin: auto;
    max-width: 1200px;
}

.container-list .item {
    height: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    transition: all ease 0.5s;
    box-shadow: 5px 5px 5px #aaaaaa;
    background-color: var(--main-bg-color);
}

.container-list .left-curtain {
    height: 320px;
    background-color: transparent;
}

.container-list .item .description {
    max-height: none;
}