.contact{

    background-color: #3a2417;

    padding: 60px 20px;

    text-align: center;

    position: relative;

    margin-bottom: 0 !important;

    padding-bottom: 0 !important;

}

.contact h2{

    text-align: center;

    font-size: 42px;

    margin-bottom: 90px;

    color: #f2e9df;

    font-family: "Times New Roman", serif;

}

.contact-info{

    text-align: left;

    max-width: 500px;

    margin-left: 250px;

}

.contact-info p{

    font-size: 22px;

    margin-bottom: 20px;

    color: white;

}

.contact-content{

    display: flex;

    justify-content: space-between;

    margin-top: -120px;

    align-items: center;

    width: 100%;

}

.map-container{

    margin-right: 250px;

    position: relative;
    
    top: -40px;

}

.map-container iframe{

    width: 320px;

    height: 200px;

    border: none;

    border-radius: 20px;

    box-shadow: 0 5px 20px rgba(0,0,0,0.25);

}