.cont-provide {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 150px;
    margin-top: 100px;
}

.cont-provide__item {
    flex: 1;
    border-radius: 15px;
    background-color: #fff;
    padding: 30px 25px;
    text-align: center;
}

.cont-provide__item + .cont-provide__item {
    margin-left: 25px;
}

.cont-provide__title {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.52px;
}

.cont-provide__img {
    width: 305px;
    margin-top: 29px;
    margin-bottom: 24px;
}

.cont-provide__desc {
    border-radius: 5px;
    background-color: #f1f1f1;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
}

.cont-provide__desc + .cont-provide__desc {
    margin-top: 10px;
}

.cont-part {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    -ms-column-gap: 20px;
    row-gap: 20px;
    -ms-row-gap: 20px;
    margin-top: 100px;
    padding-bottom: 100px;
}

.cont-part__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    color: #fff;
    text-align: center;
    font-size: 25px;

    font-weight: 600;
    line-height: 130px;
    border-radius: 15px;
    background-color: #00b050;
}

.cont-brand {
    max-width: 1280px;
    display: flex;
    margin-top: 71px;
}

.cont-brand__item {
    border-radius: 15px;
    background: #fff;
    padding: 30px;
    text-align: center;
}

.cont-brand__item + .cont-brand__item {
    margin-left: 25px;
}

.cont-brand__title {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.52px;
}

.cont-brand__img {
    margin-top: 29px;
    max-width: 100%;
}

.cont-solution {
    margin-top: 70px;
    display: flex;
    max-width: 1280px;
}

.cont-solution__item {
    flex: 1;
    border-radius: 15px;
    background-color: #fff;
}

.cont-solution__item + .cont-solution__item {
    margin-left: 24px;
}

.cont-solution__title {
    border-radius: 15px 15px 0 0;
    background-color: #6db92b;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.52px;
}

.cont-solution__img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.cont-solution__list {
    padding: 0 0 35px;
}

.cont-solution__desc {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
    letter-spacing: -0.3px;
}

.cont-prds {
    margin-top: 100px;
    display: flex;
    max-width: 1280px;
}

.cont-prds__item {
    flex: 1;
    border-radius: 15px;
    background: #f9f9f9;
    padding: 60px 20px;
}

.cont-prds__item + .cont-prds__item {
    margin-left: 25px;
}

.cont-prds__img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.cont-prds__title {
    margin-top: 70px;
    color: #00b050;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
    position: relative;
}

.cont-prds__title i {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    width: 65px;
    background-color: #00b050;
    text-transform: uppercase;
}

.cont-prds__list {
    margin-top: 37px;
}

.cont-prds__desc {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
    letter-spacing: -0.3px;
}

.cont-software-info {
    margin-top: 100px;
    display: flex;
    max-width: 1280px;
}

.cont-software-info__item {
    flex: 1;
    border-radius: 15px;
    background-color: #fff;
}

.cont-software-info__item + .cont-software-info__item {
    margin-left: 24px;
}

.cont-software-info__title {
    border-radius: 15px 15px 0 0;
    background-color: #00b050;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.52px;
}

.cont-software-info__img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.cont-software-info__list {
    padding: 0 0 45px;
}

.cont-software-info__desc {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
    letter-spacing: -0.3px;
}

.cont-software {
    margin-top: 70px;
}

.cont-software__top {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.cont-software__list {
    max-width: 360px;
    margin: 0 auto;
    margin-top: 30px;
}

.cont-software__desc {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 70px;
    border-radius: 5px;
    background: #fff;
}

.cont-software__desc + .cont-software__desc {
    margin-top: 15px;
}

.contact-us-info__description--marketing {
    padding-left: 12px;
}

.lang-en .cont-provide__title {
    min-height: 96px;
}

.lang-en .cont-provide__desc {
    line-height: normal;
    padding: 11px 0;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.lang-en .cont-type__item {
    position: relative;
}

.lang-en .cont-type__desc {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.lang-en .cont-type {
    align-items: flex-start;
}

.lang-en .cont-type__item:nth-child(2n) {
    padding-top: 300px;
}

.lang-en .cont-type__item:nth-child(2n)::before {
    height: 300px;
}

.lang-en .cont-brand__title {
    min-height: 76px;
}

.lang-en .cont-solution__title,
.lang-en .cont-software-info__title {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.lang-en .page-title__desc {
    line-height: 40px; /* 160% */
}

.lang-en .contact-us-info__title--marketing {
    white-space: pre-line;
    text-indent: -11px;
    padding-left: 11px;
}
.lang-en .cont-type__desc {
    font-weight: 500;
}
