.AboutUs {
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: #fff;
    background-color: #5d99b4;
}

.AboutUs__row {
    height: 50%;
}

.AboutUs__icon {
    width: 5rem;
    height: 5rem;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(101%);
}

.AboutUs__desc {
    /*font-size: 1.5rem;*/
    /*padding-top: 1rem;*/
}

.AboutUs__text {
    /*z-index: 1;*/
}

.AboutUs__title {

}

.AboutUs__lamp {
    position: absolute;
    right: 0;
    /*bottom: 0;*/
    width: 256px;
    height: 256px;
    /*z-index: 2;*/
}

@media (max-width: 768px) {
    .AboutUs {
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center;
    }
    .col--offset {
        margin-top: 2rem;
    }
}