.wrapper {
  max-width: 1000px;
  margin: auto;
  padding: unset 50px unset 50px;
}

.wrapper-blog-post {
  max-width: 1100px;
  margin: auto;
  padding: 80px 50px 50px 50px;
}
body {
  background-color: #f9fbfd;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #333333;

  p {
    margin-bottom: 32px;
  }
}
h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 50px;
}
h3{
    
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 50px;
}
  h4{
    
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 50px;

}
 h5{
    
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 50px;

}
.border-main {
  border-radius: 5px;
  border: 1px solid #d6d6d5;
}
.title {
  font-size: 48px;
  font-family: "Segoe UI";
  color: #336699;
  line-height: 58px;
  text-align: center;
  margin-bottom: 100px;
}
img {
  max-width: 100%;
  margin-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  height: auto;
}

figure {
   margin-bottom: 50px;
  img {
    max-width: 100%;
    margin-bottom: 0px;
  }

  figcaption {
    font-style: italic;
  }
}

.text_with_image {
  display: grid;
  grid-template-columns: 6fr 4fr;
  column-gap: 50px;
  @media screen and (max-width: 800px) {
    display: flex;
    flex-direction: column;
  }
}

a {
  font-family: "Rubik";
  font-size: 18px;
  font-weight: 500;
  color: #336699;
}
ol {
  list-style: decimal;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 50px;
  li {
    margin-bottom: 30px;
  }
}

ul {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 50px;
  li {
    margin-bottom: 30px;
  }
}
ul li::before {
  content: url(https://www.trinion.org/sites/default/files/images_upload_ramil/square-arrow-right.svg);
  width: 52px;
  color: #271515;
  font-size: 4em;
  position: relative;
  left: -10px;
  top: 6px;
}

blockquote {
  padding-left: 50px;
  font-style: italic;
  margin-bottom: 50px;
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

blockquote::before {
  content: url(https://www.trinion.org/sites/default/files/images_upload_ramil/quote.svg);
  width: 52px;
  color: #271515;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: 0px;
}

em {
  padding-left: 50px;
  font-style: italic;
  margin-bottom: 50px;
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

em::before {
  content: url(https://www.trinion.org/sites/default/files/images_upload_ramil/vocabulary.svg);
  width: 52px;
  color: #271515;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: 0px;
}

.avatar {
  width: 100px;
  height: 100px;
  clip-path: circle();
    margin-bottom: 25px;
}

.header_single_blog {
    margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.author_name{
color: #336699;
text-decoration: none;
margin-bottom: 50px;
}