.ap-soc_header{
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #303030;
}

.ap-soc_wrapper {
    line-height: 0px;
}

.ap-soc_wrapper>img {
    transform: scale(0.7);
}

.ap-soc_list {
    justify-content: center;
    display: flex;
    flex-direction: row;
    line-height: 0px;
    padding-left: 0px;
    margin-top: 15px;
    margin-bottom: 30px !important;
}

.ap-soc_list>li {
    padding: 2px;
    margin: 5px;
    border-radius: 5px;
    background-color: #1E73BE;
    cursor: pointer;

}

.ap-soc_list>li:hover {
    background-color: #EC7405;
}