@charset "utf-8";

.sfs-intro__main {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: auto;
}
.sfs-intro {
	border: 3px solid #EAEAEA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.sfs-intro img {
	width: 60%;
}
.sfs-intro__main span {
	font-size: 30px;
}
.sfs-intro__main p {
	text-align: justify;
    font-size: 15px;
    line-height: normal;
}
@media only screen and (min-width:680px) and (max-width:830px) {
	.sfs-intro__main {
		width: 70%;
	}
	.greetings .greetings__title {
		font-size: 25px;
	}
}
@media only screen and (max-width:679px) {
	.sfs-intro__main {
		width: 90%;
	}
	.sfs-intro__main span {
		font-size: 22px;
	}
}