/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

#custom_html-2, #custom_html-3 {
    float: right;
}

#custom_html-2 .elementor-col-75, #custom_html-3 .elementor-col-75 {
	width:75%;
}

#custom_html-2 .elementor-col-25, #custom_html-3 .elementor-col-25 {
	width:25%;
}
#custom_html-2 .elementor-widget-container, #custom_html-3 .elementor-widget-container{
    text-align: right;
    padding-right: 20px;
}
#custom_html-2 h2, #custom_html-3 h2{
    color: #00247B;
    font-size: 26px;
	font-weight: 800;
	
}
#custom_html-2 h3, #custom_html-3 h3{
    color: #00247B;
    font-size: 23px;
	padding-top: 15px;
	font-weight: 800;
}

@media screen and (max-width: 1440px) and (min-width: 1281px) {
	#media_image-3, #media_image-5 {
		max-width : 300px;
	}
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
	#media_image-3, #media_image-5 {
		max-width : 250px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
	#media_image-3, #media_image-5{
		max-width : 200px;
	}
}


@media (max-width: 768px){
	#custom_html-2 h2, #custom_html-3 h2{
		font-size: 22px;
	}
	#custom_html-2 h3, #custom_html-3 h3{
		font-size: 20px;
	}
}

@media (max-width: 320px){
	#custom_html-2 h2, #custom_html-3 h2{
		font-size: 18px;
	}
	#custom_html-2 h3, #custom_html-3 h3{
		font-size: 17px;
	}
}