body {
    min-width: 320px;
}

.bs-light-text-emphasis {
    color: #495057;
} 

.page-title ol li {
    font-size: 3rem;
    font-weight: 300;
}

.section-title h2, .section-title span {
    font-size: 36;
    text-transform: none !important;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 4rem;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0;
    color: rgb(254, 250, 250) !important;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 0 0.5rem 0 0.5rem;
}

.services .card {
    min-height: 16rem;
    overflow: hidden;
    border-radius: 0.5rem;
}

.services .card h3 {
    font-weight: 500;
    /* margin-top: auto;
    margin-bottom: auto; */
    margin-bottom: 0 !important;
}

.services .card .card-body {
    padding: 0 !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.about .content ul h5 {
    font-size: 18px;
    font-weight: 300;
}

.contact .info-item i {
    background-color: transparent;
    font-size: 36px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.transform-scale-10-hover:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 
}

.bg-glass {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.swb-1 {
    -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
}