.listing{position:relative;padding-bottom:50px;background-color:var(--color-black)}@media (min-width:992px){.listing{padding-bottom:100px}}.listing__item{margin-bottom:30px}.listing__item-wrap{position:relative;height:100%;padding:40px 0;border:2px solid var(--color-green);text-align:center}@media (min-width:992px){.listing__item-wrap{padding:100px 0}}@media (min-width:1200px){.listing__item-wrap{min-height:200px;max-height:240px;padding:100px 80px}}.listing__item-wrap:focus,.listing__item-wrap:focus-within,.listing__item-wrap:hover{background-color:var(--color-green)}.listing__item-wrap:focus-within .listing__item-title,.listing__item-wrap:focus .listing__item-title,.listing__item-wrap:hover .listing__item-title{color:var(--color-black)}.listing__item-wrap:focus-within .listing__item-subtitle,.listing__item-wrap:focus .listing__item-subtitle,.listing__item-wrap:hover .listing__item-subtitle{height:auto;padding-top:15px;color:var(--color-black);opacity:1}.listing__item-anchor{position:absolute;top:0;left:0;width:100%;height:100%}.listing__item-title{color:var(--color-green);font-weight:var(--font-weight-400);font-size:var(--font-size-20);font-family:var(--font-family-secondary);line-height:1.1;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}@media (min-width:992px){.listing__item-title{font-size:var(--font-size-24)}}.listing__item-subtitle{height:0;padding-top:0;color:var(--color-green);font-weight:var(--font-weight-400);font-size:var(--font-size-14);font-family:var(--font-family-secondary);overflow:hidden;opacity:0;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}