#linkpages span{
    width:auto;
    height: auto;
    text-align: left;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 600;
    /* text-decoration: underline; */
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: darkorange;
}
.linkpageshead{
    width:90%;
    height: auto;
    border-bottom: 4px solid darkorange;
    margin-bottom: 20px;
}
.linkbox{
    width:45%;
    height:150px;
    background-color: rgb(247, 247, 247); 
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    margin-bottom: 10px;
    
} 

.linkboxarticle {
    width:100%;
    height:150px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.linkboxarticle a{
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    /* text-transform: uppercase; */
    text-align: left;
    text-decoration: none ;
    border: none ;
    font-weight: 400;
    color: rgb(32, 32, 32);
    padding-left: 30px;
    font-family: 'Roboto', Verdana, Geneva, Tahoma, sans-serif;
}

.linkboxarticle h2{
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 300;
    color: black;
    
}
.linkboximg {
    width:320px;
    height:100% !important;
   margin-top: 0px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-direction: column;
   overflow: hidden;
  
}
.linkboximg img{
    width:220px;
    height:150px;
    object-fit: cover; 
}
.linkbox article{
    width:100%;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#readmore {
    width:100%;
    color: rgb(0, 55, 87) !important;
    text-decoration: none !important;
    background-color: unset !important;
 }
 #readmore a{
    text-align: right !important;
    font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
    color: rgb(0, 55, 87) !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 100px !important;
    letter-spacing: 1px !important;
 
 }

@media only screen and (max-width: 768px) {
    #linkpages{
              overflow: hidden;
    }
    #linkpages span{
              font-size: 14px;
              line-height: 14px;
    }
    .linkbox{
        width: 90%;
        margin-bottom: 40px;
        border-bottom: 1px solid rgb(202, 202, 202);
    }
    .linkboxarticle a{
        font-size: 16px ;
        line-height: 20px;
        padding-left: 15px;
    }

    .linkboximg img{
        width:100%;
        height:100%; 
    }
    .linkbox article{    
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #readmore a{
        font-size: 12px !important;
     }
}

