.title span {
    display: none;
}
.title h2 {
    font-family: "Playfair Display", serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 4px;
    display: block;
    color: #632224;
    text-transform: uppercase;
}
.service-sect .title h2 {
    color: #632224;
}
.about-sect .index-about-editor {
    height: auto;
}
.site-title .logo {
    color: transparent;
    background: url(../../../images/layout06/en/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 367px;
    height: 55px;
    transition: all 0.3s ease;
}
.title h2 {
    color: #000000;
}
.about-sect .index-about-editor h4 {
    color: #333;
    }
@media screen and (max-width: 1200px) {
    .about-sect .index-about-editor h4 {
        text-align: center;
    }
}
  @media screen and (max-width: 1000px) {
    .site-title .logo, .header-fixed .site-title .logo {
        width: 253px;
        height: 38px;
    }
}