.body_Border{
    margin-top: 36px;
    margin-bottom: 96px;
}

.body_Main{
    display: flex;
    position: relative;
    gap: 40px;
    justify-content: center;
}

.toc {
    max-width: 250px;
    position: sticky;
    top: 90px;
  align-self: flex-start;
  background: rgba(227, 239, 249, 0.4);
  border-radius: 9px;
  padding: 16px;
  width: 100%;
}

.toc_head p{
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #2D3343;
    margin-bottom: 19px;
}

.toc_list_ul{
    padding-left: 18px;
    margin: 0px;
    list-style-type: none;
    border-left: 1px solid rgba(17, 123, 212, 0.11);
    position: relative;
}
span.activeShower {
    position: absolute;
    left: -2px;
    z-index: 5;
    transition: all ease .05s;
}
.toc_list_ul li{
    padding-bottom: 14px;
    text-transform: lowercase;
}
.toc_list_ul li:last-child {
    padding-bottom: 0;
}
.toc_list_ul li a{
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #2D3343;
    text-transform: capitalize;
}

.toc_list_ul .active .toc_list_Item{
    color: #05ada3;
}

.content_Main{
    max-width: 714px;
    width: 100%;
}
.pageName{
    padding: 27px;
    background: #05ada3;
}
.pageName h1{
    display: block;
    max-width: max-content;
    margin: 0 auto;
    font-weight: 900;
    font-size: 42px;
    line-height: 53px;
    color: #FFFFFF;
}
.content_Main .dateContent{
    font-size: 14px;
line-height: 18px;
color: #595959;
margin-bottom: 18px;
}
.content_Main ul{
    list-style: none;
    padding-left: 38px;
}
.content_Main ol{
    list-style: none;
}
.content_Main ol li{
    margin-bottom: 18px;
}
.content_Main ul li{
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px;
}
.content_Main ul li::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #05ada3;
    border-radius: 50%;
    left: -6px;
    top: 9px;
}
.content_Main ul li:last-child{
    margin-bottom: 0;
}
.content_Main li, .content_Main p{
    font-size: 16px;
line-height: 168%;
color: #2D3343
}
.content h2{
    font-weight: 700;
font-size: 28px;
line-height: 35px;
color: #171F31;
margin-bottom: 18px;
}
.content_Main p{
    margin-bottom: 16px;
}
.content, .topContent{
    margin-bottom: 54px;
}
.content p:last-child{
    margin-bottom: 0;
}
.content ul{
    margin-bottom: 18px;
}
.content h3{
    font-weight: 700;
   font-size: 22px;
   line-height: 168%;
   color: #2D3343;
   margin-bottom: 18px;
}
@media (max-width:575px) {
    .pageName h1{
        font-size: 18px;
    }
}