.damaestro-link4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.damaestro-link4:hover {
    color: #fff;
    text-decoration: underline;
}

.damaestro-4{
    text-align: center;
    position: relative;
}
.damaestro-4 .pic{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid #472c55;
    margin: 0 auto;
    overflow: hidden;
}
.damaestro-4 img{
    width: 100%;
    height: auto;
}
.damaestro-4 .social{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 20px;
    transition: all 0.3s ease-out 0s;
}
.damaestro-4 .social li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #f28a31;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    transform: scale(0);
    transition: all 0.2s ease 0s;
}
.damaestro-4:hover .social li a{ transform: scale(1); }
.damaestro-4:hover .social li a:hover{ background: #262b48; }
.damaestro-4 .team-content{
    padding: 15px 15px 20px;
    background: #262b48;
    border-radius: 40px 10px;
    margin-top: -20px;
    color: #fff;
}
.damaestro-4 .title{
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.damaestro-4 .post{
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.damaestro-4 .description{
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 0;
}
@media only screen and (max-width: 990px){
    .damaestro-4{ margin-bottom: 30px; }
}
@media only screen and (max-width: 359px){
    .damaestro-4 .pic{
        width: 150px;
        height: 150px;
    }
    .damaestro-4 .social{ top: 20px; }
}