@import url('https://fonts.googleapis.com/css?family=BenchNine:700&display=swap');
.lal-body
{
   color:#404040 !important;
}

.lal-body>h1
{
   font-size: 7rem;
}

.lal-phone
{
   font-size: 24pt;
   position: absolute;
   top: 20%;
   right:25px;
   transition:top 500ms;
}

.lal-phone>a
{
      color:white;
}

p
{
   font-family: 'BenchNine';
   font-size: 16pt;
}

h1>span
{
   color:#5b892a;
}

@media screen and (max-width:992px)
{
   .container {
      max-width:992px;
      width: 100% !important;
   }
   p
   {
      font-family: 'BenchNine';
      font-size: 24pt;
   }
  h3
  {
     font-size:30pt;
  }
}