.mw-area {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: row;
  gap: 30px;
  margin: 20px 0;
}
#mw-home-container {
  min-width: 1000px;
  max-width: 1200px;
  margin: 0px auto 20px auto;
  display: flex;
  flex-direction: column;
}
.mw-area:empty {
  display: none !important;
}

.authors-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 1200px;
}

.ton-author {
  display: flex;
  flex-direction: row;
  gap: 45px;
}
.ton-author-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

#mw-home-container .ton-author-info {
  padding-top: 30px ;
}
.ton-author-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
}
.ton-author-info h2 {
  font-size: 40px;
  line-height: 16px;
  letter-spacing: 0.32px;
  color: #00529e;
  font-family: "NunitoSans-ExtraBold";
}
.ton-author-info h3 {
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  font-family: "NunitoSans-Regular";
}
.ton-author-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.ton-author-email,
.ton-author-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ton-author-email div,
.ton-author-phone div {
  display: flex;
  flex-direction: column;
}
.ton-author-email span,
.ton-author-phone span {
  font-family: "NunitoSans-ExtraBold";
  font-size: 14px;
  line-height: 18px;
  color: #00529e;
}
.mw-maisLidas__article {
  border-bottom: 1px solid #6c6c6c40;
  padding-bottom: 25px;
  align-items: center;
}
.mw-maisLidas__article:last-of-type {
  border-color: transparent;
}

.mw-maisLidas__article>figure>img {
  object-fit: cover;
  width: inherit;
  border-radius: 8px;
}

.ton-author-mobi{
  display: none;
}
.mw-SuiteDestaque a figure .chapeu-widget {
  padding: 4px 10px;
}
.mw-SuiteDestaque a figure {
  width: 100%;
  height: 230px;
  position: relative;
  min-height: 230px;
}

@media (max-width: 768px) {
  .authors-container {
    flex-direction: column;
    justify-content: start;
    gap: 60px;
  }
  
}
@media (max-width: 500px) {
  #mw-home-container {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto;
    min-width: unset;
  }

  .ton-author-mobi {
    display: flex;
    flex-direction: column;
  }
  .ton-author {
    display: none;
  }
  .mw-area.mw-area-mobi {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
  }
  .ton-author-image {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    object-fit: cover;
  }
  #mw-home-container .ton-author-info {
    padding-top: 0px ;
  }
  .ton-author-info {
    flex-direction: row;
  }
  .ton-author-info h2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.19px;
  }
  .ton-author-info h3 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.28px;
  }
  .ton-author-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
  .ton-author-email span,
  .ton-author-phone span {
    font-family: "NunitoSans-ExtraBold";
    font-size: 12px;
    line-height: 18px;
    color: #00529e;
  }
  .ton-author-mobi h3 {
    margin-top: 22px;
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    font-family: "NunitoSans-Regular";
  }
  .maislidas-wrapper {
    flex-direction: column;
}
}
