.catalo_cont>li>a:hover,
.catalo_head {
    color: #005670
}

.grid-container {
    columns: 3 220px;
    column-gap: 1.5rem;
    width: 100%;
    margin: auto;
    text-align: center
}

.align_grid {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
    padding: 15px;
    transition: .25s ease-in-out;
    border: 1px solid #eee
}

.catalo_head {
    font-weight: 500;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-top: 33px;
    margin-bottom: 33px
}

.catalo_cont,
.catalo_cont>li>a {
    text-align: left;
    text-decoration: none
}

.catalo_img {
    width: 50%;
    margin: auto auto auto 100%
}

.catalo_header {
    color: #2b7da3;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #f2f2f2;
    width: 100%;
    height: 100%;
    padding: 11px;
    border-radius: 2px;
    background-color: #f2f2f2
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.catalo_cont {
    list-style: circle;
    color: #262626;
    background-color: #fff;
    margin-bottom: 0
}

.catalo_cont>li>a {
    color: #444;
   font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #eee
}

.popup_list>li>a {
    text-decoration: none;
    color: #4a4a4a;
    border: 1px solid #bcc1c0f2;
    background: #fffffff2;
    margin-top: 6px;
   font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 8px;
}

.popup_list>li>a:hover {
    color: #222
}

.catalo_popup {
    width: 100%
}

.popup_list {
    list-style: none;
    padding-left: 0
}