.guide-card{width:95%;margin:auto;background-color:rgba(0,0,0,.4);border-radius:15px;text-align:left;display:flex;flex-direction:column;padding:1em;margin-bottom:4em;max-width:1000px;padding:1em 4em}@media only screen and (max-width:600px){.guide-card{padding-left:25px;padding-right:25px}}.guide-title{font-size:2rem;font-weight:700;color:#f8f9fa;text-align:center;margin:4px;margin-bottom:8px;border-radius:8px;display:inline-block;background-image:linear-gradient(90deg,transparent 0,#33a95a 40%,#33a95a 60%,transparent)}.guide-date{font-size:1rem;font-weight:700;color:#f8f9fa;text-align:right;margin:4px;margin-bottom:8px;border-radius:8px;display:inline-block}.guide-card .container{display:flex;flex-direction:column;padding:.5em;margin-bottom:1em;border-radius:.25em;border-style:solid;border-width:1px;border-color:#174e29;background-color:rgb(23,78,41,.2)}.guide-card divider{height:1px;background-color:#174e29;margin:1em 0}.guide-content img{max-width:50%}