.flex01 {
    display: flex;
    padding-bottom: 20px;
}
.f8_s {
    font-family: "SVN-Helvetica Now";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.05em;
}
.w2 {
    width: 50vw;
    position: relative;
}
.maxw.maxwx {
    max-width: 430px;
}
.aboutvinacapital h3 {
    padding-bottom: 35px;
    color: var(--color-primary);
}
.margp p {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.btn-lp {
    padding: 22px 43px 22px 28px !important;
    margin-top: 25px;
}
.formobile {
    display: none;
}
.fullimg img {
    width: 100%;
}
@media only screen and (max-width: 1023px) {
    .flex01 {
        display: block;
        text-align: center;
    }
    .maxw.maxwx {
        max-width: 100%;
    }
    .w2 {
        width: 100%;
    }
    .f8_s {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .aboutvinacapital h3 {
        text-align: center;
    }
    .formobile {
        display: block;
    }
    .fordesktop {
        display: none;
    }
}
