div#block-donext .modal-footer .btn-primary {
  text-transform: lowercase;
}
div#block-donext .modal-footer .btn-primary::first-letter {
  text-transform: uppercase;
}
div#react-app .img-figure {
    min-height: unset;
}
div#react-app img {
    min-height: unset;
    border-radius: 8px;
}
.modal-dialog.channel-modal-wrapper .react-modal-body.modal-body {
    padding: 24px;
}
.card-info p.sub_title, .card-info .modal_description p{
    font-size: 16px;
}
.modal-dialog.channel-modal-wrapper img.img-fluid {
	border-radius: 8px;
}
.modal-dialog.channel-modal-wrapper .modal-footer {
    display: flex !important;
}
.channel-modal-wrapper .btn-primary {
  text-transform: lowercase;
}
.channel-modal-wrapper .btn-primary::first-letter {
  text-transform: uppercase;
}
.modal-dialog.channel-modal-wrapper .card-info h4 {
    font-size: 16px;
}