.report-content {
    font-family: sans-serif;
    color: #111;
    font-size: 14px;
    background: #f6f6f6;
    padding: 15px;
    overflow: hidden;
}

.report-content div {
    box-sizing: border-box;
}

.report-content .report-date {
    color: #A5A4A3;
    font-size: 23px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e5;
    margin-bottom: 5px;
}

.report-content .report-info {
    margin-bottom: 30px;
}

.report-content .report-info .report-location {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px;
}

.report-content .report-info .report-body {
    margin-bottom: 3px;
}

.report-content .report-info .report-body .bold {
    font-weight: bold;
    text-transform: uppercase;
}

.report-content .report-fish {
    overflow: hidden;
    margin: 0 -3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.report-content .report-fish .list-item {
    float: left;
    width: 25%;
    padding: 0 3%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.report-content .report-fish .list-item .item-image {
    margin-bottom: 20px;
    text-align: center;
    height: 100%;
}

.report-content .report-fish .list-item .item-image img {
    max-width: 100%;
    width: 100%;
}

.report-content .report-fish .list-item .item-title {
    color: #5f5f5e;
    font-size: 18px;
    text-align: center;
}

.report-content .report-offer {
    overflow: hidden;
    margin: -3px;
}

.report-content .report-offer .offer-item {
    float: left;
    width: 25%;
    padding: 3px;
}

.report-content .report-offer .offer-item .item-image {
    margin-bottom: 15px;
}

.report-content .report-offer .offer-item .item-image img {
    width: 100%;
    max-width: 100%;
    displaY: block;
}

.report-content .report-offer .offer-item .item-title span {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .report-content .report-fish .list-item {
        width: 50%;
    }

    .report-content .report-offer .offer-item {
        width: 50%;
    }
}