.card-lib-hide-one{
	display:none;
}
.card-lib-hide-two{
	display:none;
}

.hero__body a::after {

text-decoration: none;

    color: #3b3c43;

    position: relative;

    content: '';

    background-color: #fbc600;

    left: 0;

    right: 0;

    bottom: .15em;

    height: .0625rem;

    z-index: -1;

    -webkit-transition: height .3s linear;

    transition: height .3s linear;

}

.Yellow-line{
	border-bottom: 2px solid #fbc600;
background-color: transparent;
color: #3b3c43;
text-decoration: none;
}

