﻿@font-face {
    font-family: "Spline Sans";
    /*src: url("https://fonts.google.com/specimen/Spline+Sans");*/
}

body {
    font-family: "Spline Sans";
}


.about-header {
    width: 100%;
    height: 120px;
    background: #A0754A;
}

.content-box {
    width: 900px;
    margin: 0 auto;
}

.content-title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #333333;
}

.content-txt {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #333333;
}

.detail-box {
    width: 100%;
    height: auto;
    padding: 30px;
    background: #F5F5F5;
}

.detail-header {
    border-bottom: 1.5px dashed #333333;
}

.detail-img {
    width: 128px;
}

.detail-text {
    line-height: 30px;
    margin:20px 0
}

@media screen and (max-width: 970px) {

    .content-box {
        width: 90%;
    }
}

@media screen and (max-width: 540px) {

   .content-txt {
       font-size: 20px;
   }
}