#contact img {
    width: 30px;
    height: 30px;
    margin: 5px;
}

#sr-img {
    width: 250px;
    height: auto;
}

#botP {
    color: white;
    display: inline-flex;
    width: 100%;
    height: 30vh;
    justify-content: left;
    background-color: #2f8e79;
    padding: 40px;
}

#contact h3,
#contact #Cnt{
    display: block;
    text-decoration: none;
    color: white;
    margin: 5px;
}

#contact * {
    font-size: 20px;
}

#QuickLinks,
#img,
#Bmap,
#contact {
    width: 18%;
    text-align: center;
}

#QuickLinks a{
    color: white;
    text-decoration: none;
    display: block;
    padding: 7px;
}

#Bmap {
    margin-left: auto;
}

#Bmap iframe {
    height: 30vh;
    width: auto;
}

#botUP {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background-color: #2f8e79;
    border-top: 1px solid white;
}

#botUP a {
    color: white;
    text-decoration: none;
}