.centered-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.centered-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.particle-area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .team-leader-box {
        height: auto;
        margin-bottom: 20px;
    }

    .main-nav {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 10px 0;
    }

    .main-nav li a {
        margin: 0;
    }
}


@media screen and (max-width: 767px) {
    .xs-reverse-row {
        flex-direction: column-reverse;
    }

    .centered-row {
        margin: 20px auto;
    }

    .xs-margin-bottom-60 {
        margin-bottom: 60px !important;;
    }

    .slick-initialized .slick-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .team-leader-box {
        height: auto;
        margin-bottom: 20px;
    }
}