section.single-articles {
    padding-top: 158px;
}
.single-articles-inner {
    display: flex;
}
.articles-content {
    width: calc(100% - 320px);
    padding-right: 48px;
    text-align: justify;
}
.articles-content img {
    border-radius: 16px;
    overflow: hidden;
}
.articles-content .attachment-post-thumbnail {
    max-width: 320px;
    height: auto;
    float: right;
    margin: 0 0px 17px 24px;
}
.articles-content h1 {
    font-size: 40px;
    line-height: 130%;
}
.articles-content h2 {
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 24px;
    margin-top: 48px;
}
.articles-content > ul > li > ol,
.articles-content > ul > li > ul {
    padding-top: 12px;
    padding-bottom: 12px;
}
.articles-content > ul > li {
    margin-bottom: 8px;
}
.articles-content > ul > li:last-child {
    margin-bottom: 0;
}

.articles-sidebar {
    width: 320px;
    position: relative;
}
.articles-sidebar-list {
    position: sticky;
    top: 168px;
    left:0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
.articles-sidebar-list::-webkit-scrollbar {
    height: 0;
    width: 3px;
}
.articles-sidebar-list::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 2px;
}
.articles-sidebar-list::-webkit-scrollbar-thump {
    border-radius: 2px;
    background-color: #FFAF82;
}
.articles-sidebar-list li {
    width: 100%;
}
.articles-sidebar-list_link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    outline: none;
    margin-bottom: 24px;
    cursor: pointer;
    transition: .3s;
    border:1px solid #FFAF82;
    border-radius: 16px;
    padding: 24px 12px;
    overflow: hidden;
}
.articles-sidebar-list_link .name {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 12px;
    transition: .3s;
    color:#fff;
}
.articles-sidebar-list_link .text {
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 24px;
    transition: .3s;
    color:#fff;
}
.articles-sidebar-list_link .content-more {
    display: flex;
    margin-left: auto;
    margin-top: auto;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
    color: #fff;
    transition: .3s;
    padding-right: 26px;
    position: relative;
}
.articles-sidebar-list_link:hover {
    background-color: #0B3A38;
    border-color: #0B3A38;
}
.articles-sidebar-list_link:hover .content-more {
    color:#FFAF82;
}
.articles-sidebar-list_link .content-more::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L11 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1H11V11' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
}
.articles-sidebar-list_link:hover .content-more::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L11 1' stroke='%23FFAF82' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1H11V11' stroke='%23FFAF82' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");    
    transform: translateY(-50%) rotate(90deg);
}
.articles-sidebar-list .btn-view-more {
    display: flex;
    margin-left: auto;
    margin-top: auto;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
    color: #fff;
    transition: .3s;
    padding-right: 26px;
    position: relative;
    text-decoration: none;
}
.articles-sidebar-list .btn-view-more:hover {
    color:#FFAF82;
}
.articles-sidebar-list .btn-view-more::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L11 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1H11V11' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
}
.articles-sidebar-list .btn-view-more:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L11 1' stroke='%23FFAF82' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1H11V11' stroke='%23FFAF82' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");    
    transform: translateY(-50%) rotate(90deg); 
}
@media(max-width:1200px) {
    .articles-content {
        width: calc(100% - 250px);
    }
    .articles-sidebar {
        width: 250px;
    }
}
@media(max-width:992px) {
    section.single-articles {
        padding-top: 110px;
    } 
    .articles-sidebar {
        width: 100%;
    }
    .articles-content {
        width: 100%;
        padding: 0;
        padding-bottom: 48px;
    }
    .single-articles-inner {
        flex-wrap: wrap;
    }
    .articles-content h1 {
        font-size: 36px;
        line-height: 130%;
    }
    .articles-content h2 {
        font-size: 28px;
        line-height: 130%;
    }
    .articles-sidebar-list {
        position: unset;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -12px;
        width: calc(100% + 24px);
    }
    .articles-sidebar-list li {
        width: calc(100% / 2 - 24px);
        margin: 0 12px 24px;
    }
    .articles-sidebar-list li a {
        margin: 0;
        height: 100%;
    }
    .articles-sidebar-list .btn-view-more {
        margin-right: 12px;
    }
    .articles-content .attachment-post-thumbnail {
        max-width: 249px;
    }
}
@media(max-width:768px) {
    .articles-content .attachment-post-thumbnail {
        float: none;
        margin:0 0 24px 0;
    }
    .articles-content h1 {
        margin-bottom: 24px;
    }
}
@media(max-width:576px) {
    .articles-content h1 {
        font-size: 32px;
        line-height: 130%;
        margin-bottom: 32px;
    }
    .articles-content h2 {
        font-size: 28px;
        line-height: 130%;
        margin-top: 32px;
        margin-bottom: 24px;
    }
    .articles-content .attachment-post-thumbnail {
        max-width: 400px;
        margin-right: 0;
        width: 100%;
        max-height: 400px;
        object-fit: cover;
        object-position: top;
    }
    .articles-sidebar-list {
        width: 100%;
        margin: 0;
    }
    .articles-sidebar-list li {
        width: 100%;
        margin: 0 0px 24px;
    }
}