

.PLM-Image-Ct_header-outer {
  max-width: 1200px;
  margin: 0 auto;
}

.plmBanner_btn {
  margin-top: 30px
}

.plmBanner_btn a {
  align-items: center;
  background: #961116;
  border-radius: 4px!important;
  color: #fff;
  display: inline-flex;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  justify-content: space-between;
  padding: 8px 50px;
  position: relative;
  text-decoration: none
}
/* .PLM-Image-Ct_header-outer {
  max-width: 1460px;
} */

.plmBanner_btn a:hover {
  background: #cc0008
}

.PLM-Image-Ct_header-wrap {
  display: flex;
  flex-wrap: wrap;
  /* align-items: flex-start; */
  padding: 0px 0px 53px;
  /* justify-content: space-around; */
  gap: 192px;
}
.PLM-Image-Ct_title {
  flex: 0 40%;

}
/* .PLM-Image-Ct_images {
flex: 0 50%;
} */
.PLM-Image-Ct_header-right {
  max-width: 36%;
  flex: 0 35%;
/*   margin-top: -9px; */

}


.PLM-Image-Ct_header-left {
  /*       max-width: 50%; */
}
.PLM-Image-Ct_logo {
  /* margin-bottom: 20px; */
  /* margin: 0 auto; */
  /* max-width: 1140px; */
  padding-bottom: 35px;

}  
.PLM-Image-Ct_title h2 {
  font-family: Inter !important;
  font-weight: 500!important;;
  font-size: 48px !important;;
  line-height: 54px!important;;
  letter-spacing: 0%;

}
.PLM-Image-Ct_title h1 {
  color: #000 !important;
}
.highlight {
  color: #a50000;
}
.PLM-Image-Ct_description p {
  font-size: 15px;
  line-height: 1.6;
  /* margin-bottom: 20px; */
  font-family: Inter !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  letter-spacing: 0%;
}
.PLM-Image-Ct_btn {
  background-color: #a50000;
  color: white;
  padding: 18px 24px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  border-radius: 4px;
  max-width:95px !important;
}
.PLM-Image-Ct_images-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/*     .PLM-Image-Ct_images {
display: flex;
justify-content: space-between;
gap: 20px;
} */
.PLM-Image-Ct_images img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}
.PLM-Image-Ct_images {
  flex: 0 49%;
}


.PLM-Image-Cta_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.PLM-Image-Cta_header-left {
  max-width: 50%;
}
.PLM-Image-Cta_logo {
  margin-bottom: 20px;
}
.PLM-Image-Cta_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.PLM-Image-Cta_highlight {
  color: #a50000;
}
.PLM-Image-Cta_header-right {
  max-width: 40%;
}
.PLM-Image-Cta_description {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.PLM-Image-Cta_btn {
  background-color: #a50000;
  color: white;
  padding: 10px 24px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  border-radius: 4px;
}
.PLM-Image-Cta_images {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.PLM-Image-Cta_images img {
  width: 100%;
  max-width: 480px;
  border-radius: 10px;
  height: auto;
}
@media (max-width: 768px) {
  .PLM-Image-Cta_header {
    flex-direction: column;
  }
  .PLM-Image-Cta_header-left, .header-right {
    max-width: 100%;
  }
  .PLM-Image-Cta_images {
    flex-direction: column;
    align-items: center;
  }
  .PLM-Image-Ct_title h1 {
    color: #000 !important;
  }

}
@media(max-width:1300px){
  .PLM-Image-Ct_images img {
    width: 100%;
/*     height: auto; */
}
}
@media (max-width: 1024px) {
  .PLM-Image-Ct_images img {
    width: 100%;
    /*     max-width: 480px;
    border-radius: 10px; */ */

  }
  .PLM-Image-Ct_header-wrap {

  gap: 40px;
}
}



  @media (max-width: 768px) {
    .PLM-Image-Ct_header {
      flex-direction: column;
    }
    .PLM-Image-Ct_header-left, .PLM-Image-Ct_header-right {
      max-width: 100%;
    }
    .PLM-Image-Ct_images {
      flex-direction: column;
      align-items: center;
      flex:0 100%;
    }
    .PLM-Image-Ct_title h2 {
      font-size: 32px !important;
      line-height: 40px !important;
    }
    .PLM-Image-Ct_description p {
      padding-top: 25px;
      text-align:center;
    }

    .PLM-Image-Ct_header-wrap {
      display: block !important;
      padding: 25px 0;


    }
    .PLM-Image-Ct_title h1 {
      color: #000 !important;
      font-size: 32px !important;
      line-height: 40px !important;
      text-align:center;
    }
    .plmBanner_btn {
      text-align: center;
    }

    .PLM-Image-Ct_images img {
      width: 100% !important;
      border-radius: 10px;
      height: auto !important;
      display: none;
    }
    .PLM-Image-Ct_logo {
      text-align: center;
      padding-top: 0px;
    }
    .PLM-Image-Ct_title {
      padding-top: 0px;
    }

    .PLM-Image-Ct_header-wrap {
      flex-wrap: wrap
        /* align-items: flex-start; */
        padding: 0px 0px 53px;
      /* justify-content: space-around; */
/*       gap: 192px; */
    }
    .PLM-Image-Ct_title {
      flex: 0 40%;

    }
  }

  @media(max-width:1241px){
    .PLM-Image-Ct_images img {
      width: 100%;
      /*     max-width: 480px;
      border-radius: 10px; */ 

    }

  }
  @media(max-width:991px){

    .PLM-Image-Ct_images img {
      width: 100%;
      /*     max-width: 480px;
      border-radius: 10px; */ 

    }
  }



  @media screen and (min-device-width: 1500px) and (max-device-width: 2880px) {
    .page_center-new {
      margin: 0 auto !important;
      max-width: 1360px !important;
      padding: 0 20px !important;
    }
  }