#service, #comment {
    padding: 30px 0px;
}
strong, b {
    color: rgb(240,174,22);
}
h1, h2, h3 {
    color: rgb(240,174,22);
    text-align: left;
}
h1 {
    font-size: 23px;
    line-height: 30px;
    padding: 10px 0px 15px;
}
h2 {
    padding: 25px 0px 0px;
    font-size: 21px;
    line-height: 28px; 
}
h3 {
    padding: 25px 0px 0px;
    font-size: 19px;
    line-height: 26px; 
}
.service-sidebar-title {
    font-size: 17px;
    font-weight: bold;
    color: rgb(240,174,22);
    margin-top: 15px;
}
.service-sidebar-title:after {
    content: "";
    display: block;
    margin: 10px auto;
    border-bottom: 2px solid rgb(240,174,22);
}
#service-sidebar p {
    font-size: 16px;
    line-height: 25px;
}
#sidebar-contact {
    border-radius: 4px;
    padding: 20px 15px 15px;
    text-align: center;
    background-color: rgb(240,174,22);
    color: rgb(255,255,255);
}
#sidebar-contact span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
#sidebar-contact a {
    display: block;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(255,255,255);
}
#service-content {
    text-align: center;
}
#service-content picture {
    margin: 15px 0px;
    display: inline-block;
}
#service-content picture img {
    border-radius: 10px;
}
#service-content p {
    padding: 15px 0px 20px;
    color: rgb(30,30,30);
    text-align: left;
    font-size: 16px;
    line-height: 32px;
}
blockquote {
    width: 80%;
    margin: 10px auto;
    padding: 30px 50px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 27px;
    background-color: rgb(245,245,245);
}
#service-content ul li {
    padding: 7px 0px;
    text-align: left;
    list-style-type: disc;
}
.comment-headline {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
    color: rgb(240,174,22);
    border-bottom: 2px solid rgb(240,174,22);
}
.comment-list {
    padding: 15px 0px;
    border-bottom: 1px solid rgb(230,230,230);
}
.avatar {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    font-size: 17px;
    font-weight: 700;
    color: rgb(240,174,22);
    background-color: rgb(235,235,235);
}
.comment-list-name {
    padding: 0 15px;
    text-align: left;
    font-weight: 700;
}
.comment-list-date {
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
}
.comment-list-rating {
    padding: 0 15px;
}
.commented-stars {
    display: inline-block;
    padding: 0px 0px 5px;
    vertical-align: middle;
}
.comment-line label {
    margin-top: 10px;
    display: block;
}
.comment-line #form-email, .comment-line .form-text {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid rgb(235,235,235);
}
.comment-line .form-textarea {
    margin-top: 10px;
    width: 100%;
    padding: 10px 15px;
    height: 150px;
    resize: none;
    font-size: 18px;
}
#offer-form form input[type=text], form textarea {
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
    border: 1px solid #ececee;
    font-size: 16px;
    transition: .3s;
    height: 46px;
    border-radius: 5px;
}
.comment-line #form-send {
    border: none;
    outline: 0;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    cursor: pointer;
    background-color: rgb(240,174,22);
}
.comment-line .form-star-content {
    line-height: 10px;
    padding: 5px 0;
}
.comment-line .form-stars {
    padding: 0px !important;
    display: inline-block;
}
.alert {
    position: absolute;
    margin-top: 0;
    width: 100%;
    padding: 20px;
    background-color: #f44336;
    color: #fff;
    opacity: 1;
    transition: opacity .6s;
    margin-bottom: 15px;
    z-index: 999
}
.alert.success {
    background-color: #4caf50
}
.alert.warning {
    background-color: #ff9800
}
.closebtn {
    margin-left: 15px;
    color: #fff;
    font-weight: 700;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: .3s
}
.closebtn:hover {
    color: #000
}
.g-recaptcha {
    text-align: -webkit-center;
    margin-top: 20px;
    display: inline-block;
}
@media only screen and (min-width:768px) {
    #service, #comment {
        padding: 40px 0px;
    }
    h1 {
        padding: 0px 0px 15px;
    }
    #service-content {
        padding: 0px 20px;
    }
    .comment-list-date {
        text-align: right;
    }
    .comment-list-rating .commented-stars {
        margin: 10px 0px 5px;
    }
    .comment-list-post {
        padding: 6px 0px;
    }
}
@media only screen and (min-width:1280px) {
    #service-content {
        padding: 0px 20px 0px 40px;
    }
}