.maint-block{
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
}
.maint-image{
    flex: none;
    margin-top: 70px;
}
.maint-text p{
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    max-width: 625px;
}
@media only screen and (max-width: 1024px) {
    .maint-text p{
	font-size: 21px;
	max-width: 100%;
    }
    .maint-block {    
	flex-direction: column;
    }
    .maint-image {	
	text-align: center;
	margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .maint-text p{
	font-size: 14px;
    }
}