.main-header {
  background-size: contain;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 232px;
  padding-bottom: 260px;
}

@media (max-width: 880px) {
  .main-header {
    padding-bottom: 80px;
    padding-top: 190px;
  }
}

.main-header .main-header-bg {
  width: 100%;
  height: calc(100% - 140px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.main-header .main-header-bg svg {
  width: 100%;
  height: 100%;
  fill: #FFE8AD;
}

@media (max-width: 880px) {
  .main-header .main-header-bg svg {
    width: 240%;
    height: 160%;
    left: -50%;
    position: relative;
  }
}

.main-header .follow-hero {
  top: auto;
  bottom: 260px;
}

.main-header .small-container {
  z-index: 1;
}

.main-header .main-header-circle {
  width: 100px;
  position: absolute;
  right: 200px;
  bottom: 200px;
  fill: #FCC200;
}

.main-header .main-header-circle-blue {
  fill: #BCE4FF;
}

.main-header .main-header-circle:nth-child(2) {
  right: -50px;
  bottom: 170px;
}

.main-header h5 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FCC200;
  margin-bottom: 16px;
}

.main-header.main-header-blue .main-header-bg svg {
  fill: #BCE4FF;
}

.main-header.main-header-blue h5 {
  color: #2EB5BD;
}

.main-header.main-header-blue .main-header-circle-blue {
  fill: #2EB5BD;
}

@media (max-width: 580px) {
  .main-header .follow-hero {
    display: none;
  }
  .main-header .main-header-circle {
    width: 70px;
    position: absolute;
    right: -40px;
    bottom: 40px;
  }
  .main-header .main-header-circle:nth-child(2) {
    display: none;
  }
}

.filters {
  width: 100%;
  max-width: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 60px;
}

.filters > * {
  width: calc(100% / 3 - 10px);
}

.filters > *:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 880px) {
  .filters {
    flex-direction: column;
  }
  .filters > * {
    width: 100%;
  }
  .filters > *:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.cards-grid {
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
}

.cards-grid .card.card-news[data-size="big"], .cards-grid .card.card-news[data-size="full"], .cards-grid .card.card-publication[data-size="big"], .cards-grid .card.card-publication[data-size="full"], .cards-grid .card.card-press[data-size="big"], .cards-grid .card.card-press[data-size="full"] {
  display: flex;
}

.cards-grid .card.card-news[data-size="big"] figure::before, .cards-grid .card.card-news[data-size="full"] figure::before, .cards-grid .card.card-publication[data-size="big"] figure::before, .cards-grid .card.card-publication[data-size="full"] figure::before, .cards-grid .card.card-press[data-size="big"] figure::before, .cards-grid .card.card-press[data-size="full"] figure::before {
  min-height: 470px;
}

.cards-grid .card.card-campaign, .cards-grid .card.card-multimedia {
  min-height: 470px;
}

.video-component {
  width: 100%;
  position: relative;
}

.video-component .video-container {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  pointer-events: all;
}

.video-component .video-container::before {
  content: '';
  display: block;
  padding-bottom: 50%;
}

.video-component .video-container.small .video-button {
  width: 130px;
  height: 130px;
  top: calc(50% - 130px / 2);
  left: calc(50% - 130px / 2);
}

.video-component .video-container.playing iframe, .video-component .video-container.playing video {
  opacity: 1 !important;
}

.video-component .video-container.playing .video-cover, .video-component .video-container.playing .video-button {
  pointer-events: none !important;
}

.video-component .video-container.playing .video-cover {
  opacity: 0;
}

.video-component .video-container.playing .video-button {
  transform: scale(0.2);
  opacity: 0 !important;
}

.video-component .video-caption {
  max-width: 430px;
  display: block;
  margin-top: 23px;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, 0.7);
}

.video-component .video-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.video-component .video-button {
  width: 128px;
  height: 128px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 128px / 2);
  left: calc(50% - 128px / 2);
  z-index: 3;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.video-component .video-button .play-button-shape {
  width: 100%;
  height: 100%;
}

.video-component video, .video-component iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.video-component video {
  height: auto;
}

.video-component iframe {
  height: 100%;
}

.video-component.small .video-button {
  width: 110px;
  height: 110px;
  top: calc(50% - 110px / 2);
  left: calc(50% - 110px / 2);
}

.video-component.no-ratio .video-container {
  height: 100%;
}

.video-component.no-ratio .video-container::before {
  content: none;
  display: none;
}

@media (max-width: 880px) {
  .video-component .video-button {
    width: 110px;
    height: 110px;
    top: calc(50% - 110px / 2);
    left: calc(50% - 110px / 2);
  }
  .video-component .video-caption {
    font-size: 11px;
    line-height: 14px;
    margin-top: 16px;
  }
}

.pagination {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 80px auto;
  margin-bottom: 170px;
  border-top: 1px solid rgba(101, 129, 149, 0.5);
}

.pagination .pagination-dots {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.4;
  margin: 0 27px;
}

.pagination a {
  padding: 7px 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.4;
  position: relative;
  text-align: center;
}

.pagination a:hover {
  opacity: 1;
}

.pagination a.active {
  font-weight: 600;
  opacity: 1;
}

.pagination a.active::before {
  content: '';
  width: 100%;
  height: 3px;
  background: currentColor;
  border-radius: 3px;
  position: absolute;
  top: -2px;
  left: 0;
}

#header-home {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

#header-home::before {
  content: '';
  width: 100%;
  height: calc(100% + 500px);
  background: #E8E3D9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#header-home-left, #header-home-right {
  z-index: 1;
}

#header-home-left {
  width: calc(100% - 550px);
  padding-top: 250px;
  position: relative;
  z-index: 2;
}

@media (max-width: 880px) {
  #header-home-left {
    padding-top: 60vh;
  }
}

@media (max-width: 480px) {
  #header-home-left {
    padding-top: 50vh;
  }
}

#header-home-left #header-title {
  max-width: 580px;
}

#header-home-left .paragraph {
  max-width: 480px;
}

#header-home-right {
  width: 650px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}

#header-home-right img {
  width: 100%;
  max-width: 95vw;
}

@media (max-width: 1000px) and (min-width: 600px) {
  #header-home-right img {
    width: auto;
    max-height: 62vh;
  }
}

#header-home-shape {
  width: 100%;
  height: auto;
}

#header-home-play-button {
  position: absolute;
  top: 52%;
  left: 53%;
  transform: translateX(-50%) translateY(-50%);
}

#header-home-scroll {
  margin-top: 60px;
}

@media (max-width: 880px) {
  #header-home-scroll {
    margin-top: 0;
  }
}

#header-home-logos {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

#header-home-logos .logo {
  margin-bottom: 40px;
}

#header-home-logos .logo img {
  width: auto;
  max-width: 100vw;
}

#header-home-logos .logo:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 880px) {
  #header-home-logos {
    overflow: auto;
    margin-top: 43px;
  }
  #header-home-logos .logo {
    height: 45px;
    margin: 0 12px;
    margin-bottom: 30px;
    opacity: 1 !important;
    transform: none !important;
  }
  #header-home-logos .logo:not(:last-child) {
    margin: 0 12px;
    margin-bottom: 30px;
  }
  #header-home-logos .logo:last-child {
    opacity: 1 !important;
    transform: none !important;
  }
}

#header-home + * {
  z-index: 2;
}

@media (max-width: 880px) {
  #header-home {
    min-height: 100vh;
    height: auto;
    margin-bottom: 90px;
  }
  #header-home #header-shape {
    display: none;
  }
  #header-home .half-container {
    width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
  }
  #header-home .half-container > div {
    width: 100%;
  }
  #header-home .half-container #header-home-right {
    text-align: right;
  }
  #header-home .half-container #header-right {
    position: relative;
    top: 0;
  }
  #header-home .half-container #header-left {
    padding: 60px 20px;
  }
  #header-home .half-container #header-scroll {
    margin-top: 50px;
  }
  #header-home .half-container #header-logos {
    margin-top: 50px;
    justify-content: center;
  }
  #header-home .half-container #header-logos .logo {
    margin: 16px;
  }
  #header-home-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section .section-subtitle {
  display: block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #658195;
}

section .section-title {
  margin-bottom: 60px;
}

@media (max-width: 880px) {
  section .section-title {
    margin-bottom: 30px;
  }
}

#intro-home {
  position: relative;
  background-color: #2EB5BD;
  padding-top: 100px;
  padding-bottom: 160px;
}

#intro-home::before {
  content: '';
  width: 100%;
  height: 74px;
  position: absolute;
  left: 0;
  top: -74px;
  z-index: 0;
  background-image: url(../assets/img/home-intro-top-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

#intro-home-title {
  max-width: 890px;
  margin-bottom: 156px;
}

@media (max-width: 880px) {
  #intro-home-title {
    margin-bottom: 80px;
  }
}

#intro-home-stats {
  display: flex;
}

@media (max-width: 880px) {
  #intro-home-stats {
    flex-direction: column;
  }
}

#intro-home-stats .stat {
  padding: 16px 32px;
  border-left: 1px solid #402154;
  width: calc(100% / 3);
}

@media (max-width: 880px) {
  #intro-home-stats .stat {
    width: 100%;
    margin-top: 32px;
  }
}

#intro-home-stats .stat .title-h3 {
  margin-bottom: 6px;
}

#intro-home-stats .stat small {
  font-size: 32px;
  line-height: 110%;
  font-weight: 600;
}

#initiative-home {
  background-color: #FCC200;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 120px;
}

#initiative-home .paragraph {
  max-width: 780px;
  margin-top: 28px;
}

#initiative-home::before {
  content: '';
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  top: -140px;
  z-index: 0;
  background-image: url(../assets/img/home-initiative-top-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

#initiative-home::after {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -60px;
  background-image: url(../assets/img/home-initiative-bottom-shape.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

#initiative-home-items {
  margin-top: 50px;
  flex-wrap: wrap;
}

#initiative-home-items .item {
  width: 50%;
}

@media (max-width: 64em) {
  #initiative-home-items .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

#initiative-home-items .item .item-image img {
  max-width: 130px;
}

#initiative-home-items .item .item-content {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 60px;
}

#pillars-home {
  padding-top: 170px;
  position: relative;
  z-index: 1;
}

#pillars-home .paragraph {
  max-width: 780px;
  margin-top: 28px;
}

#pillars-home-items {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

#pillars-home-items .item {
  width: calc(100% / 2 - 18px);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  border-radius: 15px;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  will-change: transform;
  position: relative;
}

#pillars-home-items .item::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
  border-radius: 15px;
}
#pillars-home-items .item h4, 
#pillars-home-items .item p{position: relative;z-index: 1}

@media (max-width: 880px) {
  #pillars-home-items .item {
    width: 100%;
  }
}

#pillars-home-items .item.dark * {
  color: white;
}

#pillars-home-items .item .title-h4 {
  max-width: 240px;
}

#pillars-home-items .item .paragraph {
  margin-top: 190px;
  max-width: 270px;
}

#pillars-home-items .item:hover {
  transform: scale(1.04);
}

#countries-home {
  position: relative;
  padding-top: 300px;
  color: white;
  background-color: #402154;
  top: -10vw;
}

@media (max-width: 880px) {
  #countries-home {
    top: -200px;
  }
}

#countries-home::before {
  content: '';
  width: 100%;
  height: 141px;
  position: absolute;
  left: 0;
  top: -141px;
  z-index: 0;
  background-image: url(../assets/img/home-countries-top-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

#countries-home::after {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -56px;
  z-index: 1;
  background-image: url(../assets/img/home-countries-bottom-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

#countries-home .paragraph {
  color: white;
  max-width: 780px;
}

#countries-home .container {
  position: relative;
  z-index: 1;
}

#countries-home-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-top: 80px;
}

#countries-home-items .data {
  width: calc(50% - 22px);
  margin-bottom: 88px;
}

#countries-home-items .data .num {
  display: flex;
  align-items: center;
  font-family: "Source Serif Pro", serif;
  font-size: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 16px;
  margin-bottom: 14px;
}

#countries-home-items .data .num img {
  height: 72px;
  margin-right: 34px;
}

#countries-home-items .data .num small {
  font-size: 40px;
  line-height: 1.2;
  align-self: flex-end;
  margin-left: 0.2em;
}

#countries-home-items .data > small {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media (max-width: 880px) {
  #countries-home-items {
    margin-top: 50px;
    flex-direction: column;
  }
  #countries-home-items .data {
    margin-bottom: 60px;
  }
  #countries-home-items .data .num {
    width: 100%;
  }
}

#commitments-home {
  background-color: #E8E3D9;
  position: relative;
  top: -8vw;
  padding-top: 200px;
  padding-bottom: 150px;
}

@media (max-width: 880px) {
  #commitments-home {
    top: -30vw;
  }
}

@media (max-width: 880px) {
  #commitments-home {
    top: -230px;
  }
}

#commitments-home .commitments {
  gap: 20px;
  margin-top: 64px;
}

@media (max-width: 880px) {
  #commitments-home .commitments {
    flex-wrap: wrap;
  }
}

#commitments-home .commitments .commitment {
  width: 100%;
  display: block;
  padding: 32px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  will-change: transform;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 500px;
}
#commitments-home .commitments-button-next,
#commitments-home .commitments-button-prev{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #402154;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;right: 0;
}
#commitments-home .commitments-button-prev{right: 50px;}
#commitments-home .swiper-button-disabled {opacity: .5;}

#commitments-home .commitments .commitment:hover {
  transform: scale(1.04);
}

@media (max-width: 880px) {
  #commitments-home .commitments .commitment {
    width: 100%;
  }
}

#commitments-home .commitments .commitment::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 19.17%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 86.97%);
  opacity: 0.7;
}

#commitments-home .commitments .commitment-content {
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
}

#commitments-home .commitments .commitment-content .type {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-align: right;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#commitments-home .commitments .commitment-content .play {
  margin-top: 250px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 60px;
}

#commitments-home .commitments .commitment-content .title {
  margin-top: 30px;
  margin-bottom: 0;
}

#commitments-home .text-center {
  margin-top: 70px;
}

#news-home {
  padding: 160px 0;
  background-color: #FCC200;
  background-color: #2EB5BD;
  position: relative;
  top: -30px;
  z-index: 1;
}

#news-home::before {
  content: '';
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  top: -124px;
  z-index: 0;
  background-image: url(../assets/img/home-news-top-shape.svg);

  background-image: url(../assets/img/home-intro-top-shape.svg);

  background-size: cover;
  background-repeat: no-repeat;
  background-color: #E8E3D9;
}

#news-home::after {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 0;
  background-image: url(../assets/img/home-news-bottom-shape-celeste.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

#news-home .news {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}

@media (max-width: 880px) {
  #news-home .news {
    flex-wrap: wrap;
  }
}

#news-home .news .news-item {
  width: calc(100% / 3 - 10px);
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

@media (max-width: 880px) {
  #news-home .news .news-item {
    width: 100%;
  }
}

#news-home .news .news-item:hover {
  transform: scale(1.04);
}

#news-home .news .news-item-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}

#news-home .news .news-item-content {
  background-color: white;
  padding: 30px;
  height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
}

#news-home .news .news-item-content .header {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

#news-home .news .news-item-content .title {
  margin-top: 16px;
  margin-bottom: 8px;
}

#news-home .news .news-item-content .simple-button {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: auto;
}

#news-home .news .news-item-content .simple-button svg {
  margin-left: 16px;
}
#news-home .news .news-item:hover{
  box-shadow: 0px 16px 32px 0px #0000001A;
}

#news-home .text-center {
  margin-top: 70px;
}

.secondary-button {
  color: #402154;
  border: 1px solid #402154;
  padding: 16px 32px;
  border-radius: 200px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  will-change: transform;
}

.secondary-button:hover {
  transform: scale(1.04);
}


#about-articles {
  background-color: #FCC200;
  padding: 80px 0;
  position: relative;
  top:-8vw;
}

/* #about-articles::before {
  content: '';
  width: 100%;
  height: 118px;
  top: -67px;
  z-index: 2;
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/about-articles-top.svg);
  background-size: cover;
  background-position: center;
} */

#about-articles::after {
  content: '';
  width: 100%;
  height: 57px;
  z-index: 8;
  top: calc(100% - 15px);
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/about-footer-top.svg);
  background-size: cover;
  background-position: center;
}

#about-articles .news {
  max-width: 780px;
  padding: 0 16px;
  margin: auto;
  margin-top: 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

@media (max-width: 880px) {
  #about-articles {top:-220px}
  #about-articles .news {
    grid-template-columns: repeat(1, 1fr);
  }
  #about-articles::after {
    height: 160px;
    background-color: #FCC200;
  }
}

#about-articles .news .news-item {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  display: flex;
  flex-direction: column;
}

#about-articles .news .news-item:hover {
  transform: scale(1.04);
}

#about-articles .news .news-item-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}

#about-articles .news .news-item-content {
  background-color: white;
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#about-articles .news .news-item-content .header {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

#about-articles .news .news-item-content .title {
  margin-top: 16px;
  margin-bottom: 8px;
}

#about-articles .news .news-item-content .simple-button {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

#about-articles .news .news-item-content .simple-button svg {
  margin-left: 16px;
}

#about-articles .news .news-item:hover{
  box-shadow: 0px 16px 32px 0px #0000001A;
}
