.sts_long_term_rent_sect .container {
    display: flex;
    flex-direction: column;
    background-color: #000000;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    min-height: 26.25em;
    box-sizing: border-box;
    padding: 2.25em 1.5em 1em;
    border-radius: 1.125em;
}
.sts_long_term_rent_sect .info {
    display: flex;
    flex-direction: column;
    padding-top: 6em;
    position: relative;
    margin-top: auto;
}
.sts_long_term_rent_sect .sub_title {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0;
}
.sts_long_term_rent_sect .sub_title:not(:last-child) {
    margin-bottom: 0.5em;
}
.sts_long_term_rent_sect .sect_description {
    opacity: 0.7;
}
.sts_long_term_rent_sect .butt {
    width: 100%;
}
.sts_long_term_rent_sect .price {
    font-weight: 600;
    font-size: 1.25em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sts_long_term_rent_sect .price b {
    font-size: 2em;
    vertical-align: middle;
    font-weight: 600;
}