.share-btn {
    margin-right: 15px;
}
.button-link {
    display: block;
    text-align: center;
    background-color: #3b5998;
    color: #fff !important;
    text-decoration: none !important;
    padding: 15px !important;
    border-radius: 10px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.375rem;
    line-height: 1.5;
}


ol li {
    display: flex
;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
}

ol li {
    counter-increment: item;
    position: relative;
}
ol {
    list-style-type: none;
    counter-reset: item;
}

ol li::before {
    content: counter(item);
    display: flex
;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    width: 36px;
    height: 36px;
    border: 2px solid #007fff;
    font-weight: 700;
    color: #007fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}
ol {
    padding: 0;
}

ol.info {
    padding-left: 0;
}

.imp {
    font-style: italic !important;
    border-left: 2px solid rgba(23, 103, 206, 1);
    padding-left: 16px !important;
    display: block; 
    font-size: 18px;
    font-family: "Hanken Grotesk", sans-serif;
    color: rgba(6, 22, 41, 1);
    font-weight: 500 !important;
}
  
h3 a {
      color: #fe003d;
    }

    h3 a:hover {
      color: #007fff;
    }

    h3 a:visited {
      color: #fe003d;
    }
p a {
  color: #fe003d !important;
  border-bottom: 0 !important;
  text-decoration: underline;
}

p a:hover {
  color: #007fff !important;
}


@media screen and (max-width: 720px)  {
    aside {
        display: none;
    }
    
}