.flex{
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 50%;
    position: relative;
    align-items: center;
    background: #fff;
}
.forText{
    justify-items: center;
    align-items: center;
}
.container.style6.fitcontent{
    border-top-width: 0px;
    border-bottom-width: 0px;
}
.stylecontent1{
    width: 65%;
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.stylecontent2{
    width: 35%;
    background-color: #212429;
    background-image: url('../porto_files/pic.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
h1.style1, h2.style1, h3.style1, p.style1{
    color: #ffff;
}
.list.style2 ul li:before{
    background-color: #ebc30d;
}
.stylecontent1 .forText h2{
    font-size: 3rem!important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}
.stylecontent1 .forText   p{
    text-align: left;
    line-height: 2;
    font-size: 1rem;
    justify-self: self-start;

}
.btn-st-1{
    text-decoration: none;
    background: #e5b603;
    line-height: 4;
    color: #000000;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 100px;
}
@media (max-width: 736px) {
    #main>.inner>.full.screen.fitcontent {
        display: flex;
        flex-wrap: wrap-reverse;
        width: 110%;
      
    }
    .stylecontent1{
        width: 100%;
        left:   0px;
        height: fit-content;
        padding: 50px 50px;
    }
    .container.style6{
        width: 100%;
        background-color: transparent;
        border-color: transparent;
    }
    .stylecontent2 {
        width: 300px;
        height: 300px;
        border-radius: 1000px;
        margin-top: 50px;
        margin-bottom: 50px;
        background-position: center;
    }
    .container.style6>.wrapper{
        background-color: #e5b603;
    }
}