.rep-block-science {
    height: fit-content;
    position: relative;
    overflow: visible;
}

.rep-block-science .main-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 96px;
}

.rep-block-science .big-image {
    min-width: 315px;
    width: 315px;
    height: 420px;
}

.rep-block-science .big-image img {
    width: 100%;
    height: 100%;
}

.rep-block-science .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 50px;
}

.rep-block-science .list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #161514;
    min-height: 140px;
    width: calc(50% - 40px);
    margin-right: 20px;
    margin-left: 20px;
}

.rep-block-science .list li:nth-child(odd) {
    margin-left: 0px;
}

.rep-block-science .list li:nth-child(even) {
    margin-right: 0px;
}

.rep-block-science .list li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 167px;
    min-width: 43px;
    min-height: 167px;
    margin-right: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 23px;
}

.rep-block-science .list li .img.plant-one {
    background-image: url(../images/plant-bottle-one.png);
}

.rep-block-science .list li .img.plant-two {
    background-image: url(../images/plant-bottle-two.png);
}

.rep-block-science .list li .img.plant-three {
    background-image: url(../images/plant-bottle-three.png);
}

.rep-block-science .list li .img.plant-four {
    background-image: url(../images/plant-bottle-four.png);
}

.rep-block-science .awards {
    width: 100%;
    height: 91px;
    max-width: 1338px;
    background-image: url(../images/awards.png);
    margin-bottom: 96px;
    background-size: contain;
    background-repeat: no-repeat;
}

.rep-block-science .link {
    font-size: inherit;
    line-height: inherit;
    color: #8C4438;
    text-decoration: underline;
    cursor: pointer;
}

/* X Small */
@media (min-width: 0px) {
    .rep-block-science .list li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .rep-block-science .list {
        margin-right: 20px;
    }

    .rep-block-science .awards {
        display: none;
    }

    .rep-block-science .big-image {
        min-width: 0px;
        max-width: 157px;
        height: 210px;
    }

    .rep-block-science .main-row {
        flex-direction: column;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .rep-block-science .list li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .rep-block-science .list {
        margin-right: 20px;
    }

    .rep-block-science .awards {
        display: none;
    }

    .rep-block-science .big-image {
        min-width: 0px;
        max-width: 157px;
        height: 210px;
    }

    .rep-block-science .main-row {
        flex-direction: column;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .rep-block-science .list li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .rep-block-science .list {
        margin-right: 20px;
    }

    .rep-block-science .awards {
        display: none;
    }

    .rep-block-science .big-image {
        max-width: 157px;
        min-width: 157px;
        height: 210px;
    }

    .rep-block-science .main-row {
        flex-direction: row;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .rep-block-science .list li {
        width: calc(50% - 40px);
    }

    .rep-block-science .list li:nth-child(odd) {
        margin-left: 0px;
        margin-right: 40px;
    }

    .rep-block-science .list li:nth-child(even) {
        margin-right: 0px;
        margin-left: 40px;
    }

    .rep-block-science .list {
        margin-right: 40px;
    }

    .rep-block-science .awards {
        display: block;
    }

    .rep-block-science .big-image {
        max-width: 315px;
        min-width: 315px;
        height: 420px;
    }

    .rep-block-science .main-row {
        flex-direction: row;
    }

    .rep-block-science .main-row {
        flex-direction: row;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .rep-block-science .list li {
        width: calc(50% - 40px);
    }

    .rep-block-science .list li:nth-child(odd) {
        margin-left: 0px;
        margin-right: 40px;
    }

    .rep-block-science .list li:nth-child(even) {
        margin-right: 0px;
        margin-left: 40px;
    }

    .rep-block-science .list {
        margin-right: 40px;
    }

    .rep-block-science .awards {
        display: block;
    }

    .rep-block-science .big-image {
        max-width: 315px;
        min-width: 315px;
        height: 420px;
    }

    .rep-block-science .main-row {
        flex-direction: row;
    }
}