.sh-equipment-title1 > p:first-child {
    width: 40%;
}
.sh-equipment-title1 > p:last-child {
    width: 60%;
    font-feature-settings: 'palt';
}

.sh-comfort-img1 {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.sh-comfort-box1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.sh-comfort-box1 > div {
    width: 48%;
}
.sh-comfort-box1 > div:first-child {
    box-sizing: border-box;
    padding-right: 2%;
}
@media screen and (max-width: 767px) {
    .sh-equipment-title1 > p:first-child {
        width: 100%;
    }
    .sh-equipment-title1 > p:last-child {
        width: 100%;
    }

    .sh-comfort-img1 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .sh-comfort-box1 {
        display: block;
    }
    .sh-comfort-box1 > div {
        width: 100%;
    }
    .sh-comfort-box1 > div:first-child {
        padding-right: 0;
    }
    .sh-comfort-box1 .__img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .sh-comfort-box1 .sh-equipment-img-text-box .__title {
        border-bottom: none;
        padding-bottom: 0;
        min-height: unset;
        margin-top: 20px;
    }
}

