.cont_info{
    display: flex;
    flex-direction: row;
    height: 70vh;
    width: 100%;
    justify-items: center;
}
.address{
    background-color: #1e275f;
    display: flex;
    justify-items: center;
}
.cont_info div{
    width: 100%;
    padding: 5px;
}
form{
    width: 60%;
    border: 1px solid black;   
    padding: 10px;
    text-align: center; 
    margin-left: 20%;
    border-radius: 30px;
}
form div{
    display: flex;
    flex-direction: column;
    text-align: left;
}
.doc{
    display: flex;
    flex-direction: column;
    font-weight: bold;
}
.doc1{
     display: flex;
    flex-direction: row;
    font-weight: bold;
}
iframe{
    width: 100%;
    height: 50vh;
}
@media (max-width: 780px) {
    .cont_info{
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    width: 100%;
    justify-items: center;
}
form{
    width: 100%;
    border: 1px solid black;   
    padding: 10px;
    text-align: center; 
    margin-left: 0%;
    border-radius: 30px;
}
}