.centre-text{
    text-align: center !important;
}

.constructions{
    display: flex;
}

.constructions img{
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
    
}

.white-text{
    color: #ffffff !important;
}

.reg-container{
    display: flex;
    margin-bottom: 75px;
}   

.one{
    width: 150px;
    height: 60px;
    margin-right: 100px;
}

.two{
    width: 100px;
    height: 65px;
    margin-right: 100px;
}

.three{
    width: 100px;
    height: 75px;
}

.attach-cv{
    background-color: #009CED;
    display: flex;
    width: 60%;
    height: 45px;
    border-radius: 5px;
    margin: 20px auto 0px auto;
    align-items: center !important;
    justify-items: center;
    cursor: pointer;
}

.attach-cv:hover{
    background-color: #785FA9;
}

.attach-cv img{
    width: 35px;
    height: 35px;
    margin-right: 2px;
  
}

.attach-cv p{
    color: #ffffff;
    padding-top: 20px;  
}

@media (max-width: 575px) {
    .reg-container{
        display: block !important;
    }       

    .attach-cv{
        height: 45px;
        border-radius: 5px;
        margin: 20px auto 30px auto;
        padding: 0 60px;
        cursor: pointer;
    }

    
.one{
    width: 185px;
    height: 60px;
    margin-right: 100px;
    margin-bottom: 20px;
}

.two{
    width: 100px;
    height: 65px;
    margin-right: 100px;
}

.three{
    width: 100px;
    height: 75px;
}
}

