.mananger {
    background: #F9F9F9;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    padding: 35px 0;
    margin-top: 30px;
    width: 100%;
    margin-left: auto;
}
.mananger-onTop {
    margin-top: 0px;
    margin-bottom: 30px;
}
.mananger-holder {
    margin: auto;
    width: 220px;
    max-width: 100%;
    text-align: center;
}
.mananger-img {
    width: 178px;
    margin: auto;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}
.mananger-img::after {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    border: 2px solid #00594D;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.mananger-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.mananger-title {
    font-family: "Raleway";
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 12px;
}
.mananger-pos {
    font-family: "Raleway";
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #B3B3B3;
}
.mananger-footer {
    margin-top: 15px;
    margin-bottom: 0;
}
.mananger-footer a {
    font-size: 18px;
    line-height: 21px;
    color: #000;
    display: inline-block;
}
