.google-reviews-section{
    background-color: #FAE1DF;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.text-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0;
    width: 80%;
}



.header-reviews{
    width: 1040px;
}

.google-reviews-section h2{
    color: var(--secondary-color);
    font-size: 42px;
}

.google-reviews-section hr{
    width: 7%;
    background-color: var(--secondary-color);
    margin-left: 0;
}

.google-reviews-section main{
    display: flex;
}


.google-reviews-section .pills{
    background-color: var(--primary-color);
    color: white;
    font-size: 16px;
}

.container-reviews{
    width: 80%;
}

.ti-widget[data-layout-id='36'][data-set-id='light-background'] .ti-review-item>.ti-inner, .ti-widget[data-layout-id='36'][data-set-id='light-background'] .ti-load-more-reviews-container .ti-load-more-reviews-button {
    box-shadow: 1px 1px 7px 0px black, 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    background-color: #c94065 !important;
    backdrop-filter: blur(0px);
}

.ti-widget[data-layout-id='36'][data-set-id='light-background'] .ti-review-item>.ti-inner {
    border-style: solid !important;
    border-color: #f4f4f4 !important;
    background: #c94065 !important;
    border-radius: 25px !important;
    padding: 20px !important;
    margin: 0 !important;
    display: block;
    position: relative;
}

.ti-widget[data-layout-id='36'][data-set-id='light-background'] .ti-widget-container .ti-date {
    color: #ffffff;
    font-size: 12px !important;
}

.ti-widget.ti-goog .ti-widget-container .ti-name{
    color: #ffffff !important;

}
.ti-widget.ti-goog .ti-widget-container{
    color: #ffffff !important;
}