.otherarticleswrapper{display: flex;justify-content: space-between;max-width: 1200px;margin: auto;}
.otherarticleimage{max-width:250px;width:100%;border-radius:10px;}
.oneotherarticleexternalwrapper{width:300px;display:flex;padding:10px;border-radius:10px;}
.oneotherarticleexternalwrapper:hover{background:#f5f7ff;}
.oneotherwrapper .imagerow,.oneotherwrapper .textrow{text-align:center;}
.oneotherwrapper .textrow{margin-top:10px;}
@media only screen and (max-width: 640px){.oneotherwrapper .textrow{font-size:1.4rem;}}
@media only screen and (max-width: 480px){.oneotherarticleexternalwrapper{margin:auto;max-width:180px;}}  


@media only screen and (max-width: 480px){
	.otherarticleswrapper{display:block}
	.oneotherarticleexternalwrapper{margin:auto;max-width:180px}
}