html,
body {
    font-family: 'Open Sans', sans-serif;
}

.bg-soft-black {
    background-color: rgb(235, 235, 235);
}

.sec-optime {
    position: absolute;
    top: 130px;
    width: 100vw;
    height: 100vh;
}

.sec-content {
    margin-top: -120px;
}

.sec-content p {
    width: 40%;
    color: #fff;
    font-size: 1.2rem;
}

#footer a {
    list-style: none;
    color: #fff;
}

@media (max-width: 768px) {}

@media (max-width: 992px) {
    .sec-content {
        margin-top: 0px;
    }
    .sec-content p {
        width: 60%;
        font-size: 1rem;
    }
    .sec-content h1 {
        font-size: 1.8rem;
    }
}