.top_section {
  z-index: 10;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.top_section .text_container {
  display: flex;
  flex-wrap: wrap;
}

.top_section .text_container .text_box {
  transform: translateY(-15%);
  border: 2px solid white;
  padding: 2rem;
  width: 100%;
  box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.5);
}

.top_section .text_container .text_box p {
  font-family: "Lexend";
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  text-align: justify;
}

.top_section .topSectionTitle {
  font-family: "Lexend";
  font-weight: 800;
  font-size: 4rem !important;
  color: white;
  margin: 10rem auto 5rem auto;
}

.top_section .uzletagak {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.top_section .uzletagak .icon_box {
  width: 20rem;
  height: 20rem;
  margin: auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  border: 3px solid white;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.5);
}

.top_section .uzletagak .icon_title {
  width: 100%;
  font-family: "Lexend";
  font-size: 1.75rem;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-top: 3.5rem;
}

.top_section .uzletagak .icon_box svg {
  fill: white !important;
}

.second_section {
  min-height: 50vh;
  padding-bottom: 15rem;
  display: flex;
  align-items: center;
  background-size: cover;
}

.second_section .text_container {
  background: rgba(255, 255, 255, 0.35);
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.5);
  position: relative;
  display: flex;
  justify-content: center;
  width: 75%;
  margin: auto auto;
}

.second_section .text_container .text_box {
  padding: 0;
  padding-top: 5rem;
  margin-bottom: 5rem;
}
.second_section .text_container .text_box h2 {
  margin: 3rem auto;
  font-family: "Lexend";
  font-weight: 800;
  font-size: 4rem;
  color: white;
  border-left: 0.8rem solid white;
  margin-left: 2rem;
  padding: 2rem 4rem;
  text-transform: uppercase;
}
.second_section .text_container .text_box .paragraph {
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 1rem;
  text-align: center;
}
.second_section .text_container .text_box .paragraph p {
  font-family: "Roboto";
  font-size: 1.75rem;
  font-weight: 400;
  color: white;
  text-align: justify;
  display: block;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .top_section {
    margin-top: 25rem;
  }

  .top_section .topSectionTitle {
    margin: 5rem auto;
  }

  .top_section .uzletagak {
    grid-template-columns: 1fr;
  }

  .second_section .text_container .text_box h2 {
    font-size: 3rem;
    color: white;
    border-left: 0.4rem solid white;
  }

  .second_section .text_container .text_box .paragraph {
    padding-top: 3rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    text-align: center;
  }
  .second_section .text_container .text_box .paragraph p {
    font-family: "Roboto";
    font-size: 1.25rem;
  }
}
