article .h5,
article h5 {
    color: var(--bs-teal);
    font-size: .875rem !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase
}

#deal_review_section img,
img.section-img {
    border-radius: 16px !important
}

.section-description {
    margin-left: 15%;
    margin-right: 15%
}

@media (max-width:768px) {
    article .container {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media only screen and (max-width:576px) {
    .section-description {
        margin-left: unset;
        margin-right: unset
    }
}

article h2 {
    margin-top: 1rem !important
}

.step {
    padding-bottom: 0 !important
}

.step-details {
    padding-top: 0 !important
}

.complete-details {
    font-weight: 700;
    text-transform: uppercase
}

.collapse {
    border-left: 1px solid var(--bs-teal);
    margin-bottom: 50px;
    padding-left: 25px
}

i.check-mark svg {
    fill: var(--bs-teal);
    height: 22px;
    margin-right: 5px
}

.checklist {
    background-color: #fdfdfd;
    border: 1px solid #e2e2e2;
    width: 100%
}

.checklist td {
    border: 1px solid #e2e2e2;
    padding: 10px
}

#sponsor-designation {
    background: #fff;
    width: 100%
}

#sponsor-designation td,
#sponsor-designation th {
    padding: 15px;
    vertical-align: top
}

#sponsor-designation li {
    font-size: 12px
}

#sponsor-designation th {
    color: #000 !important
}

#details1>table ul {
    padding-inline-start: 10px !important
}

article .table td,
article .table th {
    vertical-align: top !important
}

@media only screen and (max-width:991px) {
    article .table td,
    article .table th {
        padding: 1rem !important
    }
    #details1 table.stackable td.st-key:nth-child(2n) {
        background-color: #f6f6f6 !important
    }
    #details1 .st-key {
        color: #000
    }
}

@media (max-width:576px) {
    #sponsor-designation td,
    #sponsor-designation th {
        padding: 5px !important;
        vertical-align: top
    }
}