.components-container.section-bg-white, .shift-sections.section-bg-white {
    background-color: #fff;
}

.components-container {
    padding: 50px 20px;
}
  
  
 
  
  
  h3 {
    font-size: 30px;
    line-height: 36px;
    color: #333;
    font-weight: 700;
}
  
  .text-left{
    text-align:left;
  }

  
.cont1   li::marker {
    color: rgb(87, 87, 87) !important;
    font-size: 13px;
}
  
  
  ul li {
        font-family: "Fira Sans",sans-serif;
    color: #556575;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
    
  }
  
  

  
  

.cont1 {
  display: flex;
  flex-wrap: wrap;
}
.cont1 li {
  flex: 0 0 50%;
      padding: 0px 0 8px;
}
  
  
  
  p {
    font-family: "Fira Sans", sans-serif;
    color: #556575;
    background: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
  
  .text-b{
    color: #06c;
  }
  
  
  
  
  
  
  
  
  table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}


table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
    padding: 5px;
    color: #575757;
    font: 700 16px/30px "Fira Sans", sans-serif;
    background: #F5F5F5;
    border: 1px solid #828282;
}

table th {
    background: #961733;
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }


  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border: none; 
    padding: 0em;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    display: block;
    font-size: .8em;
    text-align: right;
    padding:12px;
  }
  
  table td::before {

    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  

  .cont1 {
    display: block;
  }
  
  .b-text h4 {
    font-size: 21px !important;
    line-height: 31px !important;
  }
  
  .b-text h1 {
    font-size: 32px !important;
    line-height: 40px !important;
   }
  
  
  

}







.b-text h1{
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 800;
    text-transform: capitalize;
}

.b-text h4 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 500;
}

.m-0 {
    margin: 0 !important;
}  
  
  h3 {
    font-size: 23px  !important;
}
  
