.rent {
    padding: 50px 0;
}

.rent h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 48px;
    line-height: 6vw;
    text-transform: uppercase;
    color: #1D4A8E;
}

.rent-page-content p {
    font-size: 20px;
    line-height: 2.0;
    color: #424146;
    padding-bottom: 25px;
}

.rent a {
    color: #424146;
    text-decoration: none;
    transition: color 0.3s;
}

.rent a:hover {
    color: #3498db;
}