
.section#title {
    background: #F6F6F7;
    padding: 0 15px;
    margin-bottom: -2px;
}

.section#title .section-body {
    max-width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section#title #header-text {
    flex: 600px 0 1;
    margin-bottom: 10px;
}

.section#title #header-text h1 {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #343c4b;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.section#title #header-text p {
    font-size: 24px;
    letter-spacing: -0.2px;
    margin: 0;
    margin-bottom: 60px;
    max-width: calc(100% - 15px)
}

.section#title #header-img {
    flex: 600px 0 1;
}

.section#title #header-img img {
    height: 100%;
}


.section#about .section-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.section#about h1 {
    margin: 0;
    margin-bottom: 20px;
    color: #343c4b;
    font-size: 34px;
    font-weight: 600;
}

.section#about p {
    font-size: 24px;
    letter-spacing: -0.2px;
    margin: 0;
    margin-bottom: 60px;
    padding-right: 120px;
    line-height: 32px;
}

.more-label {
    color: #178e9f;
    cursor: pointer;
}

@media (max-width: 1300px) {
    .section#title {
        text-align: center;
    }

    .section#title #header-text h1 {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .section#title #header-text p {
        max-width: 100%;
    }

    .section#about h1 {
        font-size: 30px;
    }

    .section#about p {
        font-size: 20px;
        line-height: 26px;
        padding: 0;
    }
}

