.full-container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.tl-row {
	width: 100%;
	display: inline-flex;
	padding-right: 20px;
    padding-left: 20px;
}
.tl-padding-top {
	padding-top: 75px;
}
.tl-left-testimonial-text {
	padding-top: 30px;
	font-size: 5rem;
    color: #2563ab;
    margin-left: 50px;
    width: 66.66666%;
}

.tl-right-testimonial-text {
	color: #2563ab;
	text-align: center;
	width: 33.33333%;
}

.tl-top-section {
	border-bottom: 5px solid #7dcb78;
}
.tl-top-wrapper {
	width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.tl-share-list {
	list-style: none !important;
}
.tl-share-list li {
	padding-bottom: 15px;
}
.tl-share-text {
	font-size: 2rem;
    font-weight: initial;
    letter-spacing: 1px;
}
.tl-share-button-testimonial, .tl-share-button-testimonial:visited {
    padding: 10px 75px 10px 75px;
    background-color: #7dcb78;
    border: 1px solid #2a588d;
    color: white;
    font-size: 1.9rem;
}

.tl-share-button-testimonial:hover {
	background-color: #2a588d;
    color: #7dcb78;
    border-radius: 1px solid #7dcb78 !important;
}

@media only screen and (max-width: 980px) {
	.tl-row {
		display: block !important;
	}

	.tl-left-testimonial-text, .tl-right-testimonial-text {
		width: 100%;
		margin-left: 0px;
		text-align: center;
	}
	.tl-share-list {
		margin-left: 0px;
	}
	.tl-left-testimonial-text {
		margin-bottom: 20px;

	}
	.waw-read {
		margin-top: 28px !important;
	}
	.tl-share-button-testimonial, .tl-share-button-testimonial:visited {
    	padding: 10px 30px 10px 25px;
	}
}
