h1,h2,h3{text-align:center}h3{text-transform:capitalize}p{text-align:justify;text-align-last:center;padding:0 5%}.main-img{display:block;margin:auto;border-radius:30px;width:80%}.blogs{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2%;margin-bottom:5vh}.blog-container{width:95%;background-color:#fff;color:var(--primary-color);margin-top:2em;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 8px rgb(0 0 0 / .582);border-radius:30px}.blog-container img{max-width:100%;min-width:100%;border-radius:30px;max-height:50%}.content{width:100%;padding:.5em;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;flex-grow:1}.content>*{margin:0}.blog-link{text-decoration:none;text-transform:uppercase;color:#fff;background-color:var(--primary-color);border-radius:20px;padding:.5em;margin-top:1vh}@media only screen and (min-width:600px){.content{gap:2em}}@media only screen and (min-width:992px){.blog-container{width:48%;height:110vh}.main-img{width:40%}.content{gap:0em}}@media only screen and (min-width:1700px){.blog-container{height:110vh}}