#main_contents {
	padding: 0 20px;
}
h3 {
    margin-top: 4rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #ce101a;
    padding-bottom: 1rem;
}
p {
    margin-bottom: 20px;
}

.top_text {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.talk_img {
    width: 100%;
    max-width: 500px;
}

.profile {
    padding: 20px;
    background: #fcf8e3;
}
.profile p:first-of-type {
    margin-top: 20px;
}
.profile p:last-of-type {
    margin-bottom: 0;
}