h1 {
    font-size: 46px;
    margin-top: 35px;
    font-weight: 400;
}

h2 {
    font-size: 40px;
}

.apartment-text {
  min-height: 65px;
}

.apartment-item:nth-child(5) .apartment-num {
  font-size: 28px
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 40px;
    }
}