.rounded {
border-radius: 20px;
}
.rounded-top {
border-radius: 20px 20px 0 0;
}
.rounded-bottom {
border-radius: 0 0 20px 20px;
}
.cases {
margin-bottom: 40px !important;
}
.text-center {
text-align: center;
}
.about__info-btn_o {
position: relative !important;
bottom: 0 !important;
}