.content{padding: 30px 0;}
.content .container{align-items: center;}
.content .image {padding-right: 10%;}
.content h1 {font-weight: 700;font-size: 2.8em;margin-bottom: 60px;text-align: right;}
.content p{line-height: 1.3em;padding-bottom: 40px;direction:rtl;text-align: justify;}

@media only screen and (max-width: 1440px){
	.content h1 {font-size: 2.4em;}
}

/* Laptop */
/* Tablet */
@media only screen and  (max-width: 991px) {
}

/* Mobile default */
@media only screen and (max-width: 767px){
	.topo figure img{width: 200%;max-width: 200%;margin-left: -50%;}
	.content .image {padding-right: 0;}
}

@media only screen and (max-width: 599px){
	.content {padding: 0;}
	.content figure.wp-block-image.size-full {width: 90%;margin: 0 auto 35px;}
	.content .image {padding-right: 0;}
	.content h1 {text-align: center;}
	.content p {text-align: center;}
}
