
@media only screen and (max-width: 900px) {
	.header-left {
		width: 100% !important;
		position: relative !important;
	}
    .header-right{
        width: 100% !important;
        float: left !important;
    }
}

.header-right {
	width: 75%;
	padding-left: 20px;
	min-height: 660px;
	float: right;
	letter-spacing: 0.025em;
	line-height: 1.6;
}


.header-left {
	position: fixed;
	width: 25%;
	background-color: #00b300;
	height: 100vh;
	min-height: 660px;
	float: left;
}
.cont-2 {
	margin-top: 40px;
}
.img img{
	width:75%;
	max-width: 250px;
}
.textAbout{
	color: white;
	font-size: 20px;
}
.divImg{
	margin-top: 80px;
}
.secure{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #ff5050;
	color:white;
	width:100%;
	text-align: center;
}
.icons a{
	color:white;
}
.titleText{
	color:#00b300;
	text-decoration: bold;
	font-size:18px;
}
.icon{
	fill:white;
}
.divImg table{
	margin-top: 80px;
	margin: auto;
}
td{
	padding:5px;
	color:white;
	font-family: courier;
	font-size: 14px;
}
td a, .secure a{
	color: white;

}
td a:hover{
	color:white;
}
li{
	color:#00b300;
}
li span{
	color: black;
}
.badge{
	font-size: 10px;
}