@charset "utf-8";


.main h2{
    margin-top: 1.6rem;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.main h2::after{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #383838;
    margin: 20px auto;
}

.temp-imgs{
    margin: 30px auto;
    max-width: 800px;
}

.temp-imgs img{
    margin-top: 20px;
}

@media (max-width: 800px){
    .temp-imgs{
        margin: 0 20px;
    }
}