.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.image-section {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.image-section img {
    max-width: 200px;
    display: block;
    margin: 0 auto 15px;
}

.image-section strong {
    display: block;
    margin-bottom: 5px;
    color: #12324a;
    font-size: 16px;
}

.image-comparison {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.image-cell {
    width: 48%;
    text-align: center;
}

.image-cell img {
    max-width: 100%;
    height: auto;
}

.image-caption {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.image-position {
    display: block;
    color: #666;
    font-size: 13px;
    margin-top: 5px;
}

.section-button {
    background-color: #f0f0f5;
    border: none;
    padding: 15px 40px;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    width: calc(100% - 80px);
    color: #2b5592;
    border-radius: 25px;
    margin: 10px 40px;
    display: block;
    outline: none;
}


.features {
    padding: 0;
    margin: 0;
}

.feature-columns {
    display: initial;
    gap: 50px;
}

.features ul {
    column-count: 1;
}

.feature-column {
    flex: 1;
    float: none !important;
    margin: 0 !important;
}

.feature-list {
    list-style: none;
}

.feature-list span {
    margin: 15px 0;
    float: left;
    width: 100%;
}