#guides-box{display:flex;flex-direction:column;justify-content:space-between;align-items:start;padding:1rem 0}@media only screen and (min-width: 728px){#guides-box{flex-direction:row}}#guides-box .guides-box__inner{width:100%}@media only screen and (min-width: 728px){#guides-box .guides-box__inner{padding-right:1.5rem}}#guides-box .collection-box{padding-top:1rem}#guides-box .collection-box:first-child{padding-top:0}#guides-box .collection-box h2{font-size:1.3rem;margin-bottom:2rem;font-weight:700;text-transform:capitalize}#guides-box ul{margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1rem;justify-content:space-between}@media only screen and (min-width: 728px){#guides-box ul{grid-template-columns:1fr 1fr 1fr}}#guides-box ul li{list-style-type:none}#guides-box ul li a{display:block;color:var(--color-text);text-decoration:none;padding:1rem 0;font-weight:700;text-transform:capitalize}#guides-box ul li a:hover{color:var(--color-text-lighter)}#guides-box ul li img{display:block;border-radius:1px;width:100%;max-width:310px;height:200px;margin-bottom:.5rem}svg{fill:var(--color-text-darker);margin-right:.5rem;cursor:pointer;font-size:1rem}
