main {
  margin-top: 80px;
}

section {
  margin-bottom: 140px;
}

.hero {
  position: relative;
}
.body-index::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  transform: translateY(616px);
  height: 48px;
  background: url(../images/decor-large-icon.svg) repeat-x;
  overflow: hidden;
}

.hero-container {
  display: flex;
  flex-direction: row;
  gap: 28px;
  max-height: 513px;
}
.hero-main {
  display: flex;
  flex-direction: column;
  gap: 140px;
  max-width: 492px;
}

h1,
h2 {
  font-family: Oswald;
  font-size: 62px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2c332f;
}
.hero-txt p {
  margin-top: 40px;
  font-family: Ubuntu;
  font-weight: normal;
}
strong {
  color: #3596ed;
}

.hero-button-text {
  font-family: Ubuntu;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
}

.hero-button {
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 16.875rem;
  height: 57px;
  color: white;
  background-color: #3596ed;
}

.hero-img {
  display: flex;
  flex-direction: row;
  max-width: 43.75rem;
  max-height: 32.0625rem;
  position: relative;
}

.hero-choose {
  position: absolute;
  padding: 22px;
  background-color: hwb(0 100% 0% / 0.9);
  color: #2c332f;
  border: 1px solid hsl(150, 2%, 33%);
  text-align: center;
  font-family: Ubuntu;
  font-weight: normal;

  right: 275px;
  top: 40px;
}

.last-news {
  position: relative;
  width: 1220px;
  justify-self: center;
}

.h2-last-news {
  font-size: 48px;
}

.container-last-news {
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  gap: 28px;
}

.card {
  display: flex;
  flex-direction: column;
  width: 284px;
  height: 342px;
  margin-top: 40px;
  justify-items: left;
  justify-content: left;
  border: 1px solid #d3cbd9;
  transform: translateX(-12px);
}

.card-img {
  width: auto;
  height: 203px;
}

.card-txt {
  margin-top: 20px;
  margin-bottom: 12px;
  padding-left: 20px;
}
