.django-development p a {
    /* color: inherit; */
}

.engagement-models .django-box>p {
    margin-bottom: 10px;
    font-size: 16px;
}

.django-box ul {
    margin: 20px 0 20px;
    list-style: none;
    padding: 0
}

.django-box ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, .6);
    position: relative;
    padding-left: 27px;
    margin: 10px 0 5px;
}

.django-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background: linear-gradient(135deg, #dbeafe 0, #e0e7ff 100%);
    border-radius: 20px;
}

.django-box ul li::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    width: 6px;
    height: 3px;
    border-left: 1px solid #2166f3;
    border-bottom: 1px solid #2166f3;
    rotate: -45deg;
}

.bg-dark .django-box span {
    padding: 20px;
    background: #3a4656;
    display: inline-block;
    border-radius: 20px;
    color: #1167e8;
}

.excellent-wrapper>div.button-wrapper {
    flex-direction: column;
}

.excellent-wrapper {
    flex-direction: row;
    justify-content: space-between;
}

.excellent-wrapper>div:not(.button-wrapper) {
    width: 65%;
}

.excellent-wrapper>div.button-wrapper a {
    width: 100%;
}

.excellent-additions.e-meet-wrapper .excellent-wrapper small {
    font-size: 16px;
    font-weight: 400;
}

.excellent-wrapper p {
    font-weight: 800;
    margin-bottom: 10px
}

.snpc2-resource-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    position: relative;
    gap: 0
}

.snpc2-resource-card.blog-list-blck>img {
    border-radius: 12px;
    overflow: hidden;
    height: 240px;
    width: 100%;
    object-fit: cover
}

.snpc2-resource-card>span {
    opacity: 1;
    border-radius: 4.53px;
    padding: 6.47px;
    background: #48db9b;
    display: inline;
    width: auto;
    position: absolute;
    font-size: 12.33px;
    color: #fff;
    top: 15px;
    left: 15px
}


.snpc2-resource-card__image {
    position: relative;
    display: block
}

.snpc2-resource-card__image img {
    width: 100%;
    height: 202px;
    object-fit: cover;
    display: block
}

.snpc2-resource-card__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 11px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #fff
}

.snpc2-resource-card__body {
    padding: 14px 15px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.snpc2-resource-card__body h3 {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: normal;
    letter-spacing: -.02em;
    color: #1f2937;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.glide__arrows {
    margin: 20px auto 0;
}

.slider-wrapper {
    width: calc(33.33% - 15px);
}

.section-third-django .django-grid {
    padding-top: 30px;
}

.glide__bullets,
.owl-dots {
    left: 50%;
    right: auto;
    margin-left: unset;
    transform: translateX(-50%);
}

section.faq-wrapper-section.padding-top {
    padding-top: 30px;
}
p.what-you-get {
    margin: 0;
    /* color: #202021 !important; */
    text-align: left;
}

.text ul {
    margin-top: 5px;
}

.bg-dark p a {
    color: inherit;
}
@media(max-width:1366px) {
    section.main-banner-inner h1.title {
        font-size: 36px;
        line-height: 1.2;
    }
}
@media(max-width:840px) {
    .excellent-wrapper>div:not(.button-wrapper) {
        width: 100%;
    }
}

@media(max-width:640px) {
    .excellent-additions.e-meet-wrapper .excellent-wrapper>div {
        width: 100%
    }

    .excellent-additions.e-meet-wrapper .excellent-wrapper p br {
        display: none;
    }
    .django-box{
        width: 100%;
    }
}

