nav img{
  position: relative;
  top: 14px;
  right: -10px;
}
h1,h2,h3,h4,h5,p{
  cursor: default;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote{
  font-size: 1.4em;
  width:60%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
ol {
  list-style-position: inside; /* Display the numbers inside the list items */
  padding-left: 0; /* Remove left padding */
  margin: 20px 0; /* Add space above and below the list */
  font-family: Arial, sans-serif; /* Font used */
  font-size: 16px; /* Font size */
  line-height: 1.6; /* Space between lines */
  list-style-type:disc;
}
ol li::marker {
  color: #000;
  font-weight: bold; 
  font-size: 18px; 
}

ol li {
  margin-bottom: 10px; /* Space between list items */
}

ol li::marker {
  color: #007bff; /* Color of the list numbers */
  font-weight: bold; /* Make the numbers bold */
  font-size: 18px; /* Size of the numbers */
}
.inf-box img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 3px 3px 3px #aaa;
  margin: 35px auto;
}
@media screen and (min-width:1024px) and (max-width:1540px){
   nav{
    padding-left: 10px !important;
    padding-right: 10px !important;
   }
   article{
    padding-left: 50px !important;
    padding-right: 50px !important;
   }
}
@media screen and (max-width:600px){
   iframe{
      width: 300px;
      height: 220px;
    }
    header h1{
      font-size: 56px !important;
    }
    .cont{
      display: contents !important;
    }
    .m-0-c{
      margin-left: 0px !important;
    }
    header{
      height: 645px !important;
      min-height: 500px !important;
      padding-bottom: 20px !important;
    }
    .inf-box img{
      height: 300px !important;
    }
}
.inf-box h2{
    font-size: 26px !important;
    font-weight:600;
    margin:10px 0;
    line-height:32px;
}
.inf-box h3{
    font-size: 22px !important;
    font-weight:600;
    margin:10px 0;
    line-height:32px;
}
.inf-box p{
    font-weight:  300;
 font-size: 16px !important;
    line-height: 22px !important;   
}
.mbb{
    margin-left:-35px;
}
p::first-letter,
h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
h5::first-letter,
h6::first-letter,
li::first-letter,
span::first-letter,
div::first-letter {
    text-transform: inherit !important;
}
.pef{
    position:relative;
    top:-24px;
}
.plc{
    margin-left:5px;
}
}