.text-content-section{
    margin-top: 25%;
}
.widget{
    width: 100%;
   min-height:500px;
    padding: 7px;
    /* border: 2px solid red; */
}
.widget-content{

}
.widget-ul{
    /* width: 100%; */
    min-height: 400px;
    box-shadow: 0px 0px 5px 0px;

}

.widget-a{   

    width: 100%;
    height: 70px;
    padding: 19px 0 5PX 5PX;    
    border: 1px solid black;    
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: #024430;
    font-weight: bold;
    /* font-family: fantasy; */
    
}
.fontf{
    /* font-family: fantasy; */
}
/* .widget-a:hover{
    
    background-color: #024430;
    color: #FFE7BB;
} */
.widget-a.active{
    background-color: #024430;
    color: #FFE7BB;

}
.widget-i{
    position: absolute;
    margin-top: 1vh;
    left: 26%;
}

@media(max-width:768px){
    .widget-i{
        left: 88%;
    }
}