.specialservices__actions {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem 0;
    height: auto;
    line-height: 4rem;
    width: 100%;
}

.specialservices__description {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem 2rem;
    height: auto;
    line-height: 4rem;
    width: 100%;
}

@media screen and (max-width: 991px)
{

    .specialservices__mediabuttonwidth {
        width: 16rem !important;
    }

}