.about_footer{
    background: rgba(15, 73, 100, 1);
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
}
.about_footer_1{
    width: 30%;
    flex-direction: column;
    margin: 10px 0px 10px 0px;
}
.about_footer_2{
    width: 40%;
    flex-direction: column;
    margin: 10px 0px 10px 0px;
}
.about_footer_side_1{
    width: 100%;
}
.about_footer_1 p{
    width: 100%;
    border-bottom: 2px solid white;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color:white;
    letter-spacing: 2px;
}
.about_footer_side_1 p{
    border: none;
    width: 90%;
    font-size: 18px;
    margin: 10px 0px 10px 0px;
    text-transform: none;
    letter-spacing: normal;
    text-align: left;
}
.footer_icon{
    width:99%;
    margin-bottom: 20px;
}
.footer_icon a{
    font-size: 30px;
    color:white;
    text-decoration: none;
    transform: rotate(0deg);
    transition: 1s;
}
.footer_icon a:hover{
    color:grey;
    transform: rotate(360deg);
}
.map_frame{
    margin: 10px 0px 10px 0px;
    width:30%;
    height: 200px;
}