h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #0078FF;
    letter-spacing: 0px;
    margin-bottom: 25px;
}

blockquote {
    border-left: 2px solid #0078FF;
    margin: 10px 0px;
    padding: 10px 18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #0078FF;
}

form#leadForm {
    padding: 15px;
    margin-bottom: 30px;
}
#content-id p {
    display: block;
}
.aligncenter {
    clear: both;
    margin: 10px auto;
    display: block;
}
#content-id p a.oe-btn, #content-id a.oe-btn {
    display: block;
    margin: auto !important;
    padding: 15px 30px !important;
    width: fit-content;
    border-radius: 25px !important;
    background-image: linear-gradient(to left, #ff7b00, #ff6600);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #ffffff !important;
}

a.oe-btn:hover, a.oe-btn:focus {
    text-decoration: none;
    color:#000;
}
table.oe-blog th {
    background-color: #0087f7;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px 10px;
}

table.oe-blog td {
    /* width: max-content; */border: 1px solid #d8e4f0;
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px 10px;
}

table.oe-blog tr {
    background-color: #fafafa;
}

table.oe-blog tr:nth-child(even) {
    background-color: #f7f7f7;
}
@media(max-width:767px){
    .blog-sidebar{
        display:none;
    }
    div#side-indice {
        margin-top: 35px;
    }
    form#leadForm {
        margin-top: 30px;
    }
    #content-id p {
        display: inline-block;
    }
    .post-card {
        padding-left: 17px;
    }
}

@media (max-width: 991px) {
    table {
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }
    img {
        width: 100%!important;
        height: auto!important;
        max-width: -moz-fit-content;
    }
    body {
        font-size: 17px;
    }
}
#content-id p a, #content-id li a {
    color: #0078FF!important;
    font-size: 18px;
    font-weight: 700;
}

img.embedso-border-4.embedso-rounded-full.embedso-video-gif-thumbnail {
    width: 120px!important;
    height: 120px!important;
}