.search-form-company{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

.description-block{
    width: 50%;
}

.description-block a{
    color: #23c0e9;
}
@media screen and (max-width: 991px){
    .description-block{
        width: 100%;
        margin-top: 10px;
    } 
}