@media screen and (min-width: 768px) {
.redborder_div {
display: inline-block;
border: 1px solid #d82430;
border-radius: 0.4em;
margin-bottom: 0.35em;
padding: 0em 0em 0.2em 0em;
width: 100%;
display: flex;
align-items: center;
}
}
p.each_tim {
display: none;
}
@media screen and (max-width: 768px) {
.tabs_btns {
text-align: right;
display: flex!important;
justify-content: end;
}
}