.bdt-social-links {
	display: flex;
}

.bdt-social-initials {
    display: flex;
    background: #333333;
	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: cover;
    color: #ffffff;
    width: 60px;
    height: 60px;
    justify-content: center;
    border-radius: 200px;
    align-items: center;
    font-size: 18px;
    margin-right: 10px;
}

.bdt-social-icon {
    display: flex;
    background: #333333;
	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: cover;
    color: #ffffff;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 10px;
}