@charset "utf-8";

.item-area {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 930px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.item-area h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
}

.about-item p {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 15px;
}

.about-item a {
    margin-bottom: 20px;
    background-color:  #5DAC81;
    color: #fff;
    display: inline-block;
    min-width: 180px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
}

.about-item a:hover {
    background-color: #B5CAA0;
}

