.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


section.block-5 h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #206C6C;
    font-weight: bold;
}

section.block-5 p {
    font-size: 18px;
}

section.block-5 .item {
    border: 3px solid #206C6C;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.61);
}

section.block-5 a {
    text-decoration: none;
}

section.block-5 .item .question {
    display: flex;
    align-items: center;
}

section.block-5 .item .question p {
    padding: 0;
    margin: 0;
    font-weight: 600;
}

section.block-5 .item .question img {
    padding: 0;
    margin-left: auto;
    margin-right: 10px;
}

section.block-5 .item .answer {
    padding-top: 20px;
}

.pb-5 {
    padding-bottom: 6rem !important;
}


.time-selector {
    margin-right: 20px;
    line-height: 10px;
    font-size: 18px;
    border-bottom: 3px;
    cursor: pointer;
}

.time-selector.active, .time-selector:hover {
    border-bottom: 3px solid #FFD500;

}

