@charset "UTF-8";

.lower-h1 {
    color: #C75B84;
}

.about-logo {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.about-text {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 32px;
}

.about-list {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    padding: 12px;
    font-size: 13px;
}

.about-item {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    padding: 8px 0;
    border-bottom: #A69898 1px dotted;
}

.about-item span {
    display: block;
}

.about-label {
    width: 84px;
    font-weight: bolder;
}

.about-value {
    flex: 1;
}

.about-value .caption {
    font-size: 12px;
}

.about-item:nth-child(3) {
    border-bottom: none;
    padding-bottom: 0;
}