.content_home {
  margin-left: 160px;
  width: 400px;
  font-size: 1em;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;}
td {
  border-style: solid;
  border-width: 0px;
  padding: 0px;
}

h1 {
  margin: 0em;
  padding-top: 0.3em;
  /* margin-top: 5px; */
	font-size: 2.8125em;
	/* font-size: 3.4375em; */
  /* margin-bottom: 30px; */  
}

h2
{
	font-size: 1.84em;
  margin: 0em;
  margin-bottom: 0.1em;
  letter-spacing: 0.25em;
}

.dh2 {
	font-size: 2em;
  margin-bottom: 20px;
  letter-spacing: 6px;
  padding-top: 1.5em;
}
 .info1 {
  /* font-size: 1.4em; */
  font-size: 1.125em;
  /* margin: 1px; */
  padding: 0.4em;
  /* padding: 6px; */
  color: blue;
  border: 1px solid orange;
 }
 .info11 {
  font-size: 1.125em;
  padding: 0.4em;
  margin-top: 5em;
  margin: 1px;
  color: darkred;
  border: 2px solid red;
 }
 .info2 {
	font-size: 18px;
  width: 400px;
  margin-top: 20px;
  color: green;
 }
 .info3 {
	font-size: 18px;
  width: 400px;
  margin-top: 20px;
  color: blue;
 }
.d1 {
  padding-top: 0.3em;
	font-size: 2.8125em;
  }
.d2 {
	font-size: 1.84em;
  margin-bottom: 0.1em;
  letter-spacing: 0.25em;
  }
.d7 {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  letter-spacing: 0.08em;
  /* padding-top: 0.3em; */
  /* margin-top: 5px; */
	font-size: 1.43em;
	/* font-size: 3.4375em; */
  }
.d3 {
	font-size: 1.4em;
	/* font-size: 1.5em; */
  margin-bottom: 0.833em;
  /* margin-bottom: 13px; */
  letter-spacing: 0.0833em;
  }
.d4 {
	/* font-size: 1.5em; */
	font-size: 1.375em;
  letter-spacing: 0.1733em;
  }
.d5 {
	font-size: 0.9375em;
  letter-spacing: 0.0047em;
  margin-bottom: 20em;
  /* margin-bottom: 300px; */
  }
.d6 {
	/* font-size: 1.375em; */
	font-size: 1.1875em;
  letter-spacing: 0.125em;
  }
.d61 {
	/* font-size: 1.375em; */
	font-size: 1.125em;
  letter-spacing: 0.17em;
  }
.tab11 {
  font-size: 1.125em;
  margin: auto;
  text-align: left;
}
.tab11 th {
   font-size: 1.2em;  
   text-align: center;
   padding-bottom: 0.5em;
}

.tab11 tr td:first-of-type {
  text-align: right;
}

@media screen and (max-width: 600px) {
 .content_home {
   font-size: 4vw; 
    margin-left: 0px;
    width: 100%;
  }
  
.dh2 {
  padding-top: 0em;
}

  .d1 { 
    margin-top: 0vw; 
  }
  .d7 {
    letter-spacing: 0.06em;
    }
  
  .d5 {
    margin-bottom: 17em;
    }

} 