/* MAIN CONTENT INFO */

main .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .div-content-text h2 {
  font-weight: 700;
  font-size: 40px;
}

main .div-content-text h3 {
  font-weight: 300;
  font-size: 20px;
}

main .div-content-text h2,
main .div-content-text h3 {
  color: var(--color-white);
  font-family: "Work Sans";
}

/* MEDIA QUERIES  */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  main {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  main .container .row img {
    width: 100%;
    margin-top: 20px;
  }

  main .div-content-text h2 {
    font-size: 24px;
    text-align: center;
  }

  main .div-content-text h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  main {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  main .container .row img {
    width: 300px;
  }

  main .div-content-text h2 {
    font-size: 24px;
    text-align: center;
  }

  main .div-content-text h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 320px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
