.art-ul{
    list-style-type: unset;
    padding: revert;
    list-style: none;
    overflow: inherit;
    padding-top: 0
}
.nestul{
  padding: revert;
  margin: 8px 0;
}

.art-ul li::before {
  content: "\2022";
  color: #12A19A;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-right: -1em;
}
.content-section {
    min-height: 500px;
    border-radius: 5px
}

.container {
    display: initial;
}

.art-content {
    width: calc(100% - 350px);
    margin-right: auto;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 40px;
    flex-wrap: wrap
}

.main {
    width: 73%;
    min-height: 416px;
    border-radius: 3px;
    padding: 15px 7%;
    background-color: #fff
}

.sidebar {
    width: 25%;
    height: fit-content;
    position: sticky;
    top: 0;
    background-color: #12A19A;
    border-radius: 3px;
    overflow: hidden;
}

.menu-item:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.menu-item a {
    display: inline-block;
    width: 100%;
    padding: 12px 12px;
    text-decoration: none;
    color: #fff;
}

.menu-item a:hover {
    background-color: #0e857f;
}

.menu-item>.active {
    background: green;
}

.hpimg {
    width: 100%;
}

.m-head {
    color: #12A19A;
    text-align: center
}

.t-tarrif{
    margin: auto;
    margin-bottom: 30px;
}
.t-tarrif tbody tr:nth-child(odd){
background: #f8f9fa;
}
.t-tarrif thead{
    height: 60px;
    background: #E7E9EB;
}
.t-tarrif th,td{
    padding: 10px;
    text-align: center;
}
.t-tarrif tbody th{
    background: #E7E9EB;
}
.beta-img img{
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}
.guide-con h2{
    margin-top: 40px;
    color: #12A19A
}
.tblhcg{
    border-collapse: collapse;
    margin-top: 30px;
    margin: auto
}
.tblhcg ,.tblhcg th,.tblhcg td{
    border: 1px solid #e0e0e0;
}
.tblhcg caption{
    padding: 8px 0;
}
.tblhcg th{
    color: #0e857f;
    padding: 16px
}
.tblhcg tr:nth-child(2n){
    background: #f8f9fa;
}
.btnlink{
    background: cadetblue;
    color: white;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 3px
}

@media (max-width:850px) {
    .sidebar {
        width: 100%;
        position: unset;
        margin-bottom: 20px
    }
    .main {
        width: 100%
    }
    .m-head{
        font-size: 26px
    }
}