.our-stroy {
    display: flex;
    flex-direction: row;
    padding-left: 10vw;
    padding-right: 10vw;
}

.our-stroy {
    display: flex;
    flex-direction:row;
    /* flex-wrap: wrap; */
    gap: 30px;
    justify-content: center;
    padding:15px 10px;
    margin-top:50px;
    margin-bottom:50px;
    font-family: 'BrandFont',sans-serif;
    font-size:16px;
}

.middle-main-img {
    padding-left: 5vw;
    width: 80%;

}

.our-story-title {
    margin-top:10px;
    color: #4A148C;
    font-family: 'TitleFont',sans-serif;
    font-size:24px;
}
.our-story-desc {
    color:#575757;
    font-family: Arial, sans-serif;
    line-height: 32px;
    white-space: nowrap;
    overflow:hidden;
}
.tiktok-main-img {
    width: 100vw;
    height:auto;
    min-width: 900px;
}

.corporate-title {
    position: absolute;
    top:50px;
    left:25vw;
    transform: translate(-50%,-50%);
    z-index: 99;
    color:#ffffff;
    font-size: 32px;
}

.corporate-culture-contianer {
    position: relative;
}

.culture-p {
    position:absolute;
    width: 26%;
    height: auto;
    transform: translate(-50%,0%);
    bottom:20px;
    left:23vw;
}

.culture-title-1 {
    color:#ffffff;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight:100px;
}
.culture-title-2 {
    color:#ffffff;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight:100px;
}
.culture-desc {
    color:#ffffff;
    font-size: 13.6px;
    font-family: Arial, sans-serif;
    font-weight:100px;
    line-height: 22px;
}

.culture-p2 {
    position:absolute;
    width: 20vw;
    height: auto;
    transform: translate(-50%,0%);
    top:220px;
    left:54vw;
}
.line1 {
    position:absolute;
    transform: translate(-50%,0%);
    bottom:0px;
    left:7vw;
    width: 1px; 
    height: 38%; 
    background-color: #ffffff; 
}
.line2 {
    position:absolute;
    transform: translate(-50%,0%);
    bottom:0px;
    left:42vw;
    width: 1px; 
    height: 68%; 
    background-color: #ffffff; 
}
.founder {
    display: flex;
    flex-direction:column;
    /* flex-wrap: wrap; */
    gap: 30px;
    justify-content: center;
    padding:15px 15px;
    margin-top:50px;
    margin-bottom:50px;
}
.founder-content {
    padding-left:10vw;
    padding-right:10vw;
    padding-bottom:10vh;
    display: flex;
    gap:30px;
    color:#4A148C
}
.founder-img-wrapper {
    width: 65vw;
    height: auto;
    min-width:22vw;
}
.founder-img {
    width: 100%;
    height:auto ;
}
.founder-title {
    font-size:32px;
}

.founder-desc {
    padding-right:6vw;
    padding-top:3%;
    font-size:18px;
    line-height:26px;
}

.second-founder-desc {
    color:#4A148C;
    padding-left:10vw;
    padding-right:2vw ;
}

.middle-main-img{
    display: flex;
    justify-content: left;
}

.hero-content-h1 {
    white-space: nowrap;
}



@media (max-width: 1200px){

.culture-p2 {
    position:absolute;
    width: 20vw;
    height: auto;
    transform: translate(-50%,0%);
    top:100px;
    left:54vw;
}
.our-stroy {
    display:flex;
    flex-wrap: wrap;
}
.founder-content {
    display:flex;
    flex-wrap: wrap;
}
.founder {
    padding-left: 1vw;
    padding-right: 1vw;
    
}
.sm-resverse {
    flex-direction: column-reverse; 
}
.founder-img {
    width: 60%;
}
.tiktok-main-img {
    width: 100vw;
    height: auto;
    min-width: 0px;
}
.culture-title-1,
.culture-title-2,
.culture-desc,
.line1,
.line2
{
    display: none;
}
.corporate-title {
    font-size: 16px;
    left:30vw;
}
.our-story-desc {
    padding-left:5vw;
    padding-right:5vw;
}
.our-story-title {
    padding-left: 5vw;
}
.second-founder-desc {
    padding-left: 1vw;
}
.hero-content-h1 {
    white-space: nowrap;

}
}