.feature-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.feature-box:last-child {
    margin-bottom: 0;
}

.feature-img {
    width: calc(100%/2 - 16px);
}

.feature-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100%/2 - 16px);
}

.feature-content .feature-txt h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .15em;
    margin-bottom: 16px;
}

.feature-content .feature-txt h3 span {
    color: #D5D5D5;
    font-size: 40px;
    margin-right: 8px;
}

.feature-point {
    background-color: #EBF4E9;
    padding: 24px 32px;
}

.feature-point h4 {
    font-size: 18px;
    padding-bottom: 8px;
    line-height: 24px;
}

.feature-point ul li {
    font-size: 12px;
    padding-bottom: 8px;
}

.feature-point ul li:last-child {
    padding-bottom: 0;
}

.featureImg {
    object-fit: cover;
    height: 100%;
    width: 100%;
}