body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Flex", sans-serif;
}

  a {
    text-decoration: none;
    color: black;
}

.text {
  text-align: justify;
  text-justify: inter-word;
  max-width: 38ch;
  margin: 0 auto;
  }

.roboto-text {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.raleway-heading {
  font-family: "Raleway", sans-serif;
}

.third-width {
  aspect-ratio: auto 1/2;
}

.bits,
.bits  a {
  color: white;
  text-align: center;
  background-color: black;
  padding-top: 10px;
  padding-bottom: 10px
}

@media screen and (max-width: 319px) {

  .main {
    width: 100%;
    margin: 0 5px;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.logo {
  max-width: 80%;
}

.wrapper {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.raleway-heading {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  /* font-size: 6vw; */
  font-weight: 600;
  font-style: normal;
  margin: 10px auto;
}

.flex-images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

  .third-width {
    margin: 0 auto;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .hide {
    display: none;
  }

  .roboto-text {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
  }

}

@media screen and (min-width: 320px) and (max-width: 600px) {

  .main {
    width: 100%;
}

.logo {
  max-width: 80%;
  height: auto;
}

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

  .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
  }

  .roboto-heading {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    margin: 10px auto;
  }

  .third-width {
    margin: 0 auto;
    width: 100%;
    height: 317px;
    object-fit: cover;
  }

.hide {
  display: none;
}

}

@media screen and (min-width: 450px) and (max-width: 600px) {

  .main {
    width: 100%;
}

.logo {
  max-width: 400px;
  height:auto;
}

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

  .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
  }

  .roboto-heading {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    margin: 10px auto;
  }

.flex-images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

  .third-width {
    margin: 0 auto;
    width: 50%;
    height: auto;
    object-fit: cover;
  }

  .display-sm {
    display: block;
  }
}

@media screen and (min-width: 601px) and (max-width: 900px) {

  .main {
    width: 100%;
}

  .logo {
    max-width: 400px;
    height: auto;
  }

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

  .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
  }

  .flex-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .third-width {
    margin: 0 auto;
    width: 33.3%;
    height: auto;
    object-fit: cover;
  }

  .roboto-heading {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    margin: 10px auto;
  }

  .text {
    text-align: left;
    max-width: 44ch;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px) {
 
  .main {
    max-width: 1000px;
    margin: 0 auto;
}
 
  .logo {
    max-width: 500px;
    height: auto;
  }

  .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
  }

  .roboto-heading {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    margin: 10px auto;
  }

  .flex-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .third-width {
    margin: 0 auto;
    width: 33.3%;
    height: auto;
 }
 
}