html {
    font-size: 100%;
}

#first-block,
#second-block,
#third-block,
#fourth-block {
    text-align: center;
    padding: 3.5rem 0;
}
#carousel {
    text-align: center;
    background: #e5e5e5;
}
#first-block {
    background: #fff;
}
#second-block {
    background: #e5e5e5;
}
#third-block {
    background: #fff;
}
#fourth-block {
    background: #e5e5e5;
}
#map {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.info-window {
    font-family: "Montserrat", sans-serif;
}
.info-content {
    color: #999;
}

.big {
    font-size: 1.2rem; /* Adjust this value as needed */
}

footer {
    background: #fff;
    padding: 3.5rem 0;
}
@media screen and (max-width: 768px) {
    .right {
        float: none;
    }
    
    @media only screen and (max-width: 768px) {
  .hero-image {
    width: 100%;
    height: auto;
  }
        
}
hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
