

.section-three.reverse .content {
    flex-direction: row-reverse;
}

.section-three.background-postion-top .responsive-bg.bg-change-done {
    background-size: contain;
    background-position: top;
    padding: 3rem 0 0;
}


@media (min-width: 990px){
    .section-three.home .content.align-items-center{
        align-items: start;
    }
    .section-three.home .text {
        max-width: 30rem;
        margin-right: auto;
        margin-left: 4rem;
    }
    .section-three .column-text .box {
        max-width: 28rem;
        margin-right: auto;
        margin-left: 6rem;
    }
    .section-three.reverse .content .column-text .box {
        max-width: 28rem;
        margin-left: auto;
        margin-right: 6rem;
    }
    .section-three .content .box .image {
        border-radius: 0rem 0.6rem 0.6rem 0rem;
        overflow: hidden;
    }
    .section-three.reverse .content .box .image {
        border-radius: 0.6rem 0rem 0rem 0.6rem;
    }
}
@media (max-width: 991px){
	.content {
		width: 100% !important;
	}
	.section-three.reverse .content .column-text .box, 
    .section-three .content .column-text .box {
		padding: 2rem 0rem 0 0rem;
	}
	.section-three.background-postion-top .responsive-bg.bg-change-done {
		padding: 0rem 0 0;
	}
    .section-three .content .box .image {
        width: calc(100% + 3rem);
        margin-left: -1.5rem;
    }
}