
    .link {
    font-family: 'MR', sans-serif;
       
    display: inline-block;
    vertical-align: top;
    margin: 35% 0% 5%;
    border-radius: 20px;
    border: 5px solid #fff;
    padding: 5px;
}
    .hs_link h1 {
    color: #9d7d56;
    font-family: 'MBl', sans-serif;
    font-size: 55px;
    margin: 20px 0 10px;
    border-top: 1px dotted #a2a2a2;
    border-bottom: 1px dotted #a2a2a2;
}


.link h2 {
    font-family: 'MBS', sans-serif;
    font-size: 27px;
    min-height: 50px;
    line-height: 115%;
    margin: 10px 0;
    text-transform: uppercase;
    
    color: #000;
    text-align: center;
    font-weight: bold;
}
.link p {
    margin: 5px 0;
}
  

.link_wrapper {

    background: #fff;
    border-radius: 15px;
    padding: 5% 6%;
}
@keyframes bg {
    0% { background-position: top center; }
    50% {background-position: bottom center;}
    100% { background-position: top center; }
}

.home_footer p{color: #fff; font-size: 17px;}
.home_footer a{ color:#fff;   text-decoration: none;}
