﻿.planes_header {font-size: 22px; font-weight: 700;}
.planes_img {width: 49%; float: left; margin: 1% 0 1% 1%;}
.planes_main_img {width: 30%; float: left;}
.planes_content {width: 70%; float: right; background-color: rgba(255, 255, 255, 0.8); padding: 0 10px;}
@media only screen and (max-width: 1280px) {
.planes_img {width: 100%; float: left;}
}
@media only screen and (max-width: 1000px) {
.planes_img {width: 100%; float: left;}
.planes_content {width: 100%; background-color: rgba(255, 255, 255, 0.8); float: left;}
}

