body {
    color: #113;
}

.jumbo {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

.jumbo-link {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

.jumbo-link:hover {
    background-color: #e1f0ff;
    cursor: pointer;
}

.jumbo-text {
    font-weight: 300;
    line-height: 1.2;
}

.col30 {
    width: 30%; /* Ширина ячейки */
}

.w-15 {
    width: 15% !important;
}


.container-img {
    position: relative;
    height: 100% !important;
}

.container-img .btn-img {
    position: absolute;
    top: 5%;
    left: 81%;
    border: none;
    font-size: 0.7rem;

}

.container-img .btn-add-main-img {
    position: absolute;
    top: 82%;
    left: 5%;
    border: none;
    font-size: 0.7rem;
}




















