﻿.design-block.image-text p {
    color: rgb(43, 43, 43);
}

.design-block.image-text .btn {
    background: #228d4f;
    border-color: #228d4f;
    border-radius: 5px;
    color: white !important;
}

.design-block.imagefullheight {
    height: 20rem;
    position: relative;
    transition: all 100ms ease-in-out;
}

.design-block.imagefullheight:hover {
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.design-block.imagefullheight a {
    position: absolute;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}


.design-block.imagefullheight:hover a {
    margin-top: -20px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
