* {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
div#content {
    background-color: #fff;
}

div#company-profile-wrapper {
    /* position: relative; */
    background: #fff;
    position: relative;
    padding-bottom: 80px;
}

div#company-profile-specific {
    /* position: absolute;
    bottom: -50%;
    right: 0;
    width: 100%;
    z-index: 1; */
    position: absolute;
    bottom: -65px;
    width: 100%;
    z-index: 2;
    margin-bottom: 0;
}
.company-profile-specific-item {
    align-items: center;
    display: flex;
    padding: 24px;
    gap: 16px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    border-radius: 0;
    background: #07294D;
}
.company-profile-specific-icon {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
    margin: 0;
}
.company-profile-specific-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #FFC600;
    margin: 0;
}
.company-profile-specific-text {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    margin: 0;
}
div.grey-background {
    /* background-color: #EDF0F2; */
    background: #EDF0F2;
    position: relative;
    padding-top: 96px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 80px;
}
.case-study-card {
    display: flex;
    padding: 40px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

/* Bootstrap rows inside .case-study-card do not stretch horizontally because of align-items: flex-start.
   When there is no tech overview description, force top-level rows full width so col-md-6 pair spans the card. */
#technology-overview-wrapper .case-study-card--tech-overview-no-description > .row {
    width: 100%;
    align-self: stretch;
}
.overview-item {
    border-radius: 8px;
    border: 1px solid #EDF0F2;
    background: #EEFFF4;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #01923A;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 24px 16px;
    justify-content: flex-start;
}
.overview-item p {
    color: #07294D;
}
.text-E64C4B {
    font-family: 'Roboto', sans-serif;
    color: #E64C4B;
    font-weight: 500;
    font-size: 17px !important;
    font-style: normal;
    line-height: 26px;
}
.key-card {
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 2px;
}
.key-card h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    color: #101828;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}
.key-card p {
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background: #FFF;
    border: 1px solid #EDF0F2;
    border-radius: 4px;
    padding: 16px 40px;
}
#key-performance-indicators-wrapper .row {
    display: flex;
}
#key-performance-indicators-wrapper .col-md-4 {
    display: flex;
    flex-direction: column;
}
#key-performance-indicators-wrapper .key-card {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
    height: 100%;
}
#case-study-bottom-wrapper {
    padding-top: 28px;
    padding-bottom: 28px;
}
#case-study-bottom-wrapper .btn {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #07294D;
    width: fit-content;
}
#case-study-bottom-wrapper .btn img {
    margin: 0;
}
#case-study-bottom-wrapper .download-btn {
    background: #07294D;
    color: #FFF;
}
#case-study-bottom-wrapper .back-btn {
    color: #07294D;
}
.border-left-light {
    border-left: 1px solid #EDF0F2 !important;
    border-right: 1px solid #EDF0F2 !important;
}
.border-top-light {
    border-top: 1px solid #EDF0F2 !important;
    border-bottom: 1px solid #EDF0F2 !important;
}

#technology-solution-details-wrapper .case-study-card p strong{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.w-md-fit-content {
    width: 100% !important;
}

@media (min-width: 768px) {
    .w-md-fit-content {
        width: fit-content !important;
    }
}

@media (max-width: 767.98px) {
    .border-left-light {
        border-left: none !important;
        border-right: none !important;
    }
    .border-top-light {
        border-top: 1px solid #EDF0F2 !important;
        border-bottom: 1px solid #EDF0F2 !important;
    }
}
@media (min-width: 768px) {
    .border-left-light {
        border-left: 1px solid #EDF0F2 !important;
        border-right: 1px solid #EDF0F2 !important;
    }
    .border-top-light {
        border-top: none !important;
        border-bottom: none !important;
    }
}

div.type2-scope-of-improvement {
    border: solid 1px #EDF0F2;
    border-radius: 8px;;
    padding: 24px 16px;
    margin-bottom: 20px;
}

div.type2-scope-of-improvement span.title {
    color: #E64C4B;
}