  .acc-team { margin-bottom: 2rem; }

.success-team { width: 100%; height: auto; position: relative; }

.success-team-content { position: absolute; background-color: #fafafa; left: 2.5rem; top: 2.5rem; padding: 2rem; }
.success-team-content-rt { position: absolute; background-color: #fafafa; right: 2.5rem; top: 2.5rem; padding: 2rem; }

.success-team-content h2 { line-height: 1; font-size: 2em; text-align: center; }
.success-team-content-rt h2 { line-height: 1; font-size: 2em; text-align: center; }

.responsive { width: 100%; height: auto; }

@media screen and (min-width: 1800px) {
	.success-team { min-height: auto; }
	.success-team-content { max-width: 38%; }
	.success-team-content-rt { max-width: 38%; }
}

@media screen and (max-width: 1799px) {
	.success-team-content { left: 1.5rem; top: 1rem; padding: 1.5rem 1.5rem 1rem; max-width: 30%; line-height: normal; }
	.success-team-content-rt { right: 1.5rem; top: 1rem; padding: 1.5rem 1.5rem 1rem; max-width: 32%; line-height: normal; }
	.success-team-content h2 { font-size: 1.3em; }
	.success-team-content-rt h2 { font-size: 1.3em; }
	.btn { min-height: 46px; }
}

@media screen and (max-width: 1538px) {
	.success-team-content { max-width: 42%; padding: 1.5rem; }
	.success-team-content-rt { max-width: 42%; padding: 1.5rem; }
}

@media screen and (max-width: 1400px) {
	.success-team-content { max-width: 56%; }
}

@media screen and (max-width: 1399px) {
	.success-team-content { position: absolute; max-width: 60%; left: 1.5rem; top: 1rem; padding: 1.5rem; line-height: normal; border-bottom: none; }
	.success-team-content-rt { position: absolute; max-width: 65%; right: 1.5rem; top: 1rem; padding: 1.5rem; line-height: normal; border-bottom: none; }
}


@media screen and (max-width: 1259px) {
	.success-team-content {  position: initial; max-width: 100%; padding: 2rem; line-height: inherit; border-bottom: 1px solid #999; }
	.success-team-content-rt {  position: initial; max-width: 100%; padding: 2rem; line-height: inherit; border-bottom: 1px solid #999; }
}

@media screen and (max-width: 1024px) {
	.success-team-content { position: absolute; max-width: 42%; left: 1.5rem; top: 5px; padding: 1rem; line-height: normal; border-bottom: none; }
	.success-team-content-rt { position: absolute; max-width: 44%; right: 1.5rem; top: 5px; padding: 1rem; line-height: normal; border-bottom: none; }
}

@media screen and (max-width: 800px) {
	.success-team-content { max-width: 100%; position: initial; line-height: inherit; border-bottom: 1px solid #999 }
	.success-team-content-rt { max-width: 100%; position: initial; line-height: inherit!important; border-bottom: 1px solid #999 }
}