.topics__wrapper{display:flex;flex-direction:column}
.topics__item{margin-bottom:24px}
.topics__item:last-child{margin-bottom:0}
.topics__link{color:#012fa7;line-height:1.2;font-size:23px}
.topics__link:hover{border-bottom:1px solid #012fa7}
@media only screen and (max-width:1099px){.topics__item{margin-bottom:15px}
.topics__link{font-size:18px}
}
@media only screen and (max-width:619px){.topics__link{font-weight:bold}
}