h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
}

h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

.space-separator {
    line-height: 12px;
}

.logo-main {
    display: inline-block;
    background-image: url('../img/logo/logo-main.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
    width: 120px;
    height: 104px;
    opacity: 0.9;
}

.banner-section .logo-fa span {
    margin-bottom: 0;
}

.banner-section .logo-fa {
    font-size: 36px;
    font-weight: 500;
}

.banner-section {
    padding-top: 60px;
}

.banner-section .simple {
    margin-left: 0;
    width: 100%;
}

.work-section .item ul li {
    color: #fff;
    line-height: normal;
    margin: 0;
    font-size: 22px;
    font-weight: 300;
    padding: 4px 0;
}

.tm-work-item-inner {
    max-width: 900px;
}

.section .title {
    margin-top: 5px;
    margin-left: 1px;
}

.service-section .title {
    border-bottom: 1px solid #003265;
}

.work-section .item.one,
.service-section .item.one {
    margin-top: 20px;
}

.section .title h2 {
    margin-bottom: 20px;
    font-size: 32px;
}

.section h3 {
    font-size: 24px;
}

.odd-section a {
    font-weight: normal;
    color: #008888;
}

.even-section .title h2 {
    color: #ffffff;
}

.service-section h3 {
    margin-top: 30px;
    margin-bottom: 0;
}

.contact-section .contact-details p {
    margin-bottom: 0;
}

.contact-section .contact-details-text span {
    display: block;
    line-height: normal;
    margin-bottom: 20px;
}

.contact-section .contact-details-text span:last-child {
    margin-bottom: 6px;
}

.contact-section .contact-list {
    max-width: 270px;
}

.contact-section .contact-list .contact-list-item {
    display: flex;
    justify-content: space-between;
}

.contact-section .contact-list .contact-list-item a {
    text-decoration: underline;
}

.contact-section #home-contact-form-result {
    margin-right: 30px;
    font-size: 20px;
    color: white;
}

.contact-section #home-contact-form-result.success {
    color: #00ff00;
}
.contact-section #home-contact-form-result.warn {
    color: #ff6700;
}
.contact-section #home-contact-form-result.fail {
    color: #ff0000;
}

.service-section {
    color: #003265;
    font-size: 22px;
    line-height: 1.1;
}

.about-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.about-wrapper .about-description {
    letter-spacing: 1px;
    word-spacing: 4px;
    line-height: 30px;
    text-align: justify;
}

@media (max-width: 767px) {
    .work-section .item ul li,
    .service-section .item ul li {
        text-align: left;
        line-height: normal;
        font-size: 20px;
    }

    .service-section .item ul li {
        text-align: left;
        font-size: 20px;
    }

    .work-section .item.one,
    .service-section .item.one {
        margin-top: 20px;
    }
}
