.news-screen {
  width: 2160px;
  height: 7868px;
  display: flex;
  background-color: #ffffff;
  padding: 140px;
}

.news-screen .frame {
  display: flex;
  z-index: 1;
  width: 1880px;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 160px;
}

.news-screen .frame-2 {
  display: flex;
  width: 1880px;
  align-items: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.news-screen .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.news-screen .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--font-family-heading);
  font-weight: 700;
  color: var(--primary);
  font-size: 100px;
  letter-spacing: 0;
  line-height: 120.0px;
}

.news-screen .p {
  position: relative;
  align-self: stretch;
  font-family: var(--font-family-primary);
  font-weight: 500;
  font-style: italic;
  color: var(--subheader-text);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
}

.news-screen .element {
  position: relative;
  width: 500px;
  height: 500px;
  aspect-ratio: 1;
}

.news-screen .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.news-screen .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.news-screen .frame-wrapper {
  display: flex;
  width: 586px;
  height: 250px;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: var(--shadow-main);
}

.news-screen .frame-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.news-screen .vector {
  position: relative;
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
}

.news-screen .frame-7 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.news-screen .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--font-family-primary);
  font-weight: 700;
  color: var(--header-text);
  font-size: 48px;
  letter-spacing: 0;
  line-height: 57.6px;
}

.news-screen .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  font-family: var(--font-family-primary);
  font-weight: 500;
  color: var(--subheader-text);
  font-size: 28px;
  letter-spacing: 0;
  line-height: 33.6px;
}

.news-screen .vector-2 {
  width: 138px;
  aspect-ratio: 1.38;
  position: relative;
  height: 100px;
}

.news-screen .frame-8 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.news-screen .vector-3 {
  width: 75px;
  aspect-ratio: 0.75;
  position: relative;
  height: 100px;
}

.news-screen .frame-9 {
  display: flex;
  flex-direction: column;
  width: 323px;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
}

.news-screen .photos {
  position: relative;
  width: 1880px;
  flex: 0 0 auto;
}

.news-screen address {
  font-style: normal;
}