.features-3__outer {
    background-color: #6eb974;
}

.features-3__title {
    color: #000;
    border-radius: 7px;
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    white-space: normal;
    width: fit-content;
	margin-bottom: 35px;
}

.features-3__content {
    max-width: 50%;
    display: flex;
    flex-direction: column;
}

.features-3__item-text {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    font-weight: 900;
    display: flex;
}

.features-3__item-text:before {
    content: url(../img/icon-arrow.png);
    margin-right: 15px;
}

.features-3__background-image {
    width: 60%;
    position: absolute;
    right: -150px;
    bottom: -40px;
    height: 90%;
}

.features-3__image {
    object-fit: contain;
    position: absolute;
    bottom: 0;
}


@media screen and (max-width: 767px) {
	.features-3__title {
	    white-space: normal;
		font-size: 35px;
	}

	.features-3__content {
        align-items: center;
    }
}

@media screen and (max-width: 990px) {
    .features-3__content {
        max-width: 100%;
    }

    .features-3__background-image {
        display: none;
    }
}
