.detail {
    padding: 250px 0 100px 0;
}

.project-detail span {
    padding: 10px 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(72, 88, 239, 0.08);
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    /* or 183% */
    color: #4463F0;
}

.project-detail p {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #1A2B4B;
    margin-bottom: 30px;
}

.title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    /* or 161% */
    color: #1A2B4B;
    margin-top: 65px;
}

.description {
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */
    color: #1A2B4B;
}

.opportunities {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    /* or 161% */
    color: #1A2B4B;
    margin-top: 70px;
}

.project-detail-description ul {
    list-style: none;
}
.project-detail-description ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */
    color: #1A2B4B;
    margin-top: 1em;
    display: inline-block;
}

.project-detail-description ul li::before {
    content: "\2022";
    color: #2a44ad;
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
    width: 1em;
}
@media only screen and (max-width: 992px) {
    .project-detail p {
        font-weight: 600;
        font-size: 30px;
        line-height: 30px;
    }
    .project-detail span {
        font-size: 18px;
    }
    .title {
        font-weight: 600;
        font-size: 25px;
        line-height: 29px;
    }
    .description {
        font-size: 20px;
        line-height: 22px;
    }
    .opportunities {
        font-size: 25px;

    }
    .project-detail-description ul li {
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
    }
    .project-detail {
        margin-bottom: 30px;
    }
}

