   
.kxHeader{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kxHeader{
    margin-top: 100px;
    margin-bottom: 30px;
 }
 
 .kxHeader img{
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 5px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom: 30px;
    max-width: 90%;
    min-width: 30%;
 }

 .kxHeaderContent{
   text-align: center;
   font-weight: bold;
 }
 
 .kxHeaderContent h3{
   text-align: center;
   font-weight: bold;
 } 
 
 .kxDemo{
    padding-top: 20px;
    background-color: rgb(24, 100, 105);
 }

 .kxDemo h3{
    color: white;
    text-align: center;
    padding-bottom: 20px;
 }

 .kContainer{
   display: flex;
   flex-direction: row;
   align-items: left;
   justify-content: center;
 }

 .kContainer p{
   color: white;
   text-align: left;
   font-size: 1.25rem;
 }

 .kContainer ul{
   list-style-type: none
 }

 .getDemo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
 }

.getDemo h3{
    padding-right: 30px;
}

.getDemo h2{
   color: white;
   padding-bottom: 20px;

}

 .getDemo h3{
    color: white;

 }

 .getDemo .btn{
    background-color: rgb(37, 19, 25) !important;
    color: white !important;
 }

 .getDemo .btn:hover{
    background-color: rgb(53, 159, 165) !important;
    color: white !important;
 }


