

        .logo {
            margin: 3%;
            position: relative;
        }
  
        .afdeling_title {
            color: #707070;
            font-weight: bold;
            position: absolute;
            bottom: -5px;
            width: 500px;
            font-size: 14px; 
            left: 45px;
        }


.subscribe_top {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    padding: 20px 0;
    margin-left: 20px;
    cursor: pointer;
}


