.culture__content {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 40px;
}
.culture__title {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 82px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: -0.02rem;
  text-align: center;
  color: rgba(137, 141, 144, 0.3019607843);
}
.culture__visual {
  display: flex;
  justify-content: center;
  height: 497px;
  width: 100%;
  gap: 10px;
  position: relative;
}
.culture__right {
  max-width: 460px;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.culture__right img {
  width: 100%;
  height: 100%;
}
.culture__left {
  max-width: 930px;
  width: 100%;
  height: 100%;
  position: relative;
}
.culture__clip {
  width: 100%;
  height: 100%;
  clip-path: polygon(98.71% 100%, 45.376% 100%, 45.376% 100%, 45.167% 99.968%, 44.969% 99.877%, 44.783% 99.73%, 44.614% 99.534%, 44.464% 99.293%, 44.335% 99.011%, 44.23% 98.695%, 44.152% 98.349%, 44.103% 97.977%, 44.086% 97.586%, 44.086% 40.644%, 44.086% 40.644%, 44.069% 40.252%, 44.02% 39.881%, 43.942% 39.534%, 43.837% 39.218%, 43.708% 38.937%, 43.558% 38.695%, 43.389% 38.499%, 43.204% 38.352%, 43.005% 38.261%, 42.796% 38.229%, 1.29% 38.229%, 1.29% 38.229%, 1.081% 38.198%, 0.882% 38.106%, 0.697% 37.96%, 0.528% 37.763%, 0.378% 37.522%, 0.249% 37.241%, 0.144% 36.924%, 0.066% 36.578%, 0.017% 36.207%, 0% 35.815%, 0% 2.414%, 0% 2.414%, 0.017% 2.023%, 0.066% 1.651%, 0.144% 1.305%, 0.249% 0.989%, 0.378% 0.707%, 0.528% 0.466%, 0.697% 0.27%, 0.882% 0.123%, 1.081% 0.032%, 1.29% 0%, 44.086% 0%, 98.71% 0%, 98.71% 0%, 98.919% 0.032%, 99.118% 0.123%, 99.303% 0.27%, 99.472% 0.466%, 99.622% 0.707%, 99.751% 0.989%, 99.856% 1.305%, 99.934% 1.651%, 99.983% 2.023%, 100% 2.414%, 100% 97.586%, 100% 97.586%, 99.983% 97.977%, 99.934% 98.349%, 99.856% 98.695%, 99.751% 99.011%, 99.622% 99.293%, 99.472% 99.534%, 99.303% 99.73%, 99.118% 99.877%, 98.919% 99.968%, 98.71% 100%);
}
.culture__rect {
  border-radius: 12px;
  height: 297px;
    max-width: 42.3%;
  width: 100%;
  border-radius: 12px;
  display: flex;
  flex-flow: column;
  gap: 24px;
  padding: 24px;
  background: rgba(137, 141, 144, 0.1019607843);
  position: absolute;
  bottom: 0;
  left: 0;
}
.culture__rect-separator {
  border-top: 2px solid #ffffff;
}
.culture__rect-title {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: -0.01rem;
  color: #4d525a;
}
.culture__text {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #898d90;
}
.culture__text li::marker {
  color: #0d499c;
}
.culture__text ul {
  margin: 8px 0;
  list-style-position: inside;
}
.culture__text strong {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #0d499c;
}

@media (min-width: 1025px) and (max-width: 1440px) {
	.culture__left  {
		display: flex;
		flex-flow: column;
		gap: 10px;
	}
	
	.culture__rect {
		max-width: 100%;
	}
	
	.culture__clip {
		clip-path: none;
		border-radius: 12px;
		height: 190px;
	}
}

@media (max-width: 1024px) {
  .culture__content {
    gap: 40px;
  }
  .culture__title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 130%;
    text-wrap: nowrap;
  }
  .culture__visual {
    flex-flow: column-reverse;
    height: 100%;
  }
  .culture__right, .culture__clip {
    height: 220px;
  }
	
	.culture__right {
			max-width: 100%;
	}
  .culture__clip {
    clip-path: none;
    border-radius: 12px;
  }
  .culture__left {
    display: flex;
    flex-flow: column;
    gap: 8px;
  }
  .culture__rect {
    position: relative;
    height: auto;
    padding: 24px 18px;
    gap: 18px;
	max-width: 100%;
  }
  .culture__rect-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #4D525A;
  }
  .culture__text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #898D90;
  }
}/*# sourceMappingURL=style.css.map */