.feature {
    border: solid 1px #e8e8e8;
}

.feature:not(:last-child) {
    margin-bottom: -1px; 
}

.feature h3 {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
}

.feature .icon {
}

.feature .content {
    font-size: 12pt;
    display: none;
    gap: 100px;
    padding: 0px 20px 20px 20px;
}

.feature .texts {
    width: 400px;
}

.feature .image {
    width: 450px;
}

.bolder {
    font-weight: 500;
}
.centered {
    text-align: center;
}

.tag {
    border-radius: 5px;
    font-size: 9pt;
    font-weight: 500;
    padding: 0px 3px 0px 3px;
    color: white;
    display: inline-block;
    margin-top: 10px;
}

.tag.blue {
    background-color: #99aaee;
}
.tag.yellow {
    background-color: #dddd88;
}

.filler {
    flex: 1;
}

.feature-page .screenshot {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 35px;
}