.rounded-lg {
  border-radius: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
}

.text-uppercase {
  letter-spacing: 0.2em;
}
   .col-lg-7 h1{color:black;}
    .col-lg-7 p{color:black;}
/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

body- {
  background: ;
  background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
  background: linear-gradient(to right, #0083B0, #00B4DB);
  color: ;
  min-height: 100vh;
}
.p-7{padding:40px 20px;}