.hidingHints{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:3rem 4rem 4rem;display:flex}@media only screen and (width<=993px){.hidingHints{padding:3rem 2rem 4rem}}@media only screen and (width>=801px) and (width<=1200px){.hidingHints{font-size:.8rem}}.hidingHints .container{justify-content:center;align-items:center;width:22rem;height:30rem;display:none}@media only screen and (width<=800px){.hidingHints .container{display:flex}}.hidingHints .hints{justify-content:center;align-items:start;gap:3rem;width:100%;display:flex}@media only screen and (width<=800px){.hidingHints .hints{display:none}}@media only screen and (width<=993px){.hidingHints .hints{gap:2rem}}.hidingHints .item{justify-content:center;align-items:center;display:flex;position:relative}.hidingHints .item img{border-radius:.5rem;width:100%;max-width:20rem}.hidingHints .item .hint{background-color:#ffffffb3;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;width:100%;max-width:20rem;padding:1rem;position:absolute;bottom:0}