
.tilt-img-part {
    position: relative;
    display: flex;
    background: #fff;
    align-items: stretch;
    margin-bottom: 30px;
}

.tilt-img-part .left {
    padding: 45px 0 45px 45px;
    width: 480px;
    flex: 0 0 auto;
}

.tilt-img-part .left .desc {
    padding-left: 18px;
    font-size: 14px;
    color: #333;
}

.tilt-img-part .left .desc p {
    line-height: calc(26em / 14);
    margin-bottom: 8px;
}

.tilt-img-part .right {
    width: calc(100% - 480px);
    top: 0;
    right: 0;
}

.tilt-img-part .right img,
.tilt-img-part .right picture {
    display: block;
    width: 100%;
    height: 100%;
}


@media (max-width: 1280px) {
    .tilt-img-part .left {
        width: 390px;
        padding: 30px;
    }

    .tilt-img-part .right {
        width: calc(100% - 390px);
    }

    .tilt-img-part {
        padding: 30px;
        justify-content: space-between;
    }

    .tilt-img-part .left {
        padding: 0;
        width: calc(50% - 15px);
    }

    .tilt-img-part .right {
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 auto;
        width: calc(50% - 15px);
    }

    .tilt-img-part .right picture,
    .tilt-img-part .right img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        margin: auto;
    }

}

@media (max-width: 960px) {

    .tilt-img-part .left .desc {
        padding-left: 0;
    }
}

@media (max-width: 750px) {

    .tilt-img-part {
        display: block;
        padding: 20px;
        margin-bottom: 20px;
    }

    .tilt-img-part .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .tilt-img-part .right {
        width: 100%;
    }
}
