.header__icon path {
    transition: stroke 0.3s ease-in-out;
}

.header__icon:hover path {
    stroke: #EF3C6B;
}

.btn_border:hover{
    border-bottom: solid 1px #FE2B64;
}

.btn_border a:hover {
    color: #fe2b64!important;
}