body {
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
    margin: auto;
}
*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none
}
.cf::after{
    content: "";
    clear: both;
    display: block;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

.fr{
  float: right;
}
.img{
  width: 100%;
  height: 100%;
  display: block;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.container ,.content{
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
 }
.container:before,
.container:after {
  display: table;
  content: " ";
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
  }
 /*  */
section{
  width: auto;
  height: auto;
  margin-bottom: 100px;
}
section h3 {
  color: #E80033;
}
.content_img{
  margin-bottom: 30px;
}
.content h3 ,.content h4{
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 30px;
}
.content_main h4{
  font-size: 21px;
}

.content_main_writing p {
  font-size: 16px;
}


@media (min-width: 768px) {
    
}