.about-main-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.about_outer_conatiner {
    padding: 70px 190px 60px 190px;
    background-color: rgb(247 244 242)
}

.first_section_conatiner {
    gap: 20px;
    color: rgb(50 45 41)
}

.font_about_us {
    font-family: 'Amiri';
    font-weight: 400;
    font-size: 64px;
    display: flex;
    justify-content: center;
    color: rgb(50 45 41)
}

.first_sec_text {
    font-family: 'Noto Sans';
    font-weight: 400px;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 40px;
    margin-top: 20px;
    color: rgb(50 45 41)
}

.second_section_conatiner {
    background-color: rgb(255 255 255);
    padding: 90px 60px 90px 60px;
    display: flex;
    gap: 128px
}

.font_public_market {
    font-family: 'Amiri';
    font-weight: 400;
    font-size: 64px;
    color: rgb(50 45 41);
    white-space: nowrap
}

.public_line {
    width: 250px;
    border-bottom: 3px solid rgb(50 45 41);
    border-radius: 2px
}

.publiclast_line {
    width: 200px;
    border-bottom: 3px solid rgb(50 45 41);
    border-radius: 2px
}

.second_sec_text {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: rgb(50 45 41)
}

.third_section_container {
    padding: 100px 185px 100px 185px;
    background-color: rgb(247 244 242)
}

.font_third_sec {
    font-family: 'Amiri';
    font-weight: 400;
    font-size: 64px;
    line-height: 60px;
    color: rgb(50 45 41);
    display: flex;
    justify-content: center
}

.third_sec_text {
    font-family: 'Noto Sans';
    font-weight: 400px;
    font-size: 22px;
    line-height: 40px;
    margin-top: 30px;
    color: rgb(50 45 41)
}

.last_section_container {
    background-color: rgb(255 255 255);
    padding: 90px 60px 90px 60px;
    gap: 128px;
    gap: 40px;
    display: flex;
    flex-direction: column
}

.last_sec_align {
    display: flex;
    gap: 195px
}

.youtube_text {
    font-family: 'Noto Sans', sans-serif;
    color: rgb(50 45 41);
    font-weight: 500;
    font-size: 27px;
    line-height: 40px;
    text-decoration: none
}

.youtube_text:hover {
    text-decoration: underline
}

.font_our_journey {
    font-family: 'Amiri';
    font-weight: 400;
    font-size: 64px;
    color: rgb(50 45 41);
    white-space: nowrap
}

.last_sec_text {
    font-family: 'Amiri';
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: rgb(50 45 41)
}

.last_sec_text2 {
    font-family: 'Noto Sans';
    font-weight: 400px;
    font-size: 22px;
    line-height: 40px;
    margin-top: 30px;
    color: rgb(50 45 41)
}

.video_container {
    display: flex;
    justify-content: center
}

.video_con_frame {
    width: 72%;
    height: 521px;
    border-radius: 24px;
    border: 1px solid #dd8
}

.last_image_part {
    max-width: 1440px;
    display: flex;
    gap: 100px;
    align-items: center;
    background-color: rgb(255 255 255);
    padding: 200px 100px 70px 100px
}

.head_text {
    font-family: 'Amiri';
    font-weight: 400;
    padding-top: 20px;
    font-size: 64px;
    line-height: 60px;
    color: rgb(50 45 41)
}

.head_font_text {
    font-family: 'Noto Sans';
    font-weight: 400px;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    color: rgb(50 45 41)
}

.para_text1 {
    font-family: 'Noto Sans';
    font-weight: 400px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    color: rgb(50 45 41)
}

.para_text2 {
    font-family: 'Noto Sans';
    font-weight: 500px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    color: rgb(50 45 41)
}

.image_container {
    text-decoration: none;
    margin-top: 34px;
    gap: 40px;
    display: flex;
    flex-direction: row
}

.about-pg-mag-profile {
    height: 100%;
    width: 430px;
    min-width: 430px;
    max-width: 430px;
    background-color: #fff0;
    border-radius: 12px
}

.founder_img {
    border-radius: inherit
}

.text-semi-bold {
    font-weight: 600 !important
}

.about-pg-right-cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(max-width:768px) {
    .about_outer_conatiner {
        padding: 0 20px 50px 20px
    }

    .font_about_us {
        font-size: 48px;
        justify-content: center
    }

    .last_image_part {
        background-color: rgb(247 244 242);
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .about-pg-mag-profile {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .youtube_text {
        font-size: 18px
    }

    .youtube_text:hover {
        text-decoration: none
    }

    .founder_img {
        width: 100%;
        margin-top: 65px
    }

    .first_sec_text {
        font-size: 18px;
        line-height: 32px
    }

    .second_section_conatiner {
        padding: 60px 20px;
        gap: 40px;
        flex-direction: column
    }

    .second_sec_text {
        font-family: 'Noto Sans';
        font-weight: 300;
        font-size: 14px;
        line-height: 28px;
        color: rgb(50 45 41)
    }

    .font_public_market {
        font-size: 48px;
        text-align: center
    }

    .public_line {
        width: 0;
        margin: 0
    }

    .third_section_container {
        padding: 60px 20px
    }

    .font_third_sec {
        font-size: 48px;
        line-height: 50px
    }

    .third_sec_text {
        font-size: 18px;
        line-height: 32px
    }

    .last_section_container {
        padding: 60px 20px;
        gap: 30px
    }

    .last_sec_align {
        flex-direction: column;
        gap: 30px
    }

    .font_our_journey {
        font-size: 48px;
        text-align: center
    }

    .last_sec_text {
        font-size: 36px;
        line-height: 50px
    }

    .last_sec_text2 {
        font-size: 18px;
        line-height: 32px
    }

    .video_con_frame {
        width: 100%;
        height: auto;
        border-radius: 16px
    }

    .head_text {
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
        padding-top: 10px
    }

    .head_font_text {
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        font-weight: 400;
        font-family: 'Noto Sans';
        margin-top: 0
    }

    .para_text1 {
        font-family: 'Noto Sans';
        font-size: 14px;
        line-height: 30px;
        margin-top: 30px;
        color: rgb(50 45 41);
        font-weight: 300
    }

    .image_container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 15px
    }

    .about-pg-right-cont {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media(max-width:480px) {
    .about_outer_conatiner {
        padding: 0 50px 1px 50px
    }

    .font_about_us {
        font-size: 44px;
        color: rgb(50 45 41)
    }

    .first_sec_text {
        font-size: 14px;
        line-height: 28px;
        font-weight: 300;
        margin-bottom: 20px;
        margin-top: 20px;
        color: rgb(50 45 41)
    }

    .second_section_conatiner {
        padding: 25px 50px 25px 50px;
        gap: 20px
    }

    .second_sec_text {
        font-family: 'Noto Sans';
        font-weight: 300;
        font-size: 14px;
        line-height: 28px;
        color: rgb(50 45 41)
    }

    .font_public_market {
        font-size: 44px;
        color: rgb(50 45 41)
    }

    .third_section_container {
        padding: 25px 50px 25px 50px
    }

    .font_third_sec {
        font-size: 40px;
        line-height: 60px;
        font-weight: 400;
        color: rgb(50 45 41)
    }

    .third_sec_text {
        font-family: 'Noto Sans';
        font-weight: 300;
        font-size: 14px;
        line-height: 28px;
        color: rgb(50 45 41)
    }

    .last_sec_align {
        flex-direction: column;
        gap: 10px
    }

    .last_section_container {
        padding: 25px 50px 25px 50px;
        gap: 10px
    }

    .founder_img {
        width: 80%
    }

    .font_our_journey {
        font-family: 'Amiri';
        font-weight: 400;
        font-size: 44px;
        color: rgb(50 45 41)
    }

    .last_sec_text {
        font-size: 32px;
        line-height: 40px;
        font-family: 'Amiri';
        font-weight: 400;
        display: flex;
        justify-content: center;
        color: rgb(50 45 41)
    }

    .last_sec_text2 {
        font-family: 'Noto Sans';
        font-weight: 300;
        font-size: 14px;
        line-height: 28px;
        color: rgb(50 45 41);
        margin-top: 10px;
        text-align: center
    }

    .video_con_frame {
        width: 300px;
        height: 200px
    }

    .last_image_part {
        background-color: rgb(247 244 242);
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .publiclast_line {
        display: none
    }
}
