.sh-equipment-title1 > p:first-child {
    width: 40%;
}
.sh-equipment-title1 > p:last-child {
    width: 60%;
    font-feature-settings: 'palt';
}

.sh-construction-box1 {
    display: flex;
    justify-content: space-between;
}
.sh-construction-box1 > div {
    width: 48%;
}

.sh-construction-box2 {
    box-sizing: border-box;
    background-color: #dee5e3;
    padding: 20px 40px 30px;
}
.sh-construction-box3 {
    box-sizing: border-box;
    background-color: #dee5e3;
    padding: 20px 40px 30px;
    margin-top: 40px;
}

.sh-construction-box2 .__title,
.sh-construction-box3 .__title {
    color: #00532c;
    border-bottom: none;
    padding-bottom: 0;
}

.sh-construction-box4 {
    display: grid;
    grid-template-columns: 1fr 320px;
    column-gap: 20px;
}

.sh-equipment-img {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .sh-equipment-title1 > p:first-child {
        width: 100%;
    }
    .sh-equipment-title1 > p:last-child {
        width: 100%;
    }

    .sh-construction-box1 {
        flex-direction: column;
        gap: 40px;
    }
    .sh-construction-box1 > div {
        width: 100%;
    }
    .sh-construction-box1 .sh-equipment-img-text-box .__title {
        border-bottom: none;
        padding-bottom: 0;
        min-height: unset;
    }

    .sh-construction-box2 {
        padding: 20px 20px 30px;
    }
    .sh-construction-box3 {
        padding: 20px 20px 30px;
    }

    .sh-construction-box4 {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    .sh-construction-box4 > div:last-child {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .sh-equipment-img {
        margin-top: 40px;
    }

    .sh-equipment-img.__row3-1 .sh-equipment-img-text-box:last-child .__text {
        border-bottom: none;
        padding-bottom: 0;
    }

}

