
.home-comments-title {
    display: block;

    font-size: 0.125rem;
    color: #222222;

    width: 100%;
    text-align: center;
}

.home-advise {
    margin-top: 0.260417rem;

    margin-left: 2.479167rem;
    margin-right: 2.239583rem;

    padding-bottom: 0.260417rem;

    flex-direction: row;
    justify-content: space-between;
}

.home-advise img {
    width: 2.46875rem;
    height: 1.567708rem;

    margin-top: 0.15625rem;
}

.home-advise-content-form {
    width: 2.395833rem;
    height: 1.979167rem;

    margin-top: 0.3125rem;

    flex-direction: column;

    margin-right: 0.408333rem;
}

.home-advise-content-form input, .home-advise-content-form textarea {
    height: 0.260417rem;

    margin-bottom: 0.15625rem;
    padding-left: 0.104167rem;

    font-size: 0.072917rem;
    color: #999999;
    font-weight: bolder;

    border: 1px solid #dddddd;
    border-radius: 0.026042rem;
}

.home-advise-content-form textarea {
    padding-top: 0.052083rem;
    height: 0.729167rem;

    resize: none;
}

.home-advise-content-form span {
    font-size: 0.09375rem;
    font-weight: bolder;

    width: 100%;
    height: 0.260417rem;

    line-height: 0.260417rem;

    text-align: center;

    background-color: #11c89b;
    border-radius: 0.0725rem;
    color: white;

    margin-top: 0.0208rem;

    padding-left: 0.078125rem;
    padding-right: 0.078125rem;
    padding-top: 0.052083rem;
    padding-bottom: 0.052083rem;

    cursor:pointer;
}

.contact-info {
    height: 1.354167rem;

    background-color: #e4ecf9;

    padding-left: 1.875rem;
    padding-right: 1.875rem;

    margin-bottom: 0.104167rem;

    flex-direction: row;
    justify-content: space-between;
}

.contact-info-title {
    width: 100%;
    flex-direction: column;
    text-align: center;
}

.contact-info-title span {
    display: block;

    margin-top: 0.364583rem;
    margin-left: -webkit-calc(50% - 0.208333rem);
    margin-left: -moz-calc(50% - 0.208333rem);
    margin-left: calc(50% - 0.208333rem);
    width: 0.416667rem;

    text-align: center;
    font-size: 0.09375rem;
    color: black;

    border-bottom: solid 1px #11c89b;
}

.contact-info-title ul {
    margin-top: 0.208333rem;
    font-size: 0.072917rem;
    list-style: none;
    margin-left: 0;
}

.contact-info-title ul li {
    margin-bottom: 0.052083rem;
}