body{
    width:100vw;
    overflow-x: hidden;
}

.topimg{
    width: 100vw;
    margin-bottom: 1rem;
}

.content > div{
    min-height: 50vh;
}

.content input{
    width: 100%;
    background-color: #f2f2f2;
}

.content textarea{
    width: 100%;
    background-color: #f2f2f2;
}

.content label{
    margin-bottom: 5px !important;
    margin-top: 0.2rem;
}

.content h3{
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
}


.content button{
    color: #73dedc;
    border: 2px solid  #73dedc;
    border-radius: 15px;
    background-color: transparent;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
}

.contact {
    padding: 30px 20px;
    border: 3px solid  #f2f2f2 ;
}

.contact h3{
    font-size: 0.5rem;
    margin-bottom: 0.3rem;
}

.contact div{
    margin-top: 0.3rem;
}

.contact p{
    font-size: 0.3rem;
    font-weight: bolder;
    margin-bottom: 8px;
}

.contact i{
    transform: translateY(10%);
    margin-right: 10px;
}

.contact span{
    font-size: 0.3rem;
    font-weight: 300;
}

.map iframe{
    width: 100%;
    height: 100%;
    border: none;
}