@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
   font-family: 'Montserrat', sans-serif;
}
h1.title 
{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
#particle-canvas {
  width: 100%;
  height: 100%;
  position:absolute !important;
  left:0;
  top:0;
}
#case h4 
{
    padding:0 10px;
}
.card-body ul li:after 
{
    content: "";
    width: 1px;
    height: 14px;
    background: #c7c7c7;
    position: absolute;
    margin-top: 5px;
    margin-left: 9px;
}
.testimonial-wrapper
{
    margin-bottom:0 !important;
    height:100%;
}
.testimonial-wrapper .body 
{
    height:100%;
}
.locations p
{
    margin-bottom: 0;
    padding: 4px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.logos-con h3 {
  text-align: center;
  margin-bottom: 40px;
}
.logo-inner 
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.logo-inner img 
{
    height:60px;
}
