html {
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 1.5; }

.container {
  display: flex;
  flex-direction: column;
  align-items: center; }

img {
  margin-top: 35px;
  max-width: 300px; }

a {
  font-weight: bold;
  text-decoration: none;
  color: #CBB313; }

h1 {
  font-size: 32px; }

h2 {
  margin-top: -40px;
  background-color: #FFFFFF;
  border: 1px solid #B8B7B7;
  border-bottom: 4px solid #EDD63A;
  width: 30px;
  padding: 10px; }

.description {
  margin: 0px 20px 50px 20px;
  font-size: 20px;
  text-align: center;
  line-height: 35px; }
  @media only screen and (min-width: 768px) {
    .description {
      margin: 0px 20px 80px 20px; } }

.services {
  display: grid;
  grid-gap: 30px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .services {
      max-width: 1080px;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 40px;
      margin-bottom: 50px; } }

.service {
  box-shadow: 0px 5px 10px #DDDDDD;
  background-color: #FFFFFF;
  border: 1px solid #B8B7B7;
  padding: 25px 25px 25px 25px;
  margin: 0px 20px; }
  @media only screen and (min-width: 768px) {
    .service {
      padding: 20px 20px 0px 20px;
      margin: 0px; } }
  .service ul {
    list-style: none;
    padding-inline-start: 20px; }
    .service ul li {
      margin-bottom: 20px; }
      .service ul li::before {
        content: "\25E5";
        color: #EDD63A;
        font-weight: bold;
        display: inline-block;
        width: 20px;
        margin-left: -20px; }

#border {
  position: relative;
  width: auto;
  display: none; }
  @media only screen and (min-width: 768px) {
    #border {
      display: block; } }

#first-color {
  background-color: #EDD63A;
  display: inline-table;
  height: 6px;
  width: 51%;
  left: 0px;
  background-repeat: repeat-x;
  position: absolute; }

#second-color {
  background-color: #CBB313;
  display: inline-table;
  height: 6px;
  width: 50%;
  right: 0px;
  background-repeat: repeat-x;
  position: absolute; }

.border-swap #first-color {
  right: 0px;
  left: auto; }

.border-swap #second-color {
  left: 0px;
  right: auto; }

.border-top {
  width: 100%;
  height: 6px;
  background-color: #EDD63A; }

.copyrights {
  margin-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
  text-align: center; }

.language-switcher {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 15px; }

.language a {
  padding: 10px;
  color: #000000; }
  .language a.active {
    color: #CBB313;
    text-decoration: underline; }
  .language a:hover, .language a:active, .language a:focus {
    text-decoration: underline; }
