#overview_section{
    /*margin: 25px 0px;*/
    background-color: #fffbe7;
    padding: 75px 45px 75px 45px;
    /*display: -webkit-box;*/
}

#overview_item_list{
    margin: 0;
    justify-content: center;
}

.overview-item-image{
  /*height: 185px !important;*/
  height: auto;
  width: 100% !important;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.8s ease-out;
}

.overview-item-image:hover{
  /*height: 185px !important;*/
  height: auto;
  cursor: pointer;
  width: 100% !important;
  transform: scale(1.08);
  transition: all 0.8s ease-out;
}

.overview-item{
    border: none;
    /*margin-bottom: 30px;*/
    box-shadow: 2px 2px 10px lightgrey;
    cursor: pointer;
}

.overview-item:hover{
    border: none;
    /*margin-bottom: 30px;*/
    box-shadow: 5px 5px 15px lightgrey;
    cursor: pointer;
}

.overview-item-title{
    /*color: var(--theme-text-color);*/
    color: #b1040e;
    /*font-weight: bold;*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    /*padding: 10px;*/
    padding: 10px 20px 10px 20px;
    /* text-align: -webkit-center; */
    text-align: left;
    /*font-size: 1.5em;*/
    font-size: 26px;
}

.overview-item-short-description{
    /*text-align: justify;*/
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    /*padding: 0px 10px 15px 10px;*/
    padding: 0px 20px 15px 20px;
    /*height: 218px;*/
    /*height: 170px;*/
    overflow: hidden;
    font-weight: bold;
    color: var(--theme-text-color);
}

.hide-extratext{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.continue-reading{
    display: inline-block;
    font-size: 14px;
    color: rgb(28, 12, 79);
    font-style: normal;
    font-weight: bold;
    cursor: pointer;
}

#overview_see_more_btn_div{
    width: 100%;
    display: flex;
    justify-content: center;
}

#overview_more_btn{
    font-size: 18px;
    padding: 10px;
}

#overview_more_btn i{
    padding-left: 5px;
    display: none;
}

.overview-adjust-padding{
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 20px;
}


@media only screen and (max-width: 576px){
    /*.adjust-padding{*/
    /*    padding-right: 10px;*/
    /*    padding-left: 10px;*/
    /*}*/
    
    #overview_section{
        padding: 75px 15px 75px 15px;
    }
    
    .overview-adjust-padding{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .overview-item-short-description{
        height: auto;
    }
}


@media only screen and (min-width: 576px) and (max-width: 768px){
    /*.adjust-padding{*/
    /*    padding-right: 10px;*/
    /*    padding-left: 10px;*/
    /*}*/
    
    #overview_section{
        padding: 75px 20px 75px 20px;
    }
    
    .overview-item-short-description{
        height: auto;
    }
}



@media only screen and (min-width: 768px) and (max-width: 992px){
    /*.adjust-padding{*/
    /*    padding-right: 10px;*/
    /*    padding-left: 10px;*/
    /*}*/
    
    #overview_section{
        padding: 75px 20px 75px 20px;
    }
    
    .overview-item-short-description{
        height: 225px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1050px){
    /*.adjust-padding{*/
    /*    padding-right: 10px;*/
    /*    padding-left: 10px;*/
    /*}*/
    
    #overview_section{
        padding: 75px 20px 75px 20px;
    }
    
    .overview-item-short-description{
        height: 285px;
    }
}

@media only screen and (min-width: 1050px) and (max-width: 1200px){
    /*.adjust-padding{*/
    /*    padding-right: 10px;*/
    /*    padding-left: 10px;*/
    /*}*/
    
    #overview_section{
        padding: 75px 20px 75px 20px;
    }
    
    .overview-item-short-description{
        height: 225px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1343px){
    #overview_section{
        padding: 75px 45px 75px 45px;
    }

    /*.adjust-padding{*/
    /*    padding-right: 15px;*/
    /*    padding-left: 15px;*/
    /*}*/
    
    .overview-item-short-description{
        height: 195px;
    }
}

@media only screen and (min-width: 1343px){
    #overview_section{
        padding: 75px 45px 75px 45px;
    }

    /*.adjust-padding{*/
    /*    padding-right: 15px;*/
    /*    padding-left: 15px;*/
    /*}*/
    
    .overview-item-short-description{
        height: 165px;
    }
}
