.social_icon{
	display: block; /* Changed from flex to block */
	align-items: center;
	justify-content: center;
	padding-top: 15px;
    padding-bottom: 15px;
}
.social_icon a{
	margin-right: 5px;
	padding:5px 5px;
}
.social_icon a img{
	height: 45px;
	width: 45px;
}

/* New styles for buttons */
.social_icon .btn {
    display: flex;
    align-items: center;
    justify-content: left; /* Align content to the left */
    margin-bottom: 10px;
    text-align: left;
}
.social_icon .btn img {
    height: 24px;
    width: 24px;
    margin-right: 15px; /* More space between image and text */
}
