﻿body {
    height: 100%;
}

#reviews-title {
    font-family: assistant;
    font-weight: 500;
    font-size: 48px;
    color: black;
    margin-top: 200px;
    margin-bottom: 0px;
    padding-bottom: 0;
}


#reviews_text_div {
    text-align: right;
    width: 710px;
    margin: auto;
}

.reviews_des {
    font-family: assistant;
    font-size: 21px;
    font-weight: 500;
    white-space: pre-line;
    margin-bottom: 0;
}

#footer {
    margin-top: 100px;
}

#contact-button {
    width: 350px;
    height: 70px;
    border-radius: 10px;
    font-family: assistant;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    line-height: 70px;
    background-color: rgb(255, 46, 90);
    text-align: center;
    margin: auto;
    margin-top: 20px;
}

.hr {
    background-color: rgb(255, 46, 90);
    height: 4px;
    border: 0;
}

#title-line{
    width:330px;
}

#more-reviews{
    font-family: assistant;
}

.who-said-txt{
    font-family: assistant;
    font-size: 16px;
    text-align: right;
    margin-top: 20px;
    font-weight: normal;
}

.who-said-link{
    width: 16px;
    margin-right: 0px;
}

@media screen and (max-width:1070px) {
    #reviews-title {
        margin-top: 250px;
    }
}
