.container.first, .container.second, #carousel-clients, #carousel-clients-mobile {
    margin-top: 50px;
    margin-bottom: 50px;
}
.header-page {
    background: #274bb1 url("/static/website/img/backgrounds/header_about_us.jpg?_=1");
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.carousel .social {
    display: inline-block;
    margin: 5px;
    color: white;
    width: 29px;
    height: 29px;
    line-height: 29px;
}
.carousel .social img {
    width: 29px;
    height: 29px;
}
.carousel .social span {
    position: absolute;
}
.carousel .social span {
    padding-top: 9px;
    padding-left: 9px;
}
.carousel .social span.fa.fa-slideshare {
    padding-left: 8px;
}
.carousel .social .fa-soundcloud {
    padding-top: 7px;
    padding-left: 6px;
}
.carousel .arrow {
    margin: 15px;
    top: -383px;
}
.carousel .carousel-indicators {
    margin-top: 40px;
    width: auto;
}
.carousel .box .title {
    min-height: 48px;
}
.carousel .box .description {
    padding-top: 25px;
    min-height: 172px;
}
.carousel .box hr {
    width: 30px;
    border-color: #274bb1;
    border-width: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.carousel .carousel-indicators {
    background-color: white;
    border-radius: 3px;
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}
.carousel .socials {
    height: 29px;
    line-height: 29px;
    font-size: 1em;
}
@media (max-width: 768px) {
    .carousel .carousel-indicators {
        width: auto;
    }
}
@media (max-width: 480px) {
    .carousel .carousel-indicators {
        width: auto;
    }
}
.carousel .carousel-indicators li {
    border-color: #274bb1;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    border-width: 2px;
}
.carousel .carousel-indicators li.active {
    background-color: #274bb1;
}
.carousel .arrow {
    display: block;
    border-radius: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    width: 51px;
    height: 51px;
    line-height: 51px;
    position: relative;
    text-align: center;
}
.carousel .arrow img {
    width: 25px;
    height: 25px;
}
.carousel .arrow-left {
    float: left;
}
.carousel .arrow-right {
    float: right;
}
h2, h2 + hr + p {
    text-align: center;
}
h2 + hr {
    width: 150px;
    border-color: #274bb1;
    border-width: 3px;
}
.paragraph-content {
    padding-left: 0;
    padding-right: 0;
}
.paragraph-img.paragraph-media-left {
    position: absolute;
    margin-top: 30px;
}
.paragraph-content .paragraph-title, .paragraph-content .content {
    padding-top: 0;
}
.paragraph-content .paragraph-title {
    padding-top: 10px;
}
.paragraph-title.title-center-upper {
    text-align: left;
}