.heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 0
}

.heading .mission {
    margin-top: 10px;
    color: #081131;
    font-size: 30px
}

.heading .vision {
    max-width: 800px;
    margin-top: 10px;
    text-align: center;
    color: #59626d;
    font-size: 18px
}

.heading .vision2 {
    margin-top: 10px;
    text-align: center;
    color: #59626d;
    font-size: 18px
}

.heading a {
    margin-top: 20px;
    min-width: 400px;
    font-size: 18px
}

.steps {
    padding: 0 60px 60px 60px
}

.steps .step {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.steps .step .step-code {
    width: 32px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    padding: 16px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    background-color: #081131
}

.steps .step .step-content {
    padding: 10px;
    font-size: 16px
}

.productinfo .title {
    margin: 0 10px;
    padding-bottom: 10px;
    font-size: 25px;
    color: #081131
}

.productinfo .infos {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px
}

.productinfo .infos>li {
    width: 28%;
    height: fit-content;
    padding: 14px 18px;
    margin: 10px 10px;
    border-radius: 3px;
    box-shadow: 0 0 5px #e3e3e3;
    background: #fff
}

.productinfo .productinfo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0
}

.productinfo .productinfo-header .productinfo-name {
    display: flex;
    align-items: center
}

.productinfo .productinfo-header .productinfo-name img {
    margin-right: 15px
}

.productinfo .productinfo-header .productinfo-info {
    display: flex;
    flex-direction: column;
    align-items: center
}

.productinfo .productinfo-header .productinfo-info i {
    margin-top: 10px;
    padding: 2px 4px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    background: #081131;
    transition: opacity .3s;
    font-size: 19px
}

.productinfo .productinfo-header .productinfo-info i:hover {
    opacity: .6
}

.productinfo .productinfo-content ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #59626d;
    border-radius: 4px
}

.productinfo .productinfo-content ul li:not(:last-child) {
    margin-bottom: 10px
}

.managements {
    display: flex;
    flex-wrap: wrap
}

.managements .management {
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 5px #e3e3e3;
    background-color: #ffff
}

.managements .management .image {
    margin-bottom: 20px
}

.managements .management .image img {
    width: 140px;
    height: 140px
}

.managements .management .name {
    margin-bottom: 10px
}

.minfoline {
    margin: 60px 0;
    background-color: #151b2c;
    color: #fff
}

.minfolinearea {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.minfotextarea {
    width: 66%
}

.minfoline .image {
    display: flex;
    justify-content: center;
    align-items: center
}

.minfoline .image img {
    width: 200px;
    height: 200px
}

.minfoline .minfotitle {
    margin-bottom: 16px;
    font-size: 20px;
    color: #fff
}

.minfoline .mdescription {
    margin-bottom: 16px;
    font-size: 14px;
    color: #fff
}

.products {
    display: flex;
    justify-content: space-between
}

.product {
    position: relative;
    width: 25%;
    min-height: 250px;
    margin: 0 10px;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 0 5px #e3e3e3;
    background-color: #ffff
}

.product .head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px
}

.product .head img {
    margin-bottom: 20px
}

.product .head span:nth-child(2) {
    display: block;
    margin-bottom: 8px;
    color: #484343;
    font-size: 22px
}

.product .head span:nth-child(3) {
    display: block;
    text-align: center;
    color: #59626d;
    font-size: 14px
}

.product .price {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e2e9
}

.product .price p {
    color: #59626d;
    font-size: 14px
}

.product .price div {
    margin-bottom: 5px
}

.product .price span:nth-child(1) {
    color: #081131;
    font-size: 28px
}

.product .description {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    padding: 30px 15px;
    color: #59626d;
    font-size: 15px
}

.product .column {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    color: #59626d;
    font-size: 15px
}

.product>.columns>.column:first-child {
    margin-top: 30px
}

.product>.columns>.column:last-child {
    margin-bottom: 80px
}

.product .description span {
    display: block
}

.product .buttons {
    width: max-content;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,-50%)
}

.anotherproducts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.anotherproduct {
    width: 18%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    margin: 0 10px 20px 10px;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0 5px #e3e3e3;
    background-color: #ffff
}

.anotherproduct .image {
    margin-bottom: 10px
}

.anotherproduct .image img {
    width: 80px;
    height: 80px
}

.anotherproduct .name {
    margin-bottom: 10px
}

.anotherproduct .description {
    margin-bottom: 10px
}

@media screen and (max-width: 992px) {
    .steps {
        padding:0 10px 30px 10px
    }

    .productinfo .infos {
        flex-direction: column
    }

    .productinfo .infos>li {
        width: 100%;
        margin: 10px
    }

    .managements {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center
    }

    .managements .management {
        width: 100%
    }

    .minfolinearea {
        flex-direction: column;
        padding: 20px;
    }

    .products {
        flex-direction: column
    }

    .product {
        width: 80%;
        margin: 20px 30px
    }

    .minfotextarea {
        width: 80%;
    }

    .beProductsTable2 {
        display: none;
    }

    .anotherproduct {
        width: 44%;
    }
}
