body{
   line-height: 1.25em;
   font-family: "Open Sans", Sans-serif;
   overflow-x:hidden !important;
}
p{
       font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 1.6em;
}
.secondary-title{
   color: #05AD0A;
   font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 30px;
}
 
.title-page{
   color: #165FA0;
   font-size: 44px;
   font-weight: 600;
   margin-top: 45px;   
}

.list-style{

}

.list-style li {
   margin-bottom: 30px;
   font-size: 22px;
   line-height: 1.5em;
}

.ml-6{
   margin-left: 30px;
}

.panasonic img{
   max-height: 570px;
   width: 100%;

}
.resources{
   margin-top: 40px;
}

.resources__list li{  
   margin-bottom: 0.5em;
   font-size: 20px;
}
.resources__list li a {
   display: inline-block;
   clear: both;
   margin-top: 12px;
}


@media screen and (max-width: 600px) {
  .source-img {
    margin-bottom: 20px;
    height: auto;
  }

  .resources__list{
       padding-left: 15px;
  }
}
