.wrapper{
    border-radius:5px;
    border: solid 2px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.ansatt-bilde{
    height:150px;
}

.readmore{
    background-color:#F9FAFE;
    padding:25px;
    color:black;
}

.readmore:hover{
    text-decoration: none;
    color:white;
    background-color: #74BC44;
    width:100%;
    text-align: center;
}

span{
    display: block;
    width: 100%;
    padding: 5px;
    border-top: 2px solid #74BC44;
    margin-top: -5px;
}

.title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.title:before,
.title:after {
    content: '';
    border-top: 2px solid #74BC44;
    flex: 1 0 20px;
    margin: 10px 10px 10px 10px;
}

.hover-effect{
    transition: all .2s ease-in-out;
}

.hover-effect:hover{
    transform: scale(1.1);
}

.readmore{
    transition: all .2s ease-in-out;
}

.about{
    padding-top:50px;
    line-height:1.8;
}

a{
    text-decoration: none;
}

.wrapper{
    margin-top:10px;
}


@media only screen and (max-width: 600px) {
    .wrapper{
       margin-top:55px;
    }

    .hover-effect{
        transition: none;
    }
} 