.two__col__abel{
    display: flex !important;
    flex-direction: row;
}
.two__col__abel__one{
    width: 75%;
}
.two__col__abel__two{
    width: 25%;
}
.two__col__abel__two__flex{
    display: flex !important;
    flex-direction: column !important;
    padding: 1rem;
}
.title__abel__vact__va__desc h1{
    color: #000 !important;
    margin-bottom: 2rem !important;
    font-weight: bold !important;
    font-size: 3.5rem !important;
}
p,strong{
    font-weight: bold !important;
    color: #000 !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
    font-size: 2rem !important;
}
ul>li{
    color: #000 !important;
}
label,.input-group-text{
    color: #000 !important;
    font-weight: 800 !important;
}
.form-control{
    color: #000 !important;
    font-weight: 600 !important;
}
input[type="text"], input[type="email"] {
    border: 2px solid #2e3092 !important;
    border-radius: 3px;
    background-color: transparent !important;
}
@media screen and (max-width:820px) {
    .two__col__abel{
        flex-direction: column !important;
        margin-top: 5rem;
    }
    .two__col__abel__two,.two__col__abel__one{
        width: 100%;
    }
    .title__abel__vact__va__desc h1{
        font-size: 2.5rem !important;
    }
}
.mt-4{
    margin-top: 2rem !important;
}
.link__abel__vac{
    color: #fff !important;
    background-color: #2e3092 !important;
    padding: 1.5rem;
    text-transform: uppercase !important;
    font-weight: 800 !important;
}