section.sec_6 {
    padding: 70px 0;
    text-align: center;
}

section.sec_6.bg {
    background: #f5f5f5;
}

.sec_6 .title {
    max-width: 766px;
    margin: auto;
}

.sec_6 .content {
    max-width: 766px;
    margin: auto;
}

.sec_6 .title p {
    margin: 10px 0 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.button.center,
.sec_6 .button.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.button.center span,
.sec_6 .button.center span {
    font-size: 14px;
    color: #8f8f8f;
    margin-top: 10px;
    font-weight: 400;
    font-style: normal;
}

@media (max-width:767px) {
    .sec_6 .title p {
        font-size: 16px;
        padding: 0 5%;
    }
    section.sec_6 {
        padding: 40px 0;
        text-align: center;
    }
    .sec_6 .content img {
        margin: auto;
    }
}