.tp-header-logo a img{
    max-height: 44px;
}

.tp-hero-3-title {
    font-size: 66px;
    font-weight: 600;
    line-height: 86px;
    margin-bottom: 35px;
    letter-spacing: 0px;
}
.tp-experience-heading {
    position: relative;
    padding-top: 130px;
}
.tp-rent-content p {
    line-height: 1.3;
}
.tp-section-title {
    font-weight: 600;
    font-size: 44px;
}
.tp-section-title-pre {
    text-transform: lowercase;
}

.tp-cta-content-contact a {
    font-size: 20px;
}
.tp-blog-3-item-title a{
    font-size: 18px;
}

.tp-header-right-user-icon span {
    background-color: transparent;
}
@media only screen and (max-width: 767px) {
    .tp-hero-3-title {
        font-size: 44px;
        line-height: 56px;
        margin-bottom: 30px;
    }
    .tp-apartment-wrap-2 .tp-apartment-item{
        width: 100%;
        margin-left: 30px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .tp-experience-heading {
        padding-top: 40px;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
}