/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* reset */

/* fonts */

@font-face {
    font-family: 'Khmer MN';
    src: url('/wp-content/themes/WP_CLEAN/Khmer MN.ttc');
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/WP_CLEAN/Montserrat-ExtraLight.ttf');
}

body {
    background: url(/wp-content/uploads/2023/07/body_bg-scaled.jpg);
    background-size: cover;
    background-position: center center;
    font-family: 'Montserrat';
    color: #fff;
}

/* fonts */

/* header */

.menu {
    width: 100%;
    position: absolute;
    z-index: 50;
    top: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.menu li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.menu li a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.menu li a:hover::before {
    width: 100%;
}

.menu li:nth-child(3) a::before {
    display: none;
}

.menu li:nth-child(1) {
    margin-left: 50px;
}

.sub-menu li:nth-child(1) {
    margin-left: 0;
}

.menu li:nth-child(3) {
    margin-left: 40px;
    margin-right: 40px;
}

.menu li:nth-child(3) a {
    font-size: 0;
}

.menu li:nth-child(6) {
    position: absolute;
    right: 70px;
}

.menu li:nth-child(3) a::after {
    content: url(/wp-content/themes/WP_CLEAN/images/Logo.svg);
}

.mobile_main_menu {
    display: none;
}

/* header */

.wrapper {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

/* main page */

.usp {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/wp-content/uploads/2023/07/main_bg.png);
    background-size: cover;
}

.usp_info {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(7, 7, 7, 0.6);
}

.usp_info h1 {
    color: #fff;
    font-family: 'Khmer MN';
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 68px;
}

.usp_info p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.main_page_about_us {
    margin-top: 85px;
    margin-bottom: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 140px;
}

.section_header {
    color: #fff;
    font-family: Khmer MN;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.main_page_about_us_desc p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.main_page_about_us_desc p:last-child {
    margin-top: 12px;
}

.main_page_about_us_pics {
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.main_page_about_us_pics img {
    width: 746px;
}

.about_soloist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 130px;
    margin-bottom: 195px;
}

.about_soloist_pic img {
    width: 635px;
}

.about_soloist_desc p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.about_soloist_desc p:nth-child(3) {
    margin-top: 12px;
    margin-bottom: 108px;
}

.contact_us_link {
    position: relative;
    margin-left: 264px;
    margin-top: 80px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.contact_us_link::before {
    content: '';
    position: absolute;
    left: -42px;
    top: -55px;
    display: block;
    height: 141px;
    width: 141px;
    border-radius: 50%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
}

.contact_us_link::after {
    content: url(/wp-content/themes/WP_CLEAN/images/Arrow1.svg);
    position: absolute;
    top: 8px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.contact_us_link:hover {
    letter-spacing: 2px;
}

.contact_us_link:hover::before {
    transform: rotate(360deg);
}

.contact_us_link:hover::after {
    left: 70px;
}

.performances {
    margin-bottom: 245px;
}

.performances .section_header {
    text-align: center;
    margin-bottom: 60px;
}

.performances_grid {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
}

.performances_box {
    width: 100%;
    height: 380px;
    position: relative;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    opacity: 0.7;
    text-decoration: none;
}

.performances_box:nth-child(1) {
    background: url(/wp-content/uploads/2023/07/video_bg1.png);
    background-size: cover;
    background-position: center center;
}

.performances_box:nth-child(2) {
    background: url(/wp-content/uploads/2023/07/video_bg2.png);
    background-size: cover;
    background-position: center center;
}

.performances_box:nth-child(3) {
    background: url(/wp-content/uploads/2023/07/video_bg3.png);
    background-size: cover;
    background-position: center center;
}

.performances_box:nth-child(4) {
    background: url(/wp-content/uploads/2023/07/video_bg4.png);
    background-size: cover;
    background-position: center center;
}

.performances_box:hover {
    opacity: 1;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_name {
    width: 100%;
    height: 174px;
    padding: 0 37px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.video_name p {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.see_more_video {
    float: right;
    margin-right: 70px;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.see_more_video:hover {
    letter-spacing: 2px;
}

.see_more_video::after {
    content: url(/wp-content/themes/WP_CLEAN/images/Arrow1.svg);
    position: absolute;
    top: 18px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.see_more_video:hover::after {
    left: 70px;
}

/* contact form */

#contact_form {
    margin-bottom: 215px;
    display: flex;
    justify-content: space-between;
}

.contact_form_inputs {
    width: 525px;
}

.form_txt {
    margin-top: 8px;
    margin-bottom: 75px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.299%;
}

.contact_form_inputs input,
.contact_form_inputs textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 25px 10px 25px 35px;
    border-radius: 32px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.299%;
}

.contact_form_inputs textarea {
    height: 182px;
}

.contact_form_inputs input::placeholder,
.contact_form_inputs textarea::placeholder {
    color: #7b7b7b;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 105.299%;
}

.contact_form_inputs input {
    margin-bottom: 23px;
}

.contact_form_img img {
    margin-top: 62px;
    width: 627px;
}

.send_message_block {
    box-sizing: border-box;
    height: 38px;
    display: inline-block;
    margin-top: 110px;
    position: relative;
    left: 374px;
}

.contact_form_inputs input.send_message {
    margin-bottom: 0;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
    padding-bottom: 50px;
    border: none;
    color: #fff;
    text-align: start;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.send_message_block::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -42px;
    top: -50px;
    height: 141px;
    width: 141px;
    border-radius: 50%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
}

.send_message_block::after {
    content: url(/wp-content/themes/WP_CLEAN/images/Arrow1.svg);
    position: absolute;
    z-index: -2;
    top: 38px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.send_message_block:hover::after {
    left: 70px;
}

.send_message_block:hover::before {
    transform: rotate(360deg);
}

.contact_form_inputs input.send_message:hover {
    letter-spacing: 2px;
}

/* contact form */

/* main page */

/* about us page */

.about_us {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 305px;
}

.about_us_desc .section_header {
    text-align: center;
}

.about_us_desc p {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.about_us_desc .contact_us_link {
    margin: 0;
    top: 108px;
    left: 264px;
}

.about_us_img {
    opacity: 0;
    width: 630px;
}

.gallery {
    margin-top: 150px;
    margin-bottom: 160px;
}

.gallery_video {
    width: 100%;
    height: 630px;
}

.gallery .section_header {
    text-align: center;
    margin-bottom: 40px;
}

.gallery_container {
    display: grid;
    grid-row-gap: 40px;
}

.gallery_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

.big_img img {
    width: 100%;
    height: 100%;
}

.grid_images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 21px;
}

.grid_images img {
    width: 100%;
    height: 100%;
}

/* about us page */

/* for cooperation page */

.for_cooperation {
    margin-top: 191px;
    margin-bottom: 160px;
}

.for_cooperation_row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 160px;
}

.for_cooperation_desc .section_header {
    line-height: 100%;
}

.for_cooperation_desc p {
    width: 340px;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.for_cooperation_desc_img1 {
    width: 630px;
}

.for_cooperation_row2 {
    display: flex;
    align-items: center;
    gap: 175px;
}

.for_cooperation_desc_img2 {
    width: 492px;
}

.for_cooperation_row2 .contact_us_link {
    margin: 0;
}

.faq {
    margin-bottom: 140px;
}

.faq .section_header {
    text-align: center;
    margin-bottom: 28px;
}

.faq_container {
    width: 60%;
    margin: auto;
    display: grid;
    grid-row-gap: 20px;
}

.faq_btn {
    border-radius: 36px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 13px 13px 13px 41px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.faq_btn:hover {
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 10px;
}

.faq_q {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.faq_num {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: uppercase;
}

.faq_txt {
    padding-right: 60px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.faq_arrow {
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.faq_arrow_active {
    transform: rotate(180deg);
}

.faq_a {
    margin-top: 20px;
    margin-left: 30px;
    display: none;
}

.display_block {
    display: block;
}

/* for cooperation page */

/* footer */

.main_footer {
    border-top: 1px solid #fff;
    padding-top: 48px;
    padding-bottom: 44px;
}

.logo_footer {
    width: 82px;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.logo_footer:hover {
    opacity: 1;
}

.main_footer_grid {
    display: grid;
    grid-template-columns: 2fr 1.2fr 3fr 1fr;
    align-items: center;
}

.pages_links,
.footer_contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.social_links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pages_links a,
.footer_contacts a {
    color: #fff;
    opacity: 0.7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.pages_links a:hover,
.footer_contacts a:hover {
    opacity: 1;
}

footer .display_none {
    display: none;
}

/* footer */

/* page 404 */

.error_page {
    height: calc(100vh - 240px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* page 404 */

/* media screens */

@media (max-width: 1280px) {
    .main_page_about_us {
        gap: 50px;
    }
    .main_page_about_us_pics img {
        width: 100%;
    }
    .main_page_about_us_pics {
        gap: 30px;
    }
    .about_soloist {
        gap: 80px;
    }
    .about_soloist_pic img {
        width: 525px;
    }
    .contact_us_link {
        margin-left: 42px;
    }
    .form_txt {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .contact_form_inputs {
        width: 500px;
    }
    .contact_form_img img {
        margin-top: 20px;
        width: 575px;
    }
    .about_us {
        height: unset;
        margin-top: 150px;
        align-items: flex-start;
        gap: 205px;
    }
    .about_us_desc .contact_us_link {
        left: 42px;
    }
    .gallery {
        margin-top: 200px;
    }
    .for_cooperation {
        margin-top: 150px;
    }
    .for_cooperation_row1 {
        gap: unset;
    }
    .for_cooperation_desc_img1 {
        width: 600px;
    }
}

@media (max-width: 1024px) {
    .wrapper {
        width: 95%;
    }
    .menu li:nth-child(6) {
        right: 2.5%;
    }
    .usp_info h1 {
        margin-bottom: 0;
        text-align: center;
        line-height: 100%;
    }
    .main_page_about_us {
        gap: 40px;
    }
    .main_page_about_us_pics {
        gap: 20px;
    }
    .main_page_about_us_pics img {
        width: 100%;
    }
    .about_soloist {
        gap: 30px;
    }
    .about_soloist_pic img {
        width: 390px;
    }
    .contact_form_img img {
        width: 420px;
    }
    #contact_form {
        margin-bottom: 125px;
    }
    .main_footer_grid {
        display: flex;
        justify-content: space-between;
    }
    .about_us {
        gap: 20px;
    }
    .about_us_img {
        width: 500px;
    }
    .for_cooperation_row1 {
        align-items: flex-start;
        gap: 20px;
    }
    .for_cooperation_desc_img1 {
        width: 430px;
    }
    .for_cooperation_desc_img2 {
        width: 450px;
    }
    .faq_container {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .menu {
        gap: 20px;
    }
    .menu li:nth-child(3) {
        margin-left: 10px;
        margin-right: 10px;
    }
    .usp_info h1 {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .usp_info p {
        font-size: 16px;
    }
    .main_page_about_us {
        height: unset;
        margin-top: 50px;
        margin-bottom: 50px;
        flex-direction: column;
    }
    .section_header {
        font-size: 40px;
        text-align: center;
    }
    .main_page_about_us_pics img {
        width: 100%;
    }
    .about_soloist {
        flex-direction: column-reverse;
        gap: 80px;
        margin-bottom: 50px;
    }
    .about_soloist_pic img {
        width: 100%;
    }
    .contact_us_link {
        margin: 0;
        left: calc(50% - 42px);
        transform: translate(-50%);
    }
    .about_soloist_desc p:nth-child(3) {
        margin-bottom: 80px;
    }
    .performances {
        margin-bottom: 160px;
    }
    .performances_grid {
        margin-bottom: 50px;
        grid-template-columns: 1fr 1fr;
    }
    .performances_box {
        height: 300px;
    }
    .video_name {
        height: 150px;
        padding: 0 25px;
    }
    .video_name p {
        font-size: 20px;
    }
    #contact_form {
        flex-direction: column-reverse;
        gap: 50px;
        margin-bottom: 50px;
    }
    .contact_form_img {
        display: flex;
        justify-content: flex-end;
    }
    .contact_form_img img {
        width: 100%;
        margin-top: 0;
    }
    .contact_form_inputs {
        width: 100%;
    }
    .form_txt {
        font-size: 16px;
        text-align: center;
    }
    .contact_form_inputs input {
        margin-bottom: 20px;
    }
    .contact_form_inputs input,
    .contact_form_inputs textarea {
        padding: 20px 10px 20px 25px;
        border-radius: 25px;
        font-size: 16px;
    }
    .contact_form_inputs input::placeholder,
    .contact_form_inputs textarea::placeholder {
        font-size: 16px;
    }
    .send_message_block {
        left: calc(50% + 42px);
        transform: translate(-50%);
    }
    .about_us {
        margin-top: 120px;
    }
    .about_us_desc p {
        font-size: 16px;
    }
    .about_us_img {
        display: none;
        width: 50%;
    }
    .gallery {
        margin-top: 200px;
        margin-bottom: 50px;
    }
    .gallery_container {
        grid-row-gap: 20px;
    }
    .gallery_row {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .grid_images {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .for_cooperation {
        margin-top: 120px;
        margin-bottom: 50px;
    }
    .for_cooperation_desc .section_header {
        text-align: start;
    }
    .for_cooperation_desc_img1 {
        width: 50%;
    }
    .for_cooperation_row2 {
        gap: unset;
    }
    .for_cooperation_desc_img2 {
        width: 35%;
    }
    .for_cooperation_row2 .contact_us_link {
        margin: 0;
        left: 70px;
        transform: unset;
    }
    .faq {
        margin-bottom: 50px;
    }
    .faq_container {
        width: 95%;
    }
    .faq_btn {
        border-radius: 25px;
        padding: 13px 13px 13px 20px;
    }
    .faq_num {
        font-size: 20px;
    }
    .faq_txt {
        padding-right: 60px;
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    body {
        background-position: left top;
    }
    .wrapper {
        width: 90%;
    }
    .menu {
        width: 100%;
        height: calc(100vh - 84px);
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        gap: 30px;
        position: fixed;
        right: 100%;
        top: 84px;
        transition: all 0.5s ease-in-out;
    }
    .menu_open {
        right: 0;
    }
    .menu li:nth-child(1) {
        margin: 0;
    }
    .menu li:nth-child(3) {
        display: none;
    }
    .menu li:nth-child(6) {
        position: fixed;
        top: 20px;
        left: 50%;
        right: unset;
        transform: translate(-50%);
    }
    .mobile_main_menu {
        width: 100%;
        padding: 10px 5% 10px 5%;
        background: rgba(0, 0, 0, 0.95);
        border-bottom: 0.2px solid #fff;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        z-index: 40;
        top: 0;
    }
    .mobile_main_menu a {
        position: relative;
        z-index: 100;
    }
    .mobile_btn {
        display: flex;
        flex-direction: column;
        gap: 3px;
        position: relative;
        z-index: 100;
        cursor: pointer;
    }
    .mobile_btn1,
    .mobile_btn2,
    .mobile_btn3 {
        width: 20px;
        height: 3px;
        position: relative;
        background: #fff;
        border-radius: 5px;
        transition: all 0.7s ease-in-out;
    }
    .burger_line1 {
        top: 6px;
        transform: rotate(225deg);
    }
    .burger_line2 {
        opacity: 0;
    }
    .burger_line3 {
        bottom: 6px;
        transform: rotate(-225deg);
    }
    .usp_info h1 {
        font-size: 40px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 100%;
    }
    .usp_info p {
        width: 90%;
    }
    .usp {
        background-position: center;
    }
    .about_soloist {
        gap: 20px;
    }
    .about_soloist_desc .contact_us_link {
        display: none;
    }
    .contact_us_link {
        left: 42px;
        transform: unset;
    }
    .performances_grid {
        grid-template-columns: 1fr;
    }
    .send_message_block {
        left: 42px;
        transform: unset;
    }
    .main_footer_grid {
        flex-direction: column;
        gap: 20px;
    }
    .pages_links,
    .footer_contacts {
        align-items: center;
    }
    .about_us {
        flex-direction: column;
        align-items: flex-end;
        gap: 100px;
    }
    .section_header {
        font-size: 35px;
    }
    .about_us_img {
        width: 100%;
    }
    .about_us_desc p {
        margin-bottom: 50px;
    }
    .about_us_desc .contact_us_link {
        top: 10px;
        left: 42px;
    }
    .gallery {
        margin-top: 80px;
    }
    .gallery_container,
    .gallery_row,
    .grid_images {
        grid-row-gap: 5px;
    }
    .grid_images {
        grid-column-gap: 5px;
    }
    .for_cooperation_row1 {
        margin-bottom: 100px;
        flex-direction: column;
        gap: 50px;
    }
    .for_cooperation_desc {
        width: 100%;
    }
    .for_cooperation_desc .section_header {
        text-align: center;
    }
    .for_cooperation_desc_img1,
    .for_cooperation_desc p {
        width: 100%;
    }
    .for_cooperation_row2 {
        gap: 100px;
        flex-direction: column-reverse;
        align-items: baseline;
    }
    .for_cooperation_desc_img2 {
        display: none;
    }
}

/* media screens */
