section.project-inner-2-banner{
    padding-top: 130px;
    background: #111;
}
section.project-inner-2-banner .pi-2b-container{
    padding: 0 62px;
}
.pib-wrapper .pib-ban-upper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.pib-ban-upper .head-left h1{
    color: #fff;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 95.5%; /* 61.12px */
}
.pib-ban-upper .right-sub-txt .rst-top p{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 1px;
    max-width: 65ch;
}
.pib-ban-upper .right-sub-txt .rst-bottom .work-tag p{
    color: #fff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 15px */
    letter-spacing: 3.5px;
    text-transform: uppercase;
}
.pib-ban-upper .right-sub-txt .rst-bottom .work-seperater{
    color: #D8031D;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}
.pib-ban-upper .right-sub-txt .rst-bottom{
    display: flex;
    align-items: center;
    gap: 6px;;
}
.pib-ban-upper .right-sub-txt{
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.pib-ban-img img{
    width: 100%;
    /* height: 100%; */
    height: auto;
    display: flex;
    /* object-fit: cover;
    position: absolute;
    inset: 0; */
}
.pib-ban-img{
    position: relative;
    width: 100%;
    /* padding-top: 40%; */
    /* overflow: hidden; */
}
.pib-wrapper{
    display: flex;
    flex-direction: column;
    gap: 44px;
}
.project-inner-content-wrapper .sp-quote-wrapper {
    max-width: 1155px;
    width: 100%;
    margin: 0 auto;
}
.sp-project-images-top .sp-project-image-wrapper{
    width: 50%;
}
.sp-project-image-caption p{
    color: #909090;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 1px;
}
.sp-project-image-caption {
    margin-top: 15px;
    display: none;
}
.sp-project-image-wrapper .image_caption.center {
    text-align: center;
}
.sp-project-images-bottom-wrapper .sp-project-image-caption p{
    text-align: center;
}
.sp-project-images-bottom-wrapper .sp-project-image img{
    object-position: top;
}
.sp-project-found-quote .sp-quote-wrapper{
    max-width: 992px;
}
section.sp-project-image-collection{
    display: flex;
    flex-direction: column;
    gap: 76px;
    padding-top: 80px;
    padding-bottom: 60px;
}
section.sp-project-image-collection .sp-project-images{
    padding-top: 0;
}
.sp-proj-exp-blog-deliverables {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
}
.sp-proj-exp-blog-deliverables .sp-proj-exp-bd-item{
    display: flex;
    flex-direction: column;
}
.sp-proj-exp-bd-item .delivery-head{
    color: #6F6F6F;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
}
.sp-proj-exp-bd-item .delivery-body, .sp-proj-exp-bd-item ul li{
    color: var(--SP-BLACK, #111);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Aspekta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
}
.sp-proj-exp-bd-item .delivery-body a{
    border-bottom: 1px solid #111;
    display: inline;
}
.sp-proj-exp-bd-item ul{
    list-style: none;
}
.sp-proj-exp-blog-cont .sp-proj-exp-quote-cta{
    padding-top: 120px;
}