.the-container {
    padding-top: 160px;
}

.the-icon {
    margin: 0px auto 10px;
}

.the-title {
    margin-bottom: 25px;
}

.the-subtitle {
    margin: 0px auto 50px;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

.the-content {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: calc(990px + 24px);
    margin: 0px auto 55px;
    font-size: 0px;
    text-align: center;
}

.the-content > * {
    font-size: 17px;
}

.the-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc((100% / 3) - 24px);
    margin: 0px 12px 24px;
    border: 4px solid #ebd0b1;
    background: #f8f8f8;
    padding: 20px;
    min-height: 142px;
    line-height: 22px;
    align-content: center;
    text-align: center;
    letter-spacing: 0.8px;
    overflow-wrap: break-word;
    border-radius: 0px 31px 0px 31px;
    -webkit-border-radius: 0px 31px 0px 31px;
    -moz-border-radius: 0px 31px 0px 31px;
    -ms-border-radius: 0px 31px 0px 31px;
    -o-border-radius: 0px 31px 0px 31px;
}

.fs-14 {
    font-size: 14px;
}

@media (max-width: 768px) {
    .the-container {
        z-index: 1;
        padding-top: 80px;
    }

    .the-item {
        width: calc((100% / 2) - 24px);
    }
}

@media (max-width: 500px) {
    .the-item {
        width: 100%;
        margin: 0px auto 20px;
    }

    .the-item br {
        display: none;
    }

    .the-subtitle span {
        display: block;
    }

    .the-subtitle dot {
        display: none;
    }
}