/* opportunity  */
.bg-style {
    border: 1px solid #c1c7d7;
    border-radius: 8px;
    padding: 24px;
}

.bg-style .btn-2 {
    min-width: unset;
}

.tcards {
    background-color: #eff2f9;
    border: none;
}

.opp .tcards .text p {
    color: #545d76;
    max-width: 600px;
}

.opp .tcards .text p:first-of-type {
    margin: 10px 0 25px;
}
.opp .tcards .text .btns {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.opp .tcards img {
    border-radius: 8px;
}
.opp .list-cards .lcard {
    background-color: #eff2f9;
    border: none;
    height: 100%;
}
.opp .list-cards .lcard h2 {
    margin-bottom: 10px;
}
.opp .list-cards .lcard p {
    color: #445794;
}
.dot-list ul {
    list-style-type: none;
    padding-left: 10px;
    max-width: 395px;
    margin-bottom: 0;
}

.lcard .dot-list p {
    color: #545d76;
}

.dot-list ul li {
    color: #545d76;
    margin-top: 6px;
}
.dot-list ul li {
    position: relative;
}
.dot-list ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #45a4ff;
    top: 8px;
    left: -12px;
}
.opp .list-cards .lcard img {
    border-radius: 8px;
}

.opp .work-wrapper .wcard {
    height: 100%;
    color: #545d76;
}
.opp .work-wrapper .wcard h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.padd-30 {
    padding-bottom: 30px;
}
.marg-30 {
    margin-bottom: 30px;
}

.link {
    color: #051855;
    font-size: 20px;
    text-decoration: underline;
}
.blue {
    color: #45a4ff;
    font-size: 14px;
    font-weight: 500;
    margin: 24px 0 8px;
    display: block;
}
/* fundraising  */

.cta {
    background-color: #051855;
    padding: 32px 24px;
    border-radius: 8px;
}
.cta .text h2 {
    color: white;
    margin-bottom: 10px;
}
.cta .text p {
    color: #8393c7;
    max-width: 600px;
}

@media (max-width: 1199px) {
    /* opportunity  */
    .blog br,
    .opp br,
    .b-detail br {
        display: none;
    }
    .opp .tcards .text p {
        font-size: 15px;
    }
    .opp .tcards .text p:first-of-type {
        margin: 10px 0 20px;
    }

    .opp .tcards .text .btns {
        margin-bottom: 10px;
        gap: 10px;
    }
    .dot-list ul {
        max-width: unset;
    }
    .opp .cta .text p {
        max-width: 560px;
    }

    .brand-cards .b-card h4 {
        font-size: 18px;
    }
    .brand-cards .b-card p {
        font-size: 15px;
    }
    .brand-cards .b-card {
        max-width: unset;
    }

    .outline-box h5 br {
        display: none;
    }
}

@media (max-width: 991px) {
    .bg-style {
        padding: 15px;
    }
    /* opportunity  */
    .opp .tcards .text .btns {
        flex-wrap: wrap;
    }

    .opp .tcards .text .site-btn {
        min-width: 200px;
        padding: 9px 18px;
    }

    .cta {
        padding: 20px 15px;
    }
}