.prf-search-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 70px;
}

.prf-search-box .srch-fld {
    position: relative;
    max-width: 550px;
    align-items: center;
    flex: 1 1 0;
}

.prf-search-box .serch {
    border: #075056 1px solid;
    border-radius: 50px;
    padding: 22px 25px;
    width: 100%;
    color: #075056;
    font-size: 16px;
    letter-spacing: 1px;
}

.prf-search-box .srch-btn {
    position: absolute;
    right: 20px;
    top: 0;
    color: #075056;
    content: "";
    font-size: 20px;
    width: 54px;
    padding: 16px 12px;
    cursor: pointer;
}

.profile-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    text-align: center;
    max-width: none;
}

.profile-list .profile-card {
    margin: 0 15px 30px;
    width: calc(25% - 30px);
    text-align: center;
    border: 1px solid #8D8D8D;
}

.profile-list .profile-card .prf-img {
    position: relative;
    z-index: 1;
}

.profile-list .profile-card .prf-img .up-img {
    background-size: cover;
    background-color: rgb(145, 143, 143);
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
    top: 70px;
    margin-bottom: 80px;
}

.profile-list .profile-card .prf-img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    background-color: #e5e5e5;
    z-index: -1;
}

.profile-list .profile-card .prf-txt {
    padding: 0 20px 30px;
}

.profile-list .profile-card .prf-txt .prf-title {
    color: #f5562c;
    font-size: 1.3333em;
    font-family: "Playfair Display", serif;
    text-decoration: underline;
    margin-bottom: 20px;
}

.profile-list .profile-card .prf-txt .prf-rte {
    margin-bottom: 15px;
}

.profile-list .profile-card .prf-txt .prf-rte .str-icn {
    color: #d9d9d9;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.profile-list .profile-card .prf-txt .prf-rte .str-icn.active {
    color: #fece00;
}

.profile-list .profile-card .prf-txt .prf-tx {
    margin-bottom: 30px;
    text-align: left;
    color: #2e2e2e;
    font-weight: 300;
}

.profile-list .profile-card .prf-txt .rd-btn .pix-btn {
    font-size: 0.8667em;
    padding: 6px 50px;
}

@media only screen and (max-width:1260px) and (min-width: 991px),
screen and (max-width: 519px) and (min-width: 481px) {
    .profile-list .profile-card .prf-txt .prf-tx {
        font-size: .9em;
    }
}


@media only screen and (max-width:1260px) {
    .profile-list .profile-card .prf-txt .rd-btn .pix-btn {
        padding: 6px 35px;
    }
}

@media only screen and (max-width:991px) {
    .profile-list .profile-card {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width:767px) {
    .profile-list {
        margin: 0 -5px;
    }

    .profile-list .profile-card {
        width: calc(50% - 10px);
        margin: 0 5px 30px;
    }

    .profile-list .profile-card .prf-txt .rd-btn .pix-btn {
        padding: 6px 25px;
    }
}

@media only screen and (max-width:550px) {
    .profile-list .profile-card .prf-txt .prf-rte .str-icn {
        font-size: 1.3333em;
    }
}

@media only screen and (max-width:480px) {
    .profile-list .profile-card {
        width: calc(100% - 10px)
    }
}