* {
    margin: 0;
    padding: 0;
}

.main {
    width: 100%;
}

.heading {
    background-color: #f7f7f7;
    width: 100%;
}

.heading .content h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    color: #d9a554;
}

.content {
    padding: 30px 0px;
}

.blog {
    padding: 50px 0px;
}

.blog .img img {
    width: 100%;
    height: 100%;
}

.head p {
    color: #818181;
    font-size: 17px;
    padding-top: 50px;
    line-height: 1.66em;
}

.feedback {
    background-color: #fcf8ef;
    border-radius: 5px;
    margin-top: 60px;
    padding: 15px 20px;
    border: 1px solid #f1f0f0;
    position: relative;
}

.feedback.bottom-arrow::after {
    content: " ";
    position: absolute;
    left: 30px;
    bottom: -12px;
    border-top: 15px solid #fcf8ef;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
}

.feedback p {
    font-size: 17px;
    color: #8b8b89;
    line-height: 1.70em;
}

.name {
    margin-top: 30px;
}

.name h6 {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;

}

.name h5 {
    font-weight: 400;
    font-size: 12px;
    color: #b9b5b5;
}

.reviews {
    padding-top: 200px;
    padding-bottom: 100px;
}