.pis-branches-wrapper {
    box-shadow: 0 2px 6px 2px rgb(0 0 0 / 20%);
    border-bottom-right-radius: 30px;
}

.pis-branches-wrapper .pis-branches-wrapper-form {
    padding: 0;
}

.pis-branches-wrapper .pis-branches-content {
    padding: 15px;
}

.pis-branches-wrapper .pis-branches-content .pis-branches-img-placeholder {
    margin-left: auto;
    margin-right: auto;
    max-height: 450px;
}

.pis-branches-wrapper .pis-branches-field-wrapper {
    border-bottom: 1px solid #dedfdf;
    padding: 9px;
    position: relative;
    width: 100%;
}

.pis-branches-wrapper .pis-branches-input {
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    border: 1px solid #dedfdf;
    display: block;
    width: 100%;
    border-radius: 0;
}

.pis-branches-wrapper .pis-branches-input:hover,
.pis-branches-wrapper .pis-branches-input:focus {
    border: 1px solid #666;
}

.pis-branches-wrapper .pis-branches-submit {
    background-color: transparent;
    background-image: url(../img/loop-icon.png);
    background-size: cover;
    background-position: center;
    outline: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
    box-shadow: none;
    padding: 0;
}

.pis-branches-wrapper .pis-branches-submit:hover {
    background-color: transparent;
}

.pis-brahches-wrapper .pis-branches-content {
    padding: 20px;
}

.pis-branch-card {
    padding: 15px 10px;
    background-color: #E0E0E0;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* flex-wrap: wrap; */
    /* max-width: 500px; */
    border-radius: 5px;
}

/* .pis-branch-card .pis-branch-card-img-wrapper {
    flex: auto;
    margin-right: 15px;
} */

.pis-branch-card .pis-branch-card-img {
    border-radius: 50%;
    max-width: 150px;
}

/* .pis-branch-card .pis-branch-content-wrapper {
    flex: 1 0 70%;
    max-width: 70%;
} */

.pis-branch-card .pis-branch-card-content-wrapper p {
    margin-bottom: 10px;
}

/* @media screen and (max-width: 600px) {

    .pis-branch-card .pis-branch-content-wrapper {
        flex: 1 0 60%;
        max-width: 60%;
    }
} */

/* @media screen and (max-width: 480px) {
    .pis-branch-card {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .pis-branch-card .pis-branch-card-img-wrapper {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .pis-branch-card .pis-branch-content-wrapper {
        flex: 1 0 100%;
        max-width: 100%;
    }
} */