﻿.desktop-header-bottom-right-navigation ul li a.kurumsal-active::before, .desktop-header-bottom-right-navigation .custom-dropdown-link.kurumsal-active::before {
    content: "";
    bottom: -10px;
    left: 0px;
    width: 100%;
    position: absolute;
    height: 2px;
    background: #28b34b;
}

.certificate-card .certificate-card-icon-and-name {
    padding: 27px 12px;
    background: #F5F5F7;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    justify-content: center;
    align-items: center;
}

.certificate-button a {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E7E7;
    border-top: none;
}

    .certificate-button a:hover svg path {
        stroke: #28b34b;
        transition: .4s;
    }

    .certificate-button a svg path {
        transition: .4s;
    }

.certificate-name {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #040C0C;
}