.wrapper_section_results {
    margin-top: 40px;
    background-color: #fff;
    padding: 40px 40px 55px;
}

.result {
    width: 100%;
}

.result__title {
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
    font-size: 1em;
}

.result__img {
    height: 200px;
    margin-bottom: 30px;
}

.result__img img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
}

.result__text {
    color: #000000;
}

.result__text table td {
    border: 1px solid #000000;
}

.show-more__button {
    margin: 42px auto 0;
    max-width: 690px;
    padding: 14px 14px 11px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #4486ff;
    border-radius: 2px;
    font-weight: 500;
    border: 1px solid #4486ff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.show-more__button:hover {
    color: #2165df;
    background: #ffffff;
}

.big-tile__item img {
    max-width: 100%;
    height: auto;
}