.services__title{
    color: white;
    
  }
  
  .services__title::after{
    content: '';
    height: 5px;
    background: #d0850f;
    border-radius: 5px;
    display: flex;
    margin-top: 7px;
    margin-left: 45%;
    margin-right: 45%;
    z-index: 30;
    
  }
  
  
  .cc_cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
    transition: all 1s ease 0s;
    
  }
  
  

  .cc_cards_item {
    display: flex;
    padding: 1rem;
   
   
  }

  .cc_cards_item1 {
    display: flex;
    padding: 1rem;
    margin-top: 30px;
    margin-bottom: 100px;
  }
  
  .cc_cards_item__left {
    display: flex;
    padding: 1rem;
  
  }
  
  
  @media (min-width: 40rem) {
    .cc_cards_item {
        width: 70%;
      }
    .cc_cards_item1 {
      width: 30%;
    }
  }
  
  @media (min-width: 56rem) {
    .cc_cards_item1 {
        width: 30%;
      }
    .cc_cards_item {
      width: 70%;
    }
  }

  @media (max-width: 638px) {
    .cc_cards_item {
        width: 100%;
      }
    .cc_cards_item1 {
      width: 100%;
      padding: 1rem;
      
    }
  }
  
  .cc_card {
   
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    
  }
  
  
  .cc_card_content {
    padding: 2rem;
   
  }
  
  .cc_card__icon{
    height: 45px;
  }
  
  .cc_card_title {
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .cc_card__left{
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  
  
  }
  
  .cc_card_title_left {
    color: #d0850f;
    font-size: 1.1rem;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
  
  }
  
  .cc_card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;    
    font-weight: 300;
  
  }
  
    .cc_card_subtext {
    color: #ffffff;
    font-size: 0.7rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;    
    font-weight: 400;
    opacity: 0.6;
    
  
  }
  
  
  .cc_card__left__link{
    color: #d0850f;
    font-size: 17px;
    text-decoration: none;
   
  }
  
 