.choose-section {
    background: var(--bg-gray);
}

.choose-section .container {
    position: relative;
}

.choose-section .container::before {
    content: '';
    background: var(--bg-green);
    position: absolute;
    top: 0;
    right: 65%;
    height: 550px;
    width: 9999px;
}

.choose-section__content {
    margin-top: 100px;
}

.choose-section__content .card {
    background: var(--bg-white);
}

.choose-section__content .card-body {
    min-height: 100px;
    padding: 30px;
}

.choose-section__content .card-footer {
    background: transparent;
    padding: 30px;
}

.choose-section__content h4 {
    font-size: 20px;
    line-height: 20px;
}

.choose-section__content img {
    opacity: 0.2;
}