.description-wrapper{
    display: flex;
    justify-content: center;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .description {
        width: 100% !important;
    }
}