/* landing */
.landing.sections {
    width: 100%;
    height: 500px;
    position: relative;
    background-image: url('../../../images/bg/bg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column-reverse;
}

.landing.sections::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000007d;
}

.landing.sections h1, .landing.sections p {
    margin: 0 50px 30px 0;
    position: relative;
}
.landing.sections i {
    font-size: 11px;
}