.tech_leaders #crumbs{
    margin-bottom: 40px;
}

.tech_leaders.first-bg button{
    width: fit-content;
    width: -moz-fit-content;
    height: 51px;
    background: #FFFFFF;
    border-radius: 4px;
}

.tech_leaders.first-bg button a{
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    order: 0;
    align-self: center;
    margin: 10px 0px;
    text-decoration: none;
    transition: 0.5s all;
}

.tech_leaders.first-bg button:hover{
    transition: 0.5s all;
    background: #15ACE5;
}

.tech_leaders.first-bg button:hover a {
    color: white;
}