.venture-bg-section {
    background-image: url("../images/venture_bg1.png");
    background-size: cover;
    background-position: center;
}
.venture-white-box {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    margin-top: 40px;
}
.venture-sub-title {
    font-size: 22px;
    color: #01225f;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

.venture-white-section.no-top-padding {
    padding-top: 40px;
}
.venture-text-columns {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: 20px auto 40px auto;
    max-width: 850px;
    width: 95%;
}
.venture-text-columns .col {
    width: 30%;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}
.venture-text-columns .col p {
    margin-bottom: 5px;
}
.venture-era-1-graphic {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    display: block;
}
.venture-auto-img {
    max-width: 100%;
    width: unset !important;
    height: auto;
    display: inline-block;
}
.mb-40 {
    margin-bottom: 40px !important;
}

.venture-invite-list {
    margin-top: 30px;
}
.invite-item {
    display: flex;
    background-color: #f2f3f5;
    border-radius: 12px;
    margin-bottom: 15px;
    align-items: stretch;
    overflow: hidden;
}
.invite-label {
    flex: 0 0 220px;
    color: #01225f;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 2px solid #82e2e9;
    padding: 15px;
}
.invite-desc {
    flex: 1;
    padding: 15px 25px;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .invite-item {
        flex-direction: column;
    }
    .invite-label {
        flex: auto;
        border-right: none;
        border-bottom: 2px solid #82e2e9;
    }
}
