.clr_bn_section {
  width: 100%;
  background: #ffffff;
  padding: 140px 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
































.clr_bn_card {
  width: 100%;
  max-width: 1534px; 
  margin: 0 auto;   
  padding: 0 140px; 
  
 
  height: 320px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, rgba(32,50,95,0.85), rgba(32,50,95,0.6));
  box-sizing: border-box;
}
















































.clr_bn_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.45;
  z-index: 0;
}
































.clr_bn_text {
  position: relative;
  z-index: 1;
}
































































.clr_bn_title {
  font-family: 'Presentation', sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #f6f6f6;
  margin-bottom: 16px;
  padding: 0;
  border: none;
  line-height: 1.2;
}
















































.clr_bn_desc {
  font-family: 'Presentation', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #e9e9e9;
  line-height: 150%;
  margin: 0;
  padding: 0;
}
















































.clr_bn_btn {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.3);
  border-radius: 100px;
  padding: 18px 30px;
  color: #ffffff;
  font-family: 'Presentation', sans-serif;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
}




.clr_bn_btn:hover {
  background: #4a7cfe;!important;  color: #ffffff;
!important;}












































@media screen and (max-width: 1600px) {
  .clr_bn_section { padding: 140px 40px; }
  .clr_bn_title { font-size: 42px; }
  .clr_bn_desc { font-size: 20px; }
}
















































@media screen and (max-width: 1280px) {
  .clr_bn_section { padding: 120px 40px; }
  .clr_bn_card { padding: 0 100px; height: 280px; }
  .clr_bn_title { font-size: 42px; }
}
















































@media screen and (max-width: 1024px) {
  .clr_bn_section { padding: 100px 40px; }
  .clr_bn_card { height: 260px; }
  .clr_bn_title { font-size: 42px; }
  .clr_bn_desc { font-size: 18px; }
  .clr_bn_btn { font-size: 16px; padding: 14px 24px; }
}
































































@media screen and (max-width: 768px) {
  .clr_bn_section { padding: 80px 24px; }
  .clr_bn_card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 360px;
    gap: 28px;
  }
  .clr_bn_title { font-size: 32px; margin-bottom: 20px; }
  .clr_bn_desc { font-size: 16px; }
  .clr_bn_btn { font-size: 16px; }
}












@media screen and (max-width: 480px) {
  .clr_bn_section { padding:60px 24px; }
  .clr_bn_card { height: 400px; gap: 24px; padding: 36px 24px; }
  .clr_bn_title { font-size: 28px; }
  .clr_bn_desc { font-size: 16px; }
  .clr_bn_btn { font-size: 16px; padding: 14px 22px; }
}