 
:root {
--title_color:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.overview_box {
 color: rgb(61, 61, 61);
 font-size: 20px;
 font-weight: 300;
 line-height: 2rem;
 padding: 50px 0px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1220px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.overview_box h2 {
 color: var(--title_color);
 font-size: 3rem;
 line-height: 62px;
 font-weight: 700;
 margin: 34px 0px;
 }
.overview_box p, .overview_box li {
 margin: 24px 0px;
 }
.overview_box .content > :last-child {
 margin-bottom: 0px;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){

.overview_box {
 font-size: 0.9rem;
 line-height: 1.5rem;
 padding: 2rem 0px !important;
 }
.content {
 padding: 0px 1.2rem;
 }
.overview_box h2 {
 font-size: 22px;
 line-height: 1.5;
 margin: 1.5rem 0px 1rem;
 }
.overview_box p {
 margin: 1rem 0px;
 }
}
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.overview_box h3 {
 color: var(--title_color);
 font-size: 30px;
 line-height: 40px;
 font-weight: 700;
 margin: 75px 0px 26px;
 }
.overview_box img {
 max-width: 100%;
 height: auto;
 display: block;
 margin: 34px 0px;
 }
 
@media screen and (max-width: 786px){

.overview_box {
 font-size: 0.9rem;
 line-height: 1.5rem;
 padding: 2rem 0px !important;
 }
.overview_box h3 {
 font-size: 18px;
 line-height: 1.5;
 margin: 1.2rem 0px;
 }
.overview_box img {
 margin: 20px 0px;
 }
}