body {
    background-color: #f4f4f4;
}

.left-container{
    height:500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #b6d5d9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.left-container p , .left-container strong , .fas, .fa-brands {
    font-size:1rem;
    color: #023a5f;
}

.left-container a:link{
    font-size:1rem;
    color:#043233

}

.contact-container {
    height:500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.contact-info {
    display: flex;
    align-items: center;
    margin-top:20px;
    margin-bottom: 20px;
}
.contact-info i {
    font-size: 20px;
    margin-right: 30px;
}
.contact-info a {
    text-decoration: none;
}
.map-wrap{
    padding: 2px; 
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 34%; 
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
