@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  margin: 0; }

.container {
  max-width: 1100px;
  margin: 0 auto; }

#logo .logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  #logo .logo img {
    max-width: 100%; }
#logo h1 {
  font-size: 25px;
  color: #3e3e40;
  font-weight: 400;
  font-family: "Montserrat";
  margin-top: 0; }
  #logo h1 strong {
    font-weight: 700; }

#title {
  margin-bottom: 100px; }
  #title h2 {
    font-size: 43px;
    line-height: 1.5;
    color: #3e3e40;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center; }

#content .wrapper {
  display: flex;
  flex-wrap: wrap; }
#content .one-info {
  width: 50%;
  margin-bottom: 40px; }
  #content .one-info:nth-child(even) {
    padding-left: 130px;
    width: calc(50% - 130px); }
  #content .one-info h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #3e3e40;
    font-weight: 700;
    font-family: "Montserrat"; }
  #content .one-info p {
    font-size: 18px;
    line-height: 1.5;
    color: #3e3e40;
    font-weight: 400;
    font-family: "Montserrat";
    margin-top: 0;
    margin-bottom: 5px; }

#footer p {
  font-size: 18px;
  line-height: 1.5;
  color: #3e3e40;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center; }

@media (max-width: 575px) {
  .container {
    max-width: calc(100% - 30px); }

  #logo .logo img {
    max-width: 70%; }
  #logo .logo h1 {
    font-size: 16px; }

  #title {
    margin-bottom: 30px; }
    #title h2 {
      font-size: 18px; }

  #content .one-info {
    width: 100%;
    margin-bottom: 20px; }
    #content .one-info:nth-child(even) {
      padding-left: 0px;
      width: 100%; }
    #content .one-info h3, #content .one-info p {
      font-size: 16px; }

  #footer p {
    font-size: 15px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px; }

  #logo .logo img {
    max-width: 70%; }
  #logo .logo h1 {
    font-size: 20px; }

  #title {
    margin-bottom: 30px; }
    #title h2 {
      font-size: 22px; }

  #content .one-info {
    width: 55%;
    margin-bottom: 20px; }
    #content .one-info:nth-child(even) {
      padding-left: 50px;
      width: calc(45% - 50px); }

  #footer p {
    font-size: 17px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px; }

  #logo .logo img {
    max-width: 70%; }

  #title {
    margin-bottom: 50px; }
    #title h2 {
      font-size: 30px; }

  #content .one-info {
    width: 55%; }
    #content .one-info:nth-child(even) {
      padding-left: 50px;
      width: calc(45% - 50px); } }
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 940px; }

  #title h2 {
    font-size: 38px; }

  #content .one-info {
    width: 55%; }
    #content .one-info:nth-child(even) {
      padding-left: 50px;
      width: calc(45% - 50px); } }

/*# sourceMappingURL=main.css.map */
