@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    font-style: normal;
}

.testimonial-sec {
    margin-top: 90px;
}

.testimonial-sec button {
    border: none;
    background-color: transparent;
    margin-top: 20px;
    color: #FF1F55;
}

.testimonial-sec .fa-pen-to-square {
    font-size: 19px;
}

.rating-stars-sec .checked {
    color: #FF1F55;
    /* padding-right: 0px; */
}

.rating-stars-sec .review-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #181818;
}

.card-review img {
    width: 2.5rem;
    height: 2.5rem;
}

.card-body img {
    width: 100%;
    height: auto;
}

.card-header {
    background-color: transparent;
}

.review-btn {
    color: white;
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    background-color: #FF1F55;
    border: none;
    padding: 9px 25px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.text-sec {
    border: 1px solid #D0D0D0;
    padding: 150px;
}

.text-sec p {
    color: #FF1F55;
}


/* MEDIA QUERY START HERE */

@media only screen and (min-width: 321px) and (max-width: 479px) {
    .text-sec {
        padding: 50px;
    }
}

@media only screen and (max-width: 320px) {
    .text-sec {
        padding: 50px;
    }
}