.language-icon{
    float: right;
    display: flex!important;
    flex-basis: auto;
}
.row{
    width: 100%;
    margin: 0;
}
.col-md-12{
    display: flex;
}
.text-white{
    color: white;
}
.p-15{
    padding: 0 15px;
}
.content{
    padding: 3.75rem 0.9rem;
}
.btn-primary{
    background-color: #ccb1f6;
    color: #fff;
    border-color: #ccb1f6;
}
.text-primary{
    color: #ccb1f6 !important;
}
.col-md-12{
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.header .dropdown-menu{
    box-shadow: 0 0 16px rgba(0, 0, 0, .15);
}