.feature-container {
    padding: 20px 0 40px;
}
.feature-container h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    border-left: 8px solid #349be4;
    padding-left: 8px;
    margin: 40px 0 20px;
}
.feature-container p {
    padding-bottom: 15px;
}
.feature-container a {
    display: block;
    width: fit-content;
    padding: 6px 0;
    font-weight: bold;
    color: #4183c4;
    line-height: 1.6;
}
.feature-container a:hover {
    text-decoration: underline;
}