.ebook-section {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	padding: 50px 0;
}

.ebook-section .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.ebook-section .ebook-left {
	width: 50%;
}

.ebook-section .ebook-right {
	width: 45%;
}

.ebook-section .ebook-right h2{
	font-size: 55px;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.03em;
}

.ebook-section .ebook-image img {
	transition: all 0.3s ease;
}

.ebook-section .ebook-image:hover img {
	transform: scale(1.1);
}

@media (max-width: 1199px) {
    .ebook-section .ebook-right {
    	width: 50%;
    }
}

@media (max-width: 992px) {
	.ebook-section .ebook-right h2{
		font-size: 35px;
	}
}

@media (max-width: 767px) {
    .ebook-section .ebook-left {
    	width: 100%;order: 2;
    }

    .ebook-section{
    	padding: 0;
    }

    .ebook-section .ebook-right {
    	width: 100%;
    	order: 1;
    	text-align: center;
    	margin-bottom: 30px;
    }

    .ebook-section .ebook-image {
    	max-width: 360px;
    	margin: 0 auto 30px;
    }

    .ebook-section{
    	padding: 30px 0
    }
}

@media (max-width: 640px) {
	.ebook-section .ebook-right h2{
		font-size: 30px;
	}
}
