.aboutTextBlock {
    margin-top: 2.08333333VW;
    margin-bottom: 2.08333333VW
}

.aboutTextBlock .text {
    margin-top: 2.08333333VW;
    opacity: 0;
    -webkit-transform: translateY(0.69444444VW);
    -moz-transform: translateY(0.69444444VW);
    -o-transform: translateY(0.69444444VW);
    -ms-transform: translateY(0.69444444VW);
    transform: translateY(0.69444444VW);
    -webkit-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
    -moz-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
    -ms-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
    -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
    transition: opacity 0.6s 0.3s, transform 0.6s 0.3s
}

.aboutTextBlock .text.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.aboutTextBlock .divider {
    background: #002b36
}

@media all and (max-width:1024px) {
    .aboutTextBlock {
        margin-top: 2.93vw;
        margin-bottom: 2.93vw
    }

    .aboutTextBlock .text {
        margin-top: 2.93vw;
        -webkit-transform: translateY(.976vw);
        -moz-transform: translateY(.976vw);
        -o-transform: translateY(.976vw);
        -ms-transform: translateY(.976vw);
        transform: translateY(.976vw)
    }
}

@media all and (max-width:580px) {
    .aboutTextBlock {
        margin-top: 5.172vw;
        margin-bottom: 5.172vw
    }

    .aboutTextBlock .text {
        margin-top: 5.172vw;
        -webkit-transform: translateY(1.724vw);
        -moz-transform: translateY(1.724vw);
        -o-transform: translateY(1.724vw);
        -ms-transform: translateY(1.724vw);
        transform: translateY(1.724vw)
    }
}