#singlenew{width:100%;max-width:1330px;display:flex;flex-direction:row;margin-bottom:40px;justify-content:space-between;padding-top:0;}
#singlenew>div.right{width:100%;max-width:300px;min-width:300px;display:flex;flex-direction:column}
#singlenew>div.right>div.rightbot{display:flex;flex-direction:column}
#singlenew>div.right>div.rightbot>a{margin:10px 0}
#singlenew>div.right>div.righttop>p{margin-top:10px;text-align:center}
#singlenew>div.left{width:100%;max-width:1030px;margin-right:20px}
#singlenew>div.left>img{width:100%;object-fit:cover;border-bottom-left-radius:5px;border-bottom-right-radius:5px}
#singlenew>div.left>h1, #singlenew>div.left>p.text{margin-top:10px}
#singlenew h1,p{text-align:left}
@media (max-width:500px) {
    #singlenew{flex-direction:column;padding-top:0;}
    #singlenew>div.right{width:100%;max-width:inherit;min-width:inherit}
    #singlenew>div.right>div.rightbot{margin:auto;width:fit-content;display:flex;flex-direction:column}
    #singlenew>div.right>div.rightbot>a.new1{margin-right:0} }
@media (min-width:500px) and (max-width:768px) {
    .newlink{max-width:250px}
    #singlenew{flex-direction:column;padding-top:0;}
    #singlenew>div.right{width:100%;max-width:inherit;min-width:inherit}
    #singlenew>div.right>div.rightbot{margin:auto;width:fit-content;display:flex;flex-direction:row}
    #singlenew>div.right>div.rightbot>a.new1{margin-right:20px} }
@media (max-width:768px) {
    #singlenew>div.left{margin-right:0;margin-bottom:20px;} }
@media (max-width:1023px) {
    #singlenew{margin-top:65px} }