.feature-card {
    border-radius: 5px;
    border: 1px solid #d9e4e6;
    background-color: #ffffff;
    padding: 25px;
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.feature-card {
		padding: 25px;
	}
}
@media (min-width: 1200px) {
	.feature-card {
		padding: 35px;
	}
}
.feature-card .card-icon {
    width: 80px;
    height: 80px;
    border-radius: 500px;
    background-color: rgb(248 248 248);
    color: #65990f;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 1200px) {
	.feature-card .card-icon {
		width: 80px;
		height: 80px;
		font-size: 35px;
	}
}

@media (min-width: 992px) {
	.feature-card .card-icon {
		width: 70px;
		height: 70px;
		font-size: 30px;
		margin-right: 25px;
	}
}

.feature-card .card-content p {
	min-height: 40px;
	font-size: 15px;
}

.w-100 {
    width: 100%!important;
}

.container.trust-us .container-content {
	margin-top: 20px;
}
.container.partnership {
	margin-top: 50px;
}

.mission-wrapper {
	background-color: #30393b;
	position: relative;
}
.mission-wrapper .shape {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
}
.mission-wrapper .shape img {
    width: 100%;
    max-width: initial;
}
.mission-wrapper h2 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 30px;
}
@media (min-width: 992px) {
	.mission-wrapper {
		padding-top: 80px;
		padding-bottom: 120px;
	}
}

.partnership-wrapper {
	background-color: #fff;
	padding: 80px 0 120px 0;
}

#advantages {
	padding-top: 40px;
}
#advantages .container .section-title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
}

@media (min-width: 576px) {
.d-sm-none {
    display: none!important;
}
}