*{
    box-sizing: border-box;
}

.all{
}

body{
    background-color: #F4F6F7;
}

.header-one{
    width: 100%;
    height: 600px;
    padding: 90px 20px 0 20px;
    background-color: #024AA1;
}

.title{
    font-size: 32px;
    font-family: Bold;
    color: #FFFFFF;;
    margin-bottom: 50px;
}

.container{
   padding: 20px;
   margin-top: -450px;
}

.content{
    width: 100%;
    height: 165px;
    text-align: center;
    background-color: #EBF4FF;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.img1{
    margin-left: auto;
    margin-right: auto;
    width: 33px;
    height: 33px;
    margin-bottom: 10px;
}

.img1 img{
    width: 100%;
    height: 100%;
}

.dept{
    font-size: 16px;
    font-family: Regular;
    margin-bottom: 3px;
}

.phone{
    font-size: 14px;
    font-family: Regular;
}


.map-box{
    margin: 0 20px 30px 20px;
    padding: 10px;
    background-color: #FFFFFF;
}

.map{
    height: 230px;
    background-color: skyblue;
}

.map:nth-child(1){
    margin-bottom: 35px;
}