body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Stilu';
}

a {
    text-decoration: none;
    transition: all 0.5s;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

a:hover, a:focus {
    text-decoration: none;

}

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

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-family: 'Canela';
}

p {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.2px;
}

.small-heading {
    font-size: 15px;
    line-height: 1.18;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 25px;
}

::-webkit-input-placeholder { 
    color: #fff;
    font-family: 'Stilu';
    font-weight: 300;
    font-size: 14px;

  }

  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.join-card button {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    width: 200px;
    border: 1px solid #212529;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-top: 25px;
    background: transparent;
}

.intake-card .text h5 {
    display: -webkit-box;
    max-width: 100%;
    height: 72px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.modal-dialog {
    max-width: fit-content;
}

.modal-body img {
    max-height: 80vh;
}


.modal-header button {
    border: 0;
    background: transparent;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: -3px;
}

.fl-equal.fl-center {
    justify-content: center;
}

.partner .wrap .content:first-child:after {
    display: none;

}