.pi-finops-banner-wrapper{
    background: #1D4B98;
background: radial-gradient(circle, rgba(29, 75, 152, 1) 50%, rgba(0, 12, 32, 0.89) 100%);
    border-radius: 8px;
    padding: 3rem 3.5rem;
}
.pi-finops-content{
    padding-right: 1rem;
}
.pi-finops-content h2{
    color: #fff;
    font-weight: 600;
    font-size: 200%;
}
.pi-finops-content h3{
    color: #fff;
    text-align: left;
    font-size: 150%;
    line-height: 32px;
}
.pi-finops-banner-wrapper{
    display: flex;
    width: 90%;
    margin: 0 auto;
    align-items: center;
}
.pi-finops-content{
    width: 50%;
}
.pi-finops-img-wrapper{
    width: 50%;
}
.pi-challenges-head h2{
    text-align: center;
    font-weight: 600;
    font-size: 220%;
    color: #194b98;
    margin-bottom: 2rem;
}
.pi-challenges-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pi-challenges-img-wrapper{
    width: 50%;
}
.pi-challenges-content-wrapper{
    width: 50%;
    padding: 2rem;
}
.pi-challenges-content-wrapper p{
    color: #000;
    font-weight: 500;
    font-family: "Montserrat";
    margin-bottom: 0;
}
.pi-market-head h2{
     text-align: left;
    font-weight: 600;
    font-size: 220%;
    color: #194b98;
    margin-bottom: 1rem;
}
.pi-market-card{
    width: 90%;
    margin: 0 auto;
    background-color: #6c757d3b;
    padding: 2rem;
    border-radius: 8px;
}
.pi-market-card-wrapper{
    display: flex;
}
.pi-market-content{
    width: 50%;
    padding-right: 1rem;
}
.pi-market-content p{
    color: #000;
    font-weight: 500;
    font-family: "Montserrat";
    margin-bottom: 0;
}
.pi-market-content h3{
    color: #194b98;
    text-align: left;
    font-size: 150%;
    line-height: 32px;
    font-weight: 600;
}
.pi-market-content ul li{
    color: #000;
     font-weight: 500;
    font-family: "Montserrat";
    font-size: 14px;
}
.pi-market-content p b{
    color: #194b98;
}
.pi-market-content ul li b{
    color: #194b98;
}
.pi-finops{
    background-color: #f5f5f5;
}
.pi-finops-head h2{
    text-align: center;
    font-weight: 600;
    font-size: 220%;
    color: #194b98;
    margin-bottom: 1rem;
}
.pi-finops-head p{
    color: #000;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    max-width: 780px;
    margin: 0 auto 2rem;
}
.pi-finops-card-content h3{
    text-align: center;
    color: #194b98;
    font-size: 150%;
    line-height: 32px;
    font-weight: 600;
    max-width: 1000px;
    margin: 0 auto;
}
.pi-finops-card-wrapper{
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
.pi-finops-card{
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    padding: 10px 25px;
    text-align: center;
}
.pi-finops-card:nth-child(4){
    margin-right: 0;
}
.pi-finops-card-content p{
    color: #000;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    max-width: 780px;
    margin: 2rem auto 0;
}
.pi-finops-card-img::after{
    content: "";
    background-color: #194b98;
    position: absolute;
    width: 65px;
    height: 2px;
    bottom: -15px;
    left: 0;
}
.pi-finops-card-img{
    position: relative;
    display: inline-block;
}
.core-principles-head h2{
    text-align: center;
    font-weight: 600;
    font-size: 220%;
    color: #194b98;
    margin-bottom: 3rem;
}
.principles-wrapper {
  display: flex;
  /*gap: 15px;*/
  /*margin-bottom: 2px;*/
}

.principle-card {
  padding: 15px 2rem;
  cursor: pointer;
  /*transition: background 0.3s ease, color 0.3s ease;*/
  width: calc((100% - 0px) / 3);
}
.principle-card p{
    text-align: center;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat";
    max-width: 780px;
    margin-bottom: 0;
}


.principle-content {
  border: 1px solid #ddd;
  padding: 5rem 2rem;
  border-radius: 8px;
}

.principle-content .pi-tab-content {
  display: none;
  max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.principle-content .pi-tab-content.active {
  display: block;
}
.principle-card:nth-child(1){
    border-top: 3px solid #194b98;
    border-right: 3px solid #194b98;
    position: relative;
}
.principle-card:nth-child(2){
    border-bottom: 3px solid #194b98;
    border-right: 3px solid #194b98;
}
.principle-card:nth-child(3){
    border-top: 3px solid #194b98;
    position: relative;
}
.principle-card:nth-child(1)::before{
    content: "";
    background-color: #194b98;
    position: absolute;
    top: -10px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.principle-card:nth-child(3)::before{
    content: "";
    background-color: #194b98;
    position: absolute;
    top: -10px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.principle-card h3{
    text-align: center;
    color: #194b98;
    font-size: 150%;
    line-height: 32px;
    font-weight: 600;
    max-width: 1000px;
    margin: 0 auto 1rem;
}
.pi-foot-note p{
    color: #000;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    max-width: 680px;
    margin: 2rem auto 0;
}
.principle-card  p b{
     color: #194b98;
}
.finops-matters-head h2{
    text-align: center;
    font-weight: 600;
    font-size: 220%;
    color: #194b98;
    margin-bottom: 1rem;
}
.finops-matters{
    background-color: #f5f5f5;
}
.finops-matters-wrapper{
    display: flex;
}
.finops-matters-card{
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    padding: 12px;
}
.finops-matters-card:nth-child(3){
    margin-right: 0;
}
.finops-card-head-wrapper{
    display: flex;
    position: relative;
}
.finops-card-head-wrapper::after{
    content: "";
    background-color: #ccc;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}
.finops-card-head-per{
    width: 80%;
}
.finops-card-head-icon{
    width: 20%;
}
.finops-card-head-per p{
    font-weight: 600;
    font-family: "Montserrat";
}
.finops-card-content-wrapper p{
    margin: 1rem 0;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat";
}
.finops-card-head-per h3{
    color: #194b98;
    font-weight: 700;
    font-size: 200%;
    line-height: 32px;
    font-weight: 600;
}
.pi-framework-head h2{
    text-align: center;
    font-weight: 600;
    font-size: 220%;
    color: #fff;
    margin-bottom: 1rem;
}
.pi-framework-head p{
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: center;
    max-width: 780px;
    margin: 0 auto 8rem;
}
.pi-framework{
    background-color: #194b98;
     position: relative;
  z-index: 1; 
}
.framework-uplift{
  background: transparent;
  position: relative;
  z-index: 2;  
  margin-top: -7rem;
}
.pi-framework-wrapper{
    z-index: 9999;
    position: relative;
    display: flex;
}
.pi-framework-card{
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    padding: 12px;
    background-color: #fff;
    border-radius: 8px;
}
.pi-framework-card:nth-child(3){
    margin-right: 0;
}
.pi-framework-img-wrapper{
    text-align: center;
}
.pi-framework-content{
    padding: 1rem 12px;
}
.pi-framework-content h4{
    font-weight: 600;
    font-family: "Montserrat";
    font-size: 120%;
}
.pi-framework-content ul li b{
    color: #194b98;
}
.pi-framework-content ul li{
    color: #000;
    font-weight: 500;
    font-family: "Montserrat";
}
@media screen and (min-width: 2500px){

}

@media (min-width: 2000px) and (max-width: 2499px) {
}

@media (min-width: 1600px) and (max-width: 2000px) {
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* ipad-pro */
}

 @media (min-width: 769px) and (max-width: 991px) {
        /* ipad-air */
}

 @media (min-width: 569px) and (max-width: 768px){
        /* ipad-mini */
}

 @media (min-width: 320px) and (max-width: 568px){
        /* mobile devices */
}