.front-page-about {
    padding: 120px 0;
}

.front-page-about .bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.front-page-about .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(32.13% 49.96% at 67.59% 50.04%, rgba(28, 51, 85, 0.7) 0%, rgba(28, 51, 85, 0.9) 100%)
}

.front-page-about .container {
    position: relative;
}

.front-page-about .logo {
    height: 30px;
    width: auto;
    margin: 0 0 24px;
}

.front-page-about h4 {
    color: #fff;
    margin: 0;
}

.front-page-about .content {
    color: #fff;
    padding: 8px 0 0;
}

.front-page-about .content > *:last-child {
    margin-bottom: 0;
}

.front-page-about .icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.front-page-about .icons .icon {
    margin: 0 48px 0 0;
}

.front-page-about .icons .icon:last-of-type {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .front-page-about .logo {
        height: 20px;
    }

    .front-page-about h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .front-page-about .icons {
        justify-content: flex-start;
        margin: 50px 0 0;
    }

    .front-page-about .icons .icon {
        height: 83px;
    }

    .front-page-about .icons .icon img {
        width: auto;
        height: 100%;
    }

}
