body {
  font-family: "Raleway", sans-serif;
}
header {
  width: 100%;
  display: flex;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.img_container {
  width: 100%;
  height: 400px;
}
header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h1 {
  font-family: raleway;
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: 5%;
  color: #000;
}
h4 {
  margin-left: 5%;
  font-size: 1.5em;
  color: #c4c4c4;
  width: 70%;
}
header p {
  margin-top: 1em;
  margin-left: 5%;
  width: 80%;
}

.section_quote {
  margin-top: 3em;
  padding: 3em;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.quote_graphic {
  font-size: 4em;
  font-family: "Passion One", cursive;
  margin-left: 10%;
}
.quote_left {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  margin-right: 10%;
}
.quote_text {
  font-size: 1.7em;
}
.quote_sign {
  font-size: 1.3em;
  align-self: flex-end;
  margin-top: 2em;
}

.section_hosting {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10%;
  margin-bottom: 10%;
}
.section_hosting article {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.section_hosting h2 {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  color: #a4a4a4;
  margin-bottom: 5%;
  font-weight: 600;
}
.section_hosting h3 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 5%;
}
.section_hosting p {
  color: #a4a4a4;
  font-size: 0.9em;
}

.section_hosting aside {
  width: 55%;
  height: 400px;
}
.section_hosting img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.section-countries {
  margin-top: 50px;
}

.section-countries-tabs {
  text-align: center;
}
.section-countries-tabs > label:first-child {
  margin-right: 6%;
}
.section-countries-tabs > label {
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #c4c4c4;
  font-weight: normal;
  padding-bottom: 10px;
  margin: 0;
}

.section-countries-bar {
  margin-top: -3px;
  width: 100%;
  height: 3px;
  background-color: #f7f7f7;
}

.section-countries-tab-selected {
  color: black !important;
  border-bottom: 3px solid black;
}

.section_tell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form_btn {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  color: #fff;
  background: #dc5f40;
  border: none;
  border-radius: 5px;
  outline: none;
  margin-bottom: 5%;
  text-align: center;
}
.form_btn:hover {
  color: white;
}
@media (max-width: 1024px) {
  .img_container {
    width: 100%;
    height: 300px;
  }
  h1 {
    font-family: raleway;
    font-size: 1.8em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    margin-left: 5%;
    color: #000;
  }
  h4 {
    margin-left: 5%;
    font-size: 1.3em;
    color: #c4c4c4;
    width: 70%;
  }
  .section_quote {
    margin-top: 2em;
    padding: 1em;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .quote_text {
    font-size: 1em;
  }
  .section_hosting {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .section_hosting article {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 5%;
    margin-right: 5%;
  }
  .section_hosting h2 {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.2em;
    color: #a4a4a4;
    margin-bottom: 5%;
    font-weight: 600;
    margin-top: 5%;
  }
  .section_hosting h3 {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 5%;
  }
  .section_hosting p {
    color: #a4a4a4;
    font-size: 0.9em;
  }

  .section_hosting aside {
    width: 90%;
    height: 300px;
    order: -1;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .section_hosting img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .form_btn {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    color: #fff;
    background: #dc5f40;
    border: none;
    border-radius: 5px;
    outline: none;
    margin-bottom: 5%;
    text-align: center;
  }
}
