Current File : /customers/3/5/c/campinoeksjo.se/httpd.www/wp-content/themes/MHreklam/sass/_about.scss
/*---------------------
  About
-----------------------*/
.about {
    
}

.about__text {

    p {
        margin-bottom: 0;
    }
}

.about__bar {

    .about__bar__item {
        margin-bottom: 40px;

        p {
            color: #444444;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .barfiller {
            width: 100%;
            height: 8px;
            background: #e1e1e1;
            border: none;
            position: relative;
            margin-bottom: 20px;
            box-shadow: none;
            -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, .5);

            .tip {
                margin-top: -36px;
                padding: 0;
                font-size: 16px;
                color: $heading-color;
                font-weight: 600;
                background: none;

                &:after {
                    display: none;
                }
            }
        }
    }
}

.about__video {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;

    .play-btn {
        display: inline-block;
        width: 70px;
        height: 70px;
        background: $primary-color;
        font-size: 24px;
        color: $white-color;
        line-height: 70px;
        text-align: center;
        border-radius: 50%;
    }
}