@media screen and (min-width: 999px) and (max-width: 1024px) {
    .comment-form input {
        width: 100% !important;
    }
    .comment-form select {
        width: 100% !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .pb-30 {
        text-align: center !important;
    }

    .carousel-caption {
        top: 230px !important;
        left: 24px;
    }
}
