#profiles {
    margin-bottom: 120px;
}

.profile {
    position: relative;
    padding-bottom: 135%;
    background-color: var(--white-color);
    margin-bottom: 30px;
}

.profile img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: var(--content-color);
    padding: 15px;
}

.profile-name {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--grey-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-name i {
    font-size: 14px;
    transition: transform 500ms ease-in-out;
}

.profile:hover .profile-name i {
    transform: translateX(3px);
    transition: transform 150ms ease-in-out;
}

.profile-specializations {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-weight: 700;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.profile-specializations li {
    display: flex;
    color: var(--grey-color);
    font-size: 12px;
}

.profile-specializations li:not(:last-of-type):after{
    content: ',';
    margin-right: 5px;
}

.profile-location {
    font-size: 12px;
}

.profile-location-icon {
    margin-right: 5px;
    color: #97AAC4;
}

.profile a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#profiel-head h2 {
    margin-bottom: 20px;
}

#profielen-search {
    position: relative;
}

.form-end .form-col {
    width: auto !important;
}
