



h2{
    font-size: 150%;
    color: #2947AC;
    font-weight: bold;
    margin-bottom: 0;
    border:1px solid #cccccc;
    padding: 7px 5px 7px 5px;
	background: #efefef;
    border-bottom: 2px solid #2c6306;
}
.card-info{
    font-family: Roboto, Helvetica, Georgia, verdana, tahoma, arial;
	font-size: 14px;
	line-height: 15px;
	width: 45%;
	margin: 10px;

}

.card-info h2{
	font-family: Roboto, Helvetica, Georgia, verdana, tahoma, arial;
	font-size: 150%;
	color: #2947AC;
	font-weight: bold;
	border-bottom: 2px solid #2c6306;
	padding: 7px 5px 7px 5px;
	background: #efefef;
	margin: 0px;
}
.card-info p{
	font-family: Roboto, Helvetica, Georgia, verdana, tahoma, arial;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding: 8px 5px;
	/*height: 225px;*/
}
#tab-section{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    width: 100%;
    /*border: 1px solid #ccc*/
}
/* Style the tab */
.tab-heading {
    /* float: right; */
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 25%;
    /* height: 300px; */
}
.tab-details{
    width: 75%;
}
/* Style the tab content */
.tabcontent {
	/* float: left; */
	padding: 0px 12px;
	/* border: 1px solid #ccc; */
	/* width: 74%; */
	border-right: none;
	/* height: 300px; */
}
/* Style the buttons inside the tab */
.tab-heading button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 12px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab-heading button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab-heading button.active {
    background-color: #ccc;
}


* {
  box-sizing: border-box;
}

/* Create one column  */
.single-column {
  float: left;
  width: 100%;
  padding: 5px;
  /*height: 300px;*/ /* Should be removed. Only for demonstration */
}

@media only screen and (min-width: 1010px) {

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 5px;
  /*height: 300px;*/ /* Should be removed. Only for demonstration */
}
}

@media only screen and (max-width: 1010px) {

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
  padding: 5px;
  /*height: 300px;*/ /* Should be removed. Only for demonstration */
}
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}      

 .home-subtitle-section p{
	font-size: 100%;
	color: black;
	font-weight: bold;
}
