.c-industry-template__banner {
    background: var(--p-color);
    overflow: hidden;
    position: relative;
}

.c-industry-template__banner > .container{
    align-items: flex-start;
    display: flex;
    z-index: 2;
    padding-top: 51px;
    flex-wrap: wrap;
    gap: 50px;
}

.c-industry-template__banner .image {
    height: 222px;
    width: 100%;
    text-align: center;
}

.c-industry-template__banner .image img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.c-industry-template__banner .container .h1 span {
    color: var(--s-color);
}

.c-industry-template__banner .container .h1,
.c-industry-template__banner .container .body {
    padding: 0;
    margin: 0 0 24px;
}

.c-industry-template__banner .container .h1 {
    color: #fff;
}

.c-industry-template__banner .container .body {
    color: var(--t-color);
}

.c-industry-template__banner .c-industry-template__banner--content {
    width: 100%;
}

.c-industry-template__banner .blue-bg {
    background: var(--t1-color);
}

.c-industry-template__overview {
    background: var(--t1-color);
}

.c-industry-template__overview .container {
    padding-block: 50px;
}

.c-industry-template__overview .h2 {
    color: var(--p1-color);
    margin: 0 0 24px;
    padding: 0;
}

.c-industry-template__overview .o-button {
    margin-top: 32px;
}

.c-industry-template__overview .c-industry-template__overview--content p {
    color: var(--p2-color);
    font-size: 16px;
    margin-top: 0;
}

.c-industry-template__overview .c-industry-template__overview--content p:last-child {
    margin-bottom: 0;
}

.c-industry-template__overview .c-industry-template__overview--content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.c-industry-template__banner .blue-bg .container {
    padding-top: 40px;
    padding-bottom: 36px;
}

.c-industry-template__banner .blue-bg .h2 {
    color: var(--p1-color);
    margin: 0 0 24px;
    padding: 0;
}

.c-industry-template__banner .blue-bg .c-industry-template__overview--content p {
    color: var(--p2-color);
    font-size: 16px;
    margin-top: 0;
}

.c-industry-template__banner .blue-bg .c-industry-template__overview--content p:last-child {
    margin-bottom: 0;
}

.c-industry-template__banner .blue-bg .c-industry-template__overview--content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.c-industry-template__banner .bg-blue-diagonal {
    transform-origin: bottom left;
    background: var(--t1-color);
    height: 400px;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 0;
    transform: skewY(-11.9deg);
}

.c-industry-template__team-builder {
    background-color: var(--p1-color);
    padding: 40px 20px;
}

.c-industry-template__team-builder .container {
    background: #fff;
    border-radius: 20px;
    max-width: 1240px;
    padding: 40px 30px;
}

.c-industry-template__team-builder .overline {
    color: var(--s-color);
    display: block;
    margin-bottom: 16px;
}

.c-industry-template__team-builder .h2 {
    color: var(--p1-color);
    margin-top: 0;
    margin-bottom: 30px;
}

.c-industry-template__role-job-list .container {
    padding-block: 40px;
}

.c-industry-template__role-job-list .h2{
    color: var(--p1-color);
    margin-bottom: 10px;
}

.c-industry-template__role-job-list .body{
    color: var(--p2-color);
    margin-bottom: 16px;
    margin-top: 0;
}

.c-industry-template__role-job-list .c-industry-template__role-job-list__roles .list {
    margin-bottom: 30px;
}

.c-industry-template__role-job-list .c-industry-template__role-job-list__details .body {
    color: var(--p2-color);
    margin: 0;
    background: var(--t1-color);
    border-radius: 20px;
    padding: 30px;
}

.c-industry-template__role-job-list .c-industry-template__role-job-list__details,
.c-industry-template__role-job-list .c-industry-template__role-job-list__details .c-industry-template__role-job-list__roles {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.c-industry-template__role-job-list .container > .o-button {
    margin-top: 40px;
}

.c-industry-template__role-job-list .c-industry-template__role-job-list__roles .c-industry-template__role-job-list__role {
    width: 100%;
}

.c-industry-template__role-job-list .c-industry-template__role-job-list__role .details {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.c-industry-template__role-job-list .c-industry-template__role-job-list__role .details img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.c-industry-template__role-job-list .c-industry-template__role-job-list__role .list {
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.c-industry-template__role-job-list .c-industry-template__role-job-list__role .list .overline-small {
    width: 100%;
    position: relative;
    display: flex;
    color: var(--p1-color);
    align-items: center;
    gap: 8px;
}
.c-industry-template__role-job-list .c-industry-template__role-job-list__role .list .overline-small span {
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}
.c-industry-template__role-job-list .c-industry-template__role-job-list__role .list .overline-small:hover span {
    border-color: var(--p1-color);
}
.c-industry-template__role-job-list .c-industry-template__role-job-list__role .details .h4 {
    margin-bottom: 0;
    color: var(--p1-color);
}

.c-industry-template__role-job-list .c-industry-template__role-job-list__details > .body {
    width: 100%;
}

.image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.c-industry-template__book-a-call {
    background: var(--t1-color);
}

.c-industry-template__book-a-call .container {
    padding-block: 40px;
}

.c-industry-template__book-a-call .h2 {
    color: var(--p1-color);
    margin-bottom: 24px;
}

.c-industry-template__book-a-call .c-industry-template__book-a-call__content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

.c-industry-template__book-a-call .c-industry-template__book-a-call__content p {
    color: var(--p2-color);
    margin-top: 0;
} 

.c-industry-template__book-a-call .c-industry-template__book-a-call__content p:last-child {
    margin-bottom: 0;
}

.c-industry-template__book-a-call__cta {
    box-shadow: 0px 2px 3px 0px #11283E1A;
    background: #fff;
    border-radius: 20px;
    margin-top: 40px;
    padding: 40px 20px;
}

.c-industry-template__book-a-call__cta .overline {
    color: var(--s1-color);
    display: block;
    margin-bottom: 10px;
}

.c-industry-template__book-a-call__cta .h2 {
    color: var(--p1-color);
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 0;
}

.c-industry-template__book-a-call__cta .o-button {
    width: 100%;
}

.c-industry-template__book-a-call .c-industry-template__book-a-call__content .body .image {
    display: block;
    width: 100%;
    height: 300px;
    max-width: 100%;
    margin: 41px auto 0;
}

.c-industry-template__why-hire .container {
    text-align: left;
    padding-block: 40px;
}

.c-industry-template__why-hire .container .h2 {
    color: var(--p1-color);
    margin: 0 0 24px;
}

.c-industry-template__why-hire .container .body {
    color: var(--p1-color);
    font-size: 16px;
    margin: 0 auto;
}

.c-industry-template__why-hire .container ul {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.c-industry-template__why-hire .container ul .overline {
    color: var(--p1-color);
    font-family: var(--ff-body);
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 11px;
}

.c-industry-template__why-hire .container ul li .body {
    color: var(--p2-color);
    margin: 0;
}

.c-industry-template__why-hire .container ul li {
    width: 100%;
}

.c-industry-template__why-hire .container ul li img {
    width: 50px;
    height: 50px;
    margin-bottom: 11px;
    object-fit: contain;
}

/* Footer */
.main-footer-sidebar > aside {
    display: none;
}

.main-footer-sidebar .call-us-background {
    margin-top: 60px;
}

@media screen and (min-width: 768px) {
    .c-industry-template__banner .image {
        height: 415px;
    }
    .c-industry-template__role-job-list .c-industry-template__role-job-list__roles .c-industry-template__role-job-list__role {
        width: calc(100% / 2 - 20px);
    }
}

@media screen and (min-width: 1024px) {
    .c-industry-template__banner > .container{
        flex-wrap: nowrap;
        gap: 104px;
        margin-bottom: 80px;
        padding-top: 80px;
    }
    .c-industry-template__banner .container .h1,
    .c-industry-template__banner .container .body {
        margin: 0 0 32px;
    }
    .c-industry-template__banner .c-industry-template__banner--content {
        max-width: 519px;
    }
    .c-industry-template__banner .image {
        max-width: 621px;
    }
    .c-industry-template__banner .blue-bg .c-industry-template__overview--content {
        flex-wrap: nowrap;
    }
    
    .c-industry-template__banner .blue-bg .c-industry-template__overview--content > div {
        padding-right: 32px;
        width: calc(100% / 2);
    }
    .c-industry-template__banner .blue-bg .container {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .c-industry-template__banner .blue-bg .h2 {
        margin-bottom: 50px;
        max-width: 820px;
    }
    .c-industry-template__overview .h2 {
        margin-bottom: 50px;
        max-width: 820px;
    }
    .c-industry-template__overview .c-industry-template__overview--content {
        flex-wrap: nowrap;
        gap: 56px;
    }
    .c-industry-template__overview .container {
        padding-block: 100px;
    }
    .c-industry-template__team-builder {
        padding: 100px 0;
    }
    .c-industry-template__team-builder .container {
        padding: 60px 90px 60px 80px;
    }
    .c-industry-template__role-job-list .container {
        padding-block: 100px;
    }
    .c-industry-template__role-job-list .container > .body {
        margin-bottom: 50px;
    }
    .c-industry-template__role-job-list .c-industry-template__role-job-list__details,
    .c-industry-template__role-job-list .c-industry-template__role-job-list__details .c-industry-template__role-job-list__roles {
        flex-wrap: nowrap;
        gap: 20px;
    }
    .c-industry-template__role-job-list .container > .o-button {
        margin-top: 0px;
    }
    .c-industry-template__role-job-list .c-industry-template__role-job-list__details > .body {
        max-width: 295px;
    }
    .c-industry-template__role-job-list .c-industry-template__role-job-list__roles .c-industry-template__role-job-list__role {
        width: calc(100% / 3);
    }
    .c-industry-template__book-a-call .container {
        padding-top: 100px;
        padding-bottom: 150px;
    }
    .c-industry-template__book-a-call .container > .h2 {
        margin-bottom: 50px;
        max-width: 820px;
    }

    .c-industry-template__book-a-call .c-industry-template__book-a-call__content {
        gap: 56px;
        flex-wrap: nowrap;
    }
    
    .c-industry-template__book-a-call .c-industry-template__book-a-call__content .body {
        width: calc(100% / 2 - 30px);
    }
    
    .c-industry-template__book-a-call__cta {
        margin-top: 100px;
        padding: 60px 80px;
    }

    .c-industry-template__book-a-call__cta .overline {
        margin-bottom: 16px;
    }

    .c-industry-template__book-a-call__cta .h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .c-industry-template__book-a-call__cta .o-button {
        width: fit-content;
    }

    .c-industry-template__book-a-call .c-industry-template__book-a-call__content .body .image {
        height: 456px;
        max-width: 500px;
    }

    .c-industry-template__why-hire .container {
        text-align: center;
        padding-block: 100px;
    }
    
    .c-industry-template__why-hire .container .h2 {
        margin-bottom: 24px;
    }
    
    .c-industry-template__why-hire .container ul {
        flex-wrap: nowrap;
        gap: 56px;
        margin-top: 30px;
    }

    .c-industry-template__why-hire .container ul li {
        width: calc(100% / 3);
    }

    .c-industry-template__why-hire .container ul li img {
        margin-bottom: 16px;
    }

    .c-industry-template__why-hire .container ul .overline {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .c-industry-template__why-hire .container .body {
        font-size: 17px;
    }
    .c-industry-template__why-hire .container .h2 {
        max-width: 628px;
        margin: 0 auto 24px;
    }
}