/* .inner.first_content {
  margin-top: 180px;
} */

.first_content h2 {
    margin: 2rem 0;
    text-align: center;
    letter-spacing: -1.2px;
}

@media screen and (max-width:370px) {
    .first_content h2{
        font-size: 1.75rem;
    }
}

.main {
    text-align: center;
}

.main h3 {
    margin-bottom: 1rem;
    color: #E67E7E;
    font-size: 1.8125rem;
}

.name1 {
    font-weight: 500;
}
.name2 {
    margin: .5rem 0 1rem;
    font-size: 1.375rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
}
.name2 rt {
    font-weight: normal;
}

.btn {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 15px 50px 17px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 9999px;
    background: #E67E7E;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
}

p.img{
    margin: 2rem auto;
}

p.img img{
    width: 100%;
    max-width: 600px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    border: #F8E1E7 solid 10px;
}

@media screen and (max-width:750px) {
    p.img img{
        height: 240px;
    }
}