.body_image {
   background: url(/img/contact01.jpg);
   background-size: 100% 100%;
   height: 450px;
   width: 100%;
   padding-top: 52px;
}
.site {
   display: grid;
   grid-template-columns: 30% 70%;
   height: 70vh;
   width: 85%;
   margin: 20px auto;
   margin-bottom: 50px;
   /* border: 1px solid #00a0e9; */
   margin-bottom: 15px;
   padding: 5px;
   overflow: hidden;
}
.site_img{
   height: 100%;
   width: 100%;
   margin-left: 10px;
}
.address{
   width: 100%;
   height: 100%;
   margin: 0px auto;
   margin-bottom: 20px;
   line-height: 25px;
   border: 1px solid #00a0e9;
   padding: 8px;
   /* background-image: linear-gradient(#c0c0aa, #1cefff); */
   border-radius: 6px;
   opacity: .8;
}
.address h1{
   font-weight: 700;
   line-height: 40px;
}
.address p{
   line-height: 28px;
}
