/* 2. Company text */
.text-company-title-small::after {
	content: "We deal with providing development of any complexity."
}
.text-company-title::after {
	content: "COMPANY"
}
.text-company-content-1::after {
	font-size: 20px;
	content: "We develop successful games for the premier gaming platforms — PC and consoles. Our mission is to set new benchmarks in quality for the most discerning players."
}
.text-company-content-2::after {
	font-size: 20px;
	content: "Our titles are built on a fusion of cinematic storytelling, top-tier graphics, and profound gameplay. This philosophy enables us to craft cohesive worlds that deliver genuine immersion and memorable experiences."
}
.u-section-1 .u-icon-logo-b {
  width: 255px;
  height: 255px;
  margin: 32px auto 32px auto;
}
.text-company-logo::after {
	font-size: 24px;
	content: "Our team members are highly experienced in Unreal Engine, CryEngine, Level Art, TechArt,  Level Design and in many other spheres."
}
/* 2.2 Company - Join - Description-1 text */
.text-company-description-1::after {
	font-size: 24px;
	content: "AW Games talented, dynamic, and imaginative individuals come together to develop remarkable and iconic computer games. Our working environment is truly exceptional, and we invite you to be a part of it!"
}
.text-company-description-1-button::after {
	font-size: 20px;
	content: "Join!"
}
/* 3. Join Our Team text */
.text-careers-title::after {
	content: "JOIN OUR TEAM"
}
.text-careers-content-1::after {
	font-size: 20px;
	content: "We highly appreciate our employees and are dedicated to fostering the growth and advancement of specialists within our organization. We offer a conducive workplace, opportunities for professional development, and the chance to progress in your career. Additionally, we provide a comprehensive benefits package and actively participate in various company events."
}
.u-icon-contact {
	background-color: #1190b0; /* Contact Icons Color */
}
.u-icon-contactus {
	background-color: #1190b0; /* ContactUs Icon Color */
}
.text-careers-description-1-button::after {
	font-size: 20px;
	content: "Contact us"
}
.u-section-1 .u-icon-logo-b {
  width: 255px;
  height: 255px;
  margin: 32px auto 32px auto;
}
.iframe-wrapper {
    border-radius: 30px;
    overflow: hidden; /* важно - обрезает содержимое по скругленным краям */
    width: 100%; /* или нужная ширина */
    height: 600px; /* нужная высота */
}
.iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.full-width-right {
	width: 535px; /* Ширина viewport (экрана) */
    margin-left: auto; /* Прижимает к правому краю */
    text-align: right; /* Текст внутри тоже справа */
    padding-left: 10px; /* Отступ от левого края */
    padding-right: 10px; /* Отступ от правого края */
    box-sizing: border-box; /* Учитываем padding в ширине */
}