/*******************************/
/********* General CSS *********/
/*******************************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap');

/* @font-face {
    src : url(fonts/PresicavHv-Regular.ttf);
    font-family: presicav;
} */
* { margin: 0;
   padding: 0;
  }
body {
    color: #777777;
    font-weight: 500;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}
.container{
    padding-left:50px;
}
p{
    color:#CC0000;
    font-size: 20px;
    font-weight: 600;
   
}
.images_area{
    padding:60px 0px;
}
.content_2 P{
   text-align: center;
    width:70%;
    margin: 0 auto;
}
img{
    max-width: 100%;
}
a {
    color: #000000;
    text-decoration: none;
    transition: .3s;
}






@media only screen and (max-width: 1000px) {
    .content_2 p {
     width: 100%;
    }
    .container{
        padding-left:0px;
    }
  }
@media only screen and (max-width: 700px) {
    #section {
    padding: 0px 15px;
    }
    p {
        font-size: 18px;
    }
    .images_area{
        padding:30px 0px;
    }
    .content_2 p{
        font-size: 18px;
    }
    
.footer-link {
  text-decoration: underline;
  display: inline-block;
  color: inherit;

  }

  .footer-link:hover {
    color: red;
  }
</style>

  }


