.section-opening-hours {
    background-color: hsl(203, 77%, 17%);
    flex-direction: column;
    padding-top: 300px;
    padding-bottom: 200px;
    background-image: url('../images/bgs/opening-hours-bg.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center 90px;
}

.section-opening-hours .content {
    display: flex;
    width: 1000px;
}

.section-opening-hours .text {
    padding-top: 82px;
    color: #FFF;
    width: 100%;
}

.section-opening-hours .text h2 {
    font-size: 38px;
    font-weight: 900;
    line-height: 48px;
    margin-bottom: 27px;
}

.section-opening-hours .text p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.section-opening-hours .image-obs {
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: -39rem;
    margin-left: 5rem;
}

.section-opening-hours .image-obs img {
    width: calc(100% + 40px);
}

@media (max-width: 800px) {
    .section-opening-hours {
        padding: 0;
        padding-bottom: 1.5rem;
    }

    .section-opening-hours .content {
        flex-direction: column;
    }

    .section-opening-hours .image-obs img {
        width: 100%;
        margin-top: +39rem;
    }

    .section-opening-hours p {
        width: auto;
    }
}
