.about-sect .title h2,
.album-sect .title h2,
.title h2 {
    color: #313131;
    display: block;
    font-size: 50px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 800;
    letter-spacing: 0em;
    line-height: 1.5;
}
.about-sect .title h2::first-letter,
.album-sect .title h2::first-letter,
.title h2::first-letter{
    color: #073E8C;
}
.products-sect .title h2::first-letter{
    color: #ffffff;
}
.title span {
    display: none;
}
.about-sect .col.txt::before {
    height: 415px;
    top: -45px;
} 
 .about_title {
    position: relative;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: -50px 0;
    margin-left: auto;
    font-size: 12.0pt;
    font-family: 微軟正黑體;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #313131;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    letter-spacing: 0.05em;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    width: 50%;
    padding: 10px 50px 50px 50px;
}
.about-sect .title h2::before {
    top: 35px;
}
/* .service-sect .title {
    align-items: center;
} */
/* .s_layout {
    display: flex;
    justify-content: center;
} */
/* .s_layout .s_row {
    align-items: center;
} */
.service-sect {
    padding: 100px 0 100px;
}
@media screen and (max-width: 1330px){
 .about_title {
    margin: -0px 0;
    max-width: none;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    width: 100%;
    padding: 0px 0;
    height: auto;
 }
 .about-sect .title {
    margin-bottom: -10px;
 }
.service-sect {
     padding: 30px 0 30px;
 }
 .service-sect .title {
    text-align: left;
}
}