@charset "utf-8";
/* CSS Document */
.benefit-list-c > .frame__cell{
	padding: 0;
}
@media screen and (max-width: 640px){
	.benefit-list-c__wrapper > .benefit-list-c__item {
    	margin: 1px;
    	flex-basis: calc((100% / 3) - 2px);
	}
	.benefit-list-c__wrapper{
		margin: -1px;
	}
}
body, h1, h2, h3, h4, h5 {
    font-family: sans-serif !important;
}
h2, h3, h4, h5{
	font-weight: 600 !important;
}
.sd-biolink-top-wrapper{
	margin: 26px 0;
	text-align: center;
}
.sd-biolink-profile-name{
	font-size: 16.25px;
	line-height: 16.25px;
	margin-top: 10px;
	margin-bottom: 0 !important;
}
.sd-biolink-profile-image{
	background: grey;
	border-radius: 50%; 
	width: 65px; 
	display: inline-block;
}
a.sd-biolink-some-link {
    width: 48px;
    height: 48px;
    display: inline-block;
    padding: calc((48px - 1.5rem) / 2);
	margin-right: calc((-48px + 1.5rem) / 2);
    margin-left: calc((-48px + 1.5rem) / 2);
}
.sd-biolink-some-icon{
	width: 1.5rem;
    display: inline-block;
}
a.sd-biolink-button {
    border: 2px solid #000;
    width: 90%;
    display: inline-block;
    padding: calc((44px - 14.3px)/2);
    min-height: 48px;
    line-height: 14.3px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border-radius: 6px;
	font-size: 14.3px;
}