/* .website-title{
    margin-top: 80px;
} */
section{
    padding: 120px 70px;
}
.container-fluid .website-title{
    margin-bottom: 20px;
    text-align: left;
    font-size: 34px;
}
label{
    margin-bottom: 10px;
}
.container-fluid .website-p{
    text-align: left;
    margin-bottom: 40px;
    width: 60%;
}
.right-sec .website-title,.right-sec .website-p{
    margin-left: 10%;
    width: 100%;
}
iframe{
    float: right;
    border-radius: 30px;
    margin-top: 10px;
    width: 90%;
}
.right-sec .website-title, .right-sec .website-p {
    column-count: 2;
}
@media (min-width:320px) and (max-width:768px) {
    /* section {
        margin-top: 120px;
    } */
    .right-sec .website-title, .right-sec .website-p {
        column-count: 1;
    }   
    section{
        padding: 120px 20px;
    }
    .right-sec{
        padding-top: 40px;
    }
    .right-sec .website-title, .right-sec .website-p{
        margin-left: 0;
    }
    iframe{
        width: 100%;
        float: none;
    }
}