.sts_long_term_rent_sect .container {
    display: flex;
    flex-direction: column;
    background-color: #000000;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    min-height: 36.25em;
    box-sizing: border-box;
    padding: 2.5em 2.75em;
    border-radius: 1.125em;
}
.sts_long_term_rent_sect .info {
    margin-top: auto;
}
.sts_long_term_rent_sect .sub_title {
    font-size: 1.625em;
    font-weight: 600;
    margin: 0;
}
.sts_long_term_rent_sect .sub_title:not(:last-child) {
    margin-bottom: 0.39em;
}
.sts_long_term_rent_sect .butt_and_price {
    display: flex;
    align-items: center;
}
.sts_long_term_rent_sect .butt:not(:last-child) {
    margin-right: 2em;
}
.sts_long_term_rent_sect .price {
    font-weight: 600;
    font-size: 1.5em;
}
.sts_long_term_rent_sect .price b {
    font-size: 2.125em;
    vertical-align: middle;
    font-weight: 600;
}