﻿.column10 {
    float: left;
    width: 70%;
    padding: 10px;

}
.column11 {
    float: left;
    width: 30%;
    padding: 10px;

}

/* Clear floats after the columns */
.row10:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column10 {
        width: 100%;
    }
 .column11 {
        width: 100%;
    }
}
.row10{
	width: 95%;
	margin: auto;
	background: linear-gradient(#86a8e0,white);
}

.main1{
	width: 100%;
	}
.webp {
	margin-left: 2.5%;
}
.column10 {
    float: left;
    width: 70%;
    padding: 10px;

}
.column11 {
    float: left;
    width: 30%;
    padding: 10px;

}

/* Clear floats after the columns */
.row10:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column10 {
        width: 100%;
    }
 .column11 {
        width: 100%;
    }
}
.row11{
	width: 95%;
	margin: auto;
	background: linear-gradient(white,#86a8e0);
}


.column10c {
    float: left;
    width: 33.3%;
    padding: 10px;

}

/* Clear floats after the columns */
.row10c:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column10c {
        width: 100%;
    }
 .column11 {
        width: 100%;
    }
}
.row10c{
	width: 95%;
	margin: auto;
	background: linear-gradient(white,#86a8e0);
}



