.second-section {
    background-color: #3D344B;
    border-radius: 15px;
    padding: 20px;
    color: #FFF;
    width: 75%;
    margin: 0 auto;
}

.second-section h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

.second-section p {
    font-size: 25px;
    margin-bottom: 10px;
}

.icon-img {
    width: 30px; 
    height: 30px; 
    margin-right: 10px; 
}
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.navbar-nav li.nav-item a.nav-link:hover {
  color: #DD3D3D !important;
  text-decoration: underline !important;
}

.first, .last {
    display: inline-block;
    vertical-align: top; 
    width: 48%; 
}

.third-section {
    margin-top: 20px;
}

.third-section .card {
    margin-bottom: 20px;
}
.google-map {
padding-bottom: 50%;
position: relative;
}

.google-map iframe {
height: 100%;
width: 100%;
left: 0;
top: 0;
position: absolute;
}
