.robotics-banner .banner__center {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 560px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #3a3a3a
}

.robotics-banner .banner__center .banner__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden
}

.robotics-banner .banner__center .banner__background img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.robotics-banner .banner__center .banner__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center
}

.robotics-banner .banner__center .banner__text {
    width: 100%;
    max-width: 725px;
    text-align: center
}

.robotics-banner .banner__center .banner__title {
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px
}

.robotics-banner .banner__center .banner__description {
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    box-sizing: border-box
}

.robotics-banner .banner__center .banner__list {
    width: 100%;
    max-width: 725px;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 12px
}

.robotics-banner .banner__center .banner__list-item {
    width: 106px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    background: #E0191E;
    border-radius: 8px 0px 8px 0px
}

.robotics-components {
    width: 100%;
    padding: 0px 0px 70px;
    box-sizing: border-box
}

.robotics-components .components__title {
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px;
    text-align: center
}

.robotics-components .components__description {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: left
}

.robotics-components .components__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto
}

.robotics-components .components__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 20px 10px
}

.robotics-components .components__item {
    width: calc(100% / 3 - 10px);
    max-width: 453px;
    min-height: 300px;
    padding: 40px 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.robotics-components .components__item-title {
    font-weight: 500;
    margin-bottom: 12px
}

.robotics-components .components__item-description {
    font-weight: 400;
    line-height: 30px
}

.robotics-essence {
    width: 100%;
    padding: 60px 0px 70px;
    margin-bottom: 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.robotics-essence .essence__background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.robotics-essence .essence__background img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.robotics-essence .essence__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.robotics-essence .essence__title {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center
}

.robotics-essence .essence__description {
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    text-align: left
}

.robotics-industries {
    width: 100%;
    padding: 0px 0px 50px;
    box-sizing: border-box
}

.robotics-industries .industries__title {
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px;
    text-align: center
}

.robotics-industries .industries__description {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: left
}

.robotics-industries .industries__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch
}

.robotics-industries .industries__item {
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px
}

.robotics-industries .industries__content1 .industries__item {
    width: calc(100% / 3 - 15px);
    max-width: 620px;
    min-height: 400px
}

.robotics-industries .industries__content2 .industries__item {
    width: calc(100% / 2 - 10px);
    max-width: 945px;
    min-height: 500px
}

.robotics-industries .industries__item-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.robotics-industries .industries__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.robotics-industries .industries__item-title {
    width: 100%;
    padding: 10px 0;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background: #e0191e;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.robotics-industries .industries__item-text {
    width: 100%;
    height: 100%;
    background: rgba(224, 25, 30, 0.8);
    position: relative;
    z-index: 2;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 30px;
    box-sizing: border-box
}

.robotics-industries .industries__item:hover .industries__item-title {
    display: none
}

.robotics-industries .industries__item:hover .industries__item-text {
    opacity: 1
}

.robotics-industries .industries__text-title {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center
}

.robotics-industries .industries__text-description {
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    text-align: center
}

.robotics-compliance {
    width: 100%;
    padding: 0px 0px 70px;
    box-sizing: border-box
}

.robotics-compliance .compliance__title {
    width: 90%;
    max-width: 1350px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px;
    text-align: center
}

.robotics-compliance .compliance__description {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: left
}

.robotics-compliance .compliance__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto
}

.robotics-compliance .compliance__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 30px 20px
}

.robotics-compliance .compliance__item {
    width: calc(100% / 3 - 20px);
    max-width: 446px;
    background: #FAFAFA;
    padding: 40px 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.robotics-compliance .compliance__item .compliance__item-image {
    width: 100px;
    height: 100px
}

.robotics-compliance .compliance__item .compliance__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.robotics-compliance .compliance__item .compliance__item-text {
    margin-top: 20px
}

.robotics-compliance .compliance__item .compliance__item-title {
    font-weight: 500;
    color: #E0191E;
    margin-bottom: 15px
}

.robotics-compliance .compliance__item .compliance__item-description {
    font-weight: 400;
    color: #333333;
    line-height: 30px
}

@media screen and (max-width:760px) {
    .robotics-banner .banner__center {
        height: auto;
        padding: 40px 0px 40px
    }

    .robotics-banner .banner__center .banner__list {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center
    }

    .robotics-components .components__item {
        width: 100%;
        min-height: initial
    }

    .robotics-industries .industries__content1 .industries__item {
        width: 100%;
        min-height: 300px
    }

    .robotics-industries .industries__content2 .industries__item {
        width: 100%;
        min-height: 300px
    }

    .robotics-compliance .compliance__item {
        width: 100%
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .robotics-banner .banner__center {
        height: auto;
        padding: 40px 0px 40px
    }

    .robotics-banner .banner__center .banner__list {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center
    }

    .robotics-components .components__item {
        width: calc(100% / 2 - 10px);
        min-height: initial
    }

    .robotics-industries .industries__content1 .industries__item {
        width: calc(100% / 2 - 10px);
        min-height: 300px
    }

    .robotics-industries .industries__content2 .industries__item {
        min-height: 400px
    }

    .robotics-compliance .compliance__item {
        width: calc(100% / 2 - 10px)
    }
}