.articlesingle {
    padding-bottom: 6rem;
  }

  .articlesingle .wrapper{
    max-width: 120rem;
    margin: 0 auto;
    width: 100%;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6rem;
  }
  @media (max-width: 1200px) {
    .articlesingle .wrapper {
      width: 90%;
    }
  }


  @media (max-width: 1000px) {
    .articlesingle .wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }

  .articlesingle .wrapper .right-wrapper{
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;


  }

  @media (max-width: 1000px) {
    .articlesingle .wrapper .right-wrapper {
      width:100%
    }

    
  }

  .articlesingle .wrapper .right-wrapper h1{
    font-size: 3rem;
   
    padding-bottom: 1rem;
    color: #121212dd;
  }

  .articlesingle .wrapper .right-wrapper .list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
   
    width: 100%;
    background-color: #ffb600;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .articlesingle .wrapper .right-wrapper .list li a{
    font-size: 1.5rem;
    color: white;
  
  }
  .articlesingle .wrapper .right-wrapper .list li{
    padding: 1rem;
    width:100%;
     border-bottom: 1px solid white;
  }
  .articlesingle-wrapper {
   
    margin: 0 auto;
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }


  @media (max-width: 1000px) {
    .articlesingle-wrapper {
      width:100%
    }

    
  }
  .articlesingle-wrapper .articletitle {
    
    font-size: 3.5rem;
    position: relative;
    padding-bottom: 1rem;
    color: #121212dd;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(9, 66, 88, 0.2);
  }
  .articlesingle-wrapper .logo-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(9, 66, 88, 0.2);
  }
  .articlesingle-wrapper .logo-date .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  .articlesingle-wrapper .logo-date .left .img-contain {
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffb700bb;
  }
  .articlesingle-wrapper .logo-date .left .img-contain img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .articlesingle-wrapper .logo-date .left .author-name h3 {
    font-size: 2.5rem;
    font-weight: 600;
    
    color: #ffb600;
  }
  .articlesingle-wrapper .logo-date .left .author-name h4 {
    font-size: 1.8rem;
    
    color: #292828;
  }
  .articlesingle-wrapper .logo-date .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .articlesingle-wrapper .logo-date .right .date {
    font-size: 1.8rem;
    
    color: #292828;

  }
  .articlesingle-wrapper .logo-date .right .date span {
    color: #ffb700bb;
    font-size: 1.4rem;
    font-weight: bold;

  }
  .articlesingle-wrapper .logo-date .right .share a .fab{
    font-size: 1.8rem;
    color: #292828;
 
    
  }
  .articlesingle-wrapper .logo-date .right .share span {
    color: #ffb700bb;
    color: #ffb700bb;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .articlesingle-wrapper .tags {
    width: 100%;
    padding: 0 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(9, 66, 88, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }


  @media (max-width: 750px) {
    .articlesingle-wrapper .tags{
      flex-direction: column-reverse;
      align-items: flex-start;
    }

  }
  .articlesingle-wrapper .tags h3 {
    color: #666;
   
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
  }
  .articlesingle-wrapper .tags a {
    background-color: #094258;
    color: white;
    padding: 0.5rem 1rem;
   
    font-size: 1.3rem;
  }
  .articlesingle-wrapper .article-content {
    border-bottom: 1px solid rgba(9, 66, 88, 0.2);
    width: 100%;
    padding: 0 3rem;
    padding-bottom: 1rem;
    
    text-align: justify;
    font-family: "roboto", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .articlesingle-wrapper .article-content h1, h2, h3, h4, h5, h6{
    font-size: 2rem;
  }

  .articlesingle-wrapper .article-content p{
    font-size: 1.6rem;
    color: rgb(29, 29, 29);
  }
  .articlesingle-wrapper .article-content .article-iframe {
    width: 100%;
    height: 40rem;
  }
  .articlesingle-wrapper .article-content .img-contain {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .articlesingle-wrapper .article-content .img-contain img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }