.square-section-row {
	align-items: center;
}

.square-section-content-title{
	font-size: 2em;
	margin-bottom: 0;
}

.square-section-content-text-wrap{
	padding: 30px 0 0 0;
}

.square-section-content-text-wrap .square-section-content-text-title{
	color: #A5A4A5;
}

.square-section-row-right img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none;
}

.square-section-right-img-wrap:before{
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 100%;
}

.square-section-row .square-section-text {
	padding-right: 60px;
}

/* Large Tablet */
@media only screen and ( max-width: 920px ){

}

/* Tablet */
@media only screen and ( max-width: 768px ){
	.square-section-row {
		flex-direction: column;
	}

	.square-section-row .square-section-text {
		order: 2;
		margin-top: 30px;
		padding: 0;
		width: 100%;
	}

	.square-section-row .square-section-row-right {
		order: 1;
	}
}

@media only screen and (min-width: 640px) and ( max-width: 768px ){

    .square-section-row{
        flex-direction: initial;
    }
    .square-section-row-right img {
        width: auto;
    }
}

/* Mobile */
@media only screen and ( max-width: 640px ){

}


