@font-face {
    font-family: arialBold;
    src: url(fonts/arial_bold.ttf);
}
.yellow-bar{
    background-color: #EBC200;
    padding-bottom: 0px !important;
}
.list-layout{
    display: flex;
    flex-direction: column;
}
.list-item{
    display: flex;
    padding-right: 100px;
    padding-left: 100px;
}
.list-item-p-holder{
    flex: 1;
}
.list-item-p-holder > p{
    margin: 0;
    padding: 0;
}
.list-item-p-holder > p:nth-child(1){
    margin-top: 15px;
}
.list-item-p-holder > p:nth-child(2){
    margin-bottom: 15px;
}
.list-item-title{
    color: #000;
    font-size: 24px;
    font-family: arialBold, sans-serif;
}
.list-item-role{
    color: #444;
    font-size: 18px;
    font-family: arialRegular, sans-serif;
}
.gray-bar-small-tk{
    background-color: #444;
    height: 2px;
    width: calc(100% - 200px);
    left: 100px;
    position: relative;
}
.list-item > a > img{
    flex: 1;
    max-width: 40px;
    max-height: 40px;
    position: relative;
    top: 50%;
    /*right: 20px;*/
    transform: translateY(-50%);
}

@media (max-width: 800px){
    .bar-full-height{
        height: 150px;
    }
    .bar-half-height{
        height: 50px;
    }
    .bar-with-text > img:nth-child(1){
        max-height: 40px;
        top: 5px;
    }
    .bar-with-text > img:nth-child(2){
        max-height: 150px;
    }
    .list-item{
        padding-right: 20px;
        padding-left: 20px;
    }
    .gray-bar-small-tk{
        width: calc(100% - 40px);
        left: 20px;
    }
    .list-item-p-holder{
        padding-left: 5px;
    }
    .list-item-title{
        font-size: 18px;
    }
    .list-item-role{
        font-size: 9px;
    }
    .content-section{
        flex-direction: column;
    }
    .subcontent > img{
        max-width: 100%;
        max-height: 50vh;
        padding-top: 5px;
    }
    .home-icon-img{
        max-width: 40px;
        top: 5px;
    }
}

@media (max-width: 1200px) and (min-width: 800px) and (orientation: landscape){
    .list-item-title{
        font-size: 16px;
    }
    .list-item-role{
        font-size: 10px;
    }
    .list-item{
        padding-right: 20px;
        padding-left: 20px;
    }
    .gray-bar-small-tk{
        width: calc(100% - 40px);
        left: 20px;
    }
    .subcontent > img{
        position: relative;
        height: auto;
        top: 2.5% !important;
        max-width: 90%;
        max-height: 95%;
        transform: translateY(-50%);
    }
}