.h2-adjust {
    margin-top: 2px;
    margin-bottom: 0.5rem;
}
.marginadjust {
    margin-top: 185px;
}
.rounded-image {
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
}
.rounded-image img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto;
}
.margin-top {
    margin-top: 48px;
}
.margin-top-2 {
    margin-top: 64px;
}
.space-below {
    margin-bottom: 24px;
}
.space-below-2 {
    margin-bottom: 48px;
}
.cut-price {
    color: #2a2a2a;
    text-decoration: line-through;
    text-decoration-color: #c0392b;
}
section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.mbr-text {
    max-width: 75ch;
    line-height: 1.65;
}
.btn-warning {
    background-color: #e8a317;
    border-color: #d4930f;
}
.btn-warning:hover {
    background-color: #d4930f;
    border-color: #b87d0c;
}
.text-success {
    color: #1a7f37 !important;
}
.text-success:hover {
    color: #145c29 !important;
}  