.information {
    margin-bottom: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    text-align: center;
}

.information:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    content: '';
}

.information-text {
    margin: 0 auto;
    max-width: 640px;
    position: relative;
    z-index: 2;
}

.information-title {
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 700;
}

.information-text p:last-of-type {
    margin-bottom: 0;
}

.information-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.information-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .information {
        margin-bottom: 70px;
        padding-top: 111px;
        padding-bottom: 96px;
    }
}
