﻿.view-more-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 18px;
    color: white;
    background: #70a4d0;
    border-radius: 14px;
    text-decoration: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #70a4d0;
    transition: all 0.3s ease;
    text-align: right;
}

    .view-more-btn:hover {
        background: white;
        color: #70a4d0;
    }
.imgteam {
    height: 300px!important;
    object-fit:cover;
}
