 .services_full_wrapper{
     display:flex;
     flex-direction:column;
     row-gap:20px;
 }
 .services_full_wrapper h2, .services_full_wrapper h3{
    font-size:1.25rem;
    font-weight:bold;
    text-align:center;
    line-height:1.2;
    width:100%;
}
 .services_full_wrapper h3{
     text-align:start;
 }
/*news-1*/
.services_content-news-1{
    font-size:1rem;
      line-height:1.2;
      text-align: justify;
}

.services_gallery-news-1 ul{
  display: grid;
  gap: 20px;
  margin:20px 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.services_gallery-news-1 ul li img{
    width:100%;
    height:100%;
    max-height:400px;
}
.services_full-news-1 ul,.services_full-news-1 ol{
    display:flex;
    flex-direction:column;
    line-height:1.3;
    margin-bottom:20px;
    text-align: justify;
    row-gap:10px;
}
.services_full-news-1 ul li:before{
     content:'•';
    margin-right:5px;
}
.services_full-news-1 ol li:before{
    content:'❖';
    margin-right:5px;
}
.services_full-news-1 ul li b,.services_full-news-1 ol li b{
    color:red;
}
.services_full-news-1 img{
    max-width:800px;
    width:100%;
    margin:0 auto;
    height:auto;
}
@media screen and (min-width:768px){
.services_gallery-news-1 ul{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media screen and (min-width:992px){
.services_gallery-news-1 ul{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
/*new-2*/
.services_content-news-2,.services_content-news-2-1{
    display:flex;
    gap:20px;
    flex-wrap:wrap; 
}
.services_content-news-2 h3,.services_content-news-2-1 h3{
    margin-bottom:10px;
}
.services_content-news-2 div{
    order:2;
    flex:1 1 0;
}
.services_content-news-2 img{
    order:1;
    height:100%;
    width:100%;
    margin: 0;
    border-radius: 20px;
    max-height:300px;
}
.services_content-news-2 ol,.services_content-news-2 ul{
    margin:10px 0;
    display:flex;
    row-gap:10px;
    line-height:1.2;
    flex-direction:column;
}
.services_content-news-2 ol li{
    list-style-type: auto;
}
.services_content-news-2-1 div{
    order:1;
    flex:1 1 0;
}
.services_content-news-2 ul li:before,.services_content-news-2-1 ul li:before{
    content:"➤";
    margin-right:10px;
}
.services_content-news-2-1 img{
    order:1;
    height:100%;
    width:100%;
    margin: 0;
    border-radius: 20px;
    max-height:300px;
} 
.services_content-news-2 h2{
    margin-bottom:20px;
}
/*news3*/
.services-content-news-3-1 ul{
    display:grid;
    gap:20px;
    margin:0 auto;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.services-content-news-3-1 ul li img{
    width:100%;
    height:100%;
    margin:0;
    max-height:400px;
}
.services-content-news-3-2{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}
.services-content-news-3-2 h2 b{
    color:red;
}
.services-content-news-3-2 div{
    flex:1 1 0;
}
.services-content-news-3-2 img{
    max-width:100%;
    margin:0;
    width:100%;
    max-height:300px;
}
.services-content-news-3-2 ol li:before{
    content:'►';
    margin-right:10px;
}
.services_full_content hr{
    height:2px;
    width:100%;
    background:#ddd;
    margin:40px 0;
}
.services_navigation {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.services_navigation li a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  color: #323232;
  font-size: 1rem;
  font-weight: 500;
}
.services_navigation li a.active {
  color: #fff;
  background: #f79f24;
}

@media screen and (min-width:768px){
  .services-content-news-3-1 ul{
      max-width:800px;
     grid-template-columns: repeat(2, minmax(0, 1fr));
}
   .services_navigation {
    row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width:992px){
     .services_full_wrapper h2, .services_full_wrapper h3{
    font-size:1.875rem; 
}
.services-content-news-3-2 img{
    max-width:300px;
}
   .services_content-news-2 div{
    order:1;
    margin-top:40px;
} 
.services_content-news-2 h2{
    text-align:start;
}
.services_content-news-2-1 div{
    margin-top:20px;
}
.services_content-news-2 ol,.services_content-news-2 ul,.services_content-news-2-1 ul{
    padding-left:20px;
}
.services_content-news-2 img{
    order:2;
}
.services_content-news-2-1 img,.services_content-news-2 img {
     max-width:500px;
}
.services-content-news-3-2 ol{
    padding-left:20px;
}
}



.blog_full_wrapper{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    row-gap:20px;
}
.blog_full_wrapper figure{
    display:flex;
    width: 100%;
    justify-content:center;
}
.blog_full_wrapper figure img{
    max-height:500px;
    max-width:800px;
    width:100%;
    border-radius:10px;
}
.blog_full_content h3{
    margin:10px 0;
}
.blog_full_content ol li,.blog_full_content ul li{
    list-style-type:auto;
}


.social {
    display:flex;
    margin-top:20px;
    padding-top:20px;
    gap:20px;
    border-top:1px solid #ddd;
}
.social li{
    width:30px;
    height:30px;
    border-radius:50%;
    color:#fff;    list-style-type: none !important;
    background:#323232;
}
.social li a{
    color:currentColor;
    width:100%;
    height:100%;
       display:flex;
    align-items:center;
    justify-content:center;
}