.testimonial-block {
    position: relative;
    background-color: rgb(var(--color-white));
    margin: 0;
    width: 100%;
    height: 480px;
}

.testimonial-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.testimonial-quotes {
    margin-top: 100px;
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 34px;
    line-height: 14px;
    color: rgb(var(--color-blue));
}

.testimonial-container h5 {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    justify-content: center;
    color: rgba(74, 74, 74, 1);

}

.block {
    margin-top: 30px;
    width: 100%;
    height: 108px;
}

.testimonial-container span {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgb(var(--color-blue));
}

.testimonial-container p {
    margin: 0;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    text-align: center;
    justify-content: center;
    letter-spacing: 2px;
    color: rgba(74, 74, 74, 1);
}

.testimonial-pagination {
    position: absolute;
    width: 50px;
    height: 10px;
    background: local;
    border: none;
    margin-top: 578px;
    text-decoration: none;
    z-index: 10;
    display: flex;
    gap: 7px;

}


.dot-1t,
.dot-2t,
.dot-3t {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgb(var(--color-blue));
    border: 1px solid transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;


}

.dot-1t.active,
.dot-2t.active,
.dot-3t.active {
    background-color: rgb(var(--color-white));
    border-color: rgb(var(--color-blue));
}

@media only screen and (max-width:1024px) {
    .testimonial-container h5 {
        font-size: 32px;
        line-height: 100%;
    }

    .testimonial-container p {
        font-size: 20px;

    }

}

@media only screen and (max-width:768px) {
    .testimonial-block {
        height: 410px;
    }

    .testimonial-quotes {
        margin-top: 60px;

    }

    .block {
        margin-top: 30px;
        width: 687px;
        height: 138px;
    }

    .testimonial-container h5 {
        top: 40px;
        text-align: center;
        margin: 0 auto;
    }

    .testimonial-pagination {
        margin-top: 400px;


    }

}

@media only screen and (max-width:640px) {
    .block {
        margin-top: 40px;
        width: 400px;

    }

    .testimonial-container p {
        margin-top: 40px;
        letter-spacing: 0px;
    }
    .testimonial-container h5 {
        top: 40px;
        width: 370px;
        
      
    }


    .testimonial-pagination {
        margin-top: 400px;

    }

}

@media only screen and (max-width:639px) {
    .testimonial-block {
        height: 421px;
    }

    .testimonial-container h5 {
        font-size: 24px;
        width: 280px;

    }

    .testimonial-container span {
        font-size: 24px;

    }

    .block {
        width: 275px;

    }

    .testimonial-container p {
        margin-top: 28px;

    }


}