.worken {
    padding: 60px 0;
}

.left img {
    width: 474px;
}

.sub-title {
    padding: 20px 0;
}

.right {
    width: calc(100% - 494px);
    padding-left: 20px;
}

.gray {

    padding: 20px;
    margin-bottom: 20px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ccc;
    margin: 40px 0;
}

p {
    text-indent: 2em;
}

.images {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.img {
    flex: 0 0 600px;
    position: relative;
}

.img img {
    width: 464px;
    height: calc(100% - 20px);
    margin-top: 20px;
}

.img::after {
    position: absolute;
    content: " ";
    width: 300px;
    height: 200px;
    background-color: #e68226;
    top: 0;
    right: 114px;
    z-index: -1;
}