.single-thumbnail img{    max-width: 79%;}
.single-content{    margin-top: -90px !important;
    position: relative; background-color: #fff;
    padding: 80px 100px 20px 20px !important;max-width: 1088px !important;}
.single-content-box h1{position: relative;
    display: block;
    width: fit-content;
    margin-bottom: 50px;z-index: 2;}
.single-content-box h1:after {
   content: '';
    width: 70%;
    height: 2px;
    background: rgb(232, 199, 89);
    background: linear-gradient(90deg, rgba(232, 199, 89, 1) 0%, rgba(170, 139, 7, 1) 100%);
    position: absolute;
    bottom: -20px;
    right: 0;
}
 .single-article-box a:hover strong {
    color: #927102;
}
.single-article-box a:hover:after {
    width: 100%;
}
.single-content-box img {
    position: relative;
    display: block;
    margin: 20px auto;
}
.single-content-box a, .single-content-box ul li a {
    color: #ab8c09;
    border-bottom: 1px solid #ab8c09;
}
.single-content-box {
    position: relative;
    display: block;
    width: 100%;
    text-align: justify;
}
table{width:100% !important}
td {
    border: 1px solid #a7a4a4 !important;
}
.single-thumbnail img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 305px; max-width: unset !important;
}
.single-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.single-content-box p{text-align:justify}
.single-box-head {
    font-family: variableFont;
    font-size: 40px;
    color: #000;
    padding-top: 60px;
    position: relative;
    text-transform: inherit;
    padding-right: 33px;
    text-align: right;
    margin-bottom: 80px;
    padding-bottom: 4px;
    display: inline-block;
    font-weight: 400;
}
.single-box-head:before {
    content: "";
    height: 2px;
    width: 160%;
    position: absolute;
    right: -60%;
    background: #000;
    bottom: -5px;
}
main, section {
    position: relative;
    width: 100%;
    display: block;
}
.single-article-box {
    position: absolute;
    background: #fff;
    right: 40px;
    bottom: 10px;
    padding: 30px 30px 15px 30px;
    width: 65%;
    overflow: hidden;
}
.single-article-box a {
    display: block;
    position: relative;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    outline: none !important;
}
.single-article-box a:after {
    content: "";
    width: 40%;
    height: 2px;
    background: rgb(232, 199, 89);
    background: linear-gradient(90deg, rgba(232, 199, 89, 1) 0%, rgba(170, 139, 7, 1) 100%);
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}
 .single-article-box a strong {
    color: #000;
    font-size: 18px;
}
.single-article-items {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.single-article-item img {
    width: 135% !important;
    height: auto;
    object-fit: cover;
    max-width: initial;
}
.single-article-item {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
    height: 215px;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}