.lnk-custom-img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
}

.custom-text-block .row {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
    .custom-text-block .row {
        display: block;
    }
}


.lnk-btn-link {
    color: #616161;
}

.lnk-img-fluid {
    border-radius: 15px;
}