.cards-holder {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

div.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 3px solid #007bff;
    border-radius: 10px;
    text-align: center;
    transition: 500ms;
    max-width: 300px;
    margin: 0 3% !important;
}

div.card:hover {
    animation: 500ms ease-in-out pulse;
}

div.card:active {
    border: 3px solid #20c997;
}

div.card a:first-child {
    padding-top: 30px;
}

div.card a:last-child {
    padding-bottom: 30px;
}

div.card > a {
    color: #007bff;
    text-decoration: none;
    font-size: 32px;
    font-weight: 800;
    padding: 5px 50px;
}

div.card > a.card-icon {
    font-size: 150px;
}

div.card > img {
    width: 100%;
    height: auto;
    max-width: 500px;
}

section.cards-holder > h1 {
    margin: 0 30px 20px;
}

#myCarousel {
    width: 80%;
    margin-top: 15px;
    max-width: 1024px;
    max-height: 576px;
}

#myCarousel > * {
    max-height: 576px;
}

div.item > img {
    width: 100%;
    max-height: 576px;
}

div.carousel-caption {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
}

div.carousel-caption > h3 {
    font-size: 32px;
}

section.brands {
    display: flex;
    overflow-wrap: break-word;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #f5f5f5;
    padding: 30px;
}

section.brands > h3 {
    font-weight: 800;
}

div.brand-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: row;
}

div.brand-logos > img {
    height: 70px;
    filter: grayscale(100%);
    margin: 30px;
    transition: 300ms;
}

section.working-process {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #fafafa;
}

section.working-process-mobile {
    display: none;
}

div.block-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

div.block {
    margin: 15px 0;
    max-width: 300px;
    display: flex;
}

div.block > * {
    transition: 300ms;
    cursor: default;
}

div.block-text {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    border: 5px solid #20c997;
    border-radius: 0 5px 5px 0;
    border-left: none;
    padding: 15px 30px;
}

div.block-text:hover {
    background-color: #20c997;
}

div.block-text:hover > * {
    color: white;
}

div.block-text > * {
    color: #007bff;
}

div.block-text > span {
    font-size: 20px;
    font-weight: 700;
}

div.block-text > i {
    font-size: 80px;
}

span.block-number {
    background-color: #20c997;
    padding: 10px 15px;
    border-radius: 5px 0 0 5px;
    float: left;
    font-size: 28px;
    font-weight: 700;
    color: white;
    cursor: default;
}

div.arrow > i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    margin: auto 15px;
    font-size: 50px;
}

div.block-wrap {
    display: flex;
}

section.about {
    background-color: #f8f8f8;
    padding: 30px 100px;
    font-size: 20px;
}

section.about > img {
    height: 300px;
    margin: 15px;
    float:right
}

img.brand-watermark {
    position: absolute;
    top: 5%;
    opacity: 50%;
    right: 5%;
    height: 20% !important;
}

section.working-process-mobile {
    margin: 30px 0;
}

section.working-process-mobile > div.block-holder {
    flex-direction: column;
}

section.working-process-mobile > div.block-holder > div.arrow {
    margin: 15px auto;
}

section.working-process-mobile > div.block-holder > div.arrow > i {
    font-size: 10vw;
    transform: translateY(0);
}

section.working-process-mobile > div.block-holder > div.block {
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: center;
}

section.working-process-mobile > div.block-holder > div.block > div.block-text {
    width: 80%;
    max-width: 500px;
}

section.working-process-mobile > div.block-holder > div.block > div.block-text > i {
    font-size: 150px;
}

section.working-process-mobile > div.block-holder > div.block > div.block-text > span {
    font-size: 32px;
}

div.where {
    text-align: center;
}

div.where > i {
    font-size: 40px;
    animation-delay: 4s;
    animation: blinker 3s linear infinite;
}

@media screen and (max-width: 576px) {
    section.about {
        padding: 60px 30px;
    }

    section.about > img {
        width: 100%;
        height: auto;
        margin: 5px auto;
    }
}

@media screen and (max-width: 936px) {
    div.card {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 992px) {
    #myCarousel {
        width: 100%;
    }

    section.cards-holder > h1 {
        font-size: 28px;
    }

    div.carousel-caption {
        background-color: transparent;
    }

    div.carousel-caption > h3 {
        font-size: 20px;
    }

    section.working-process-mobile {
        display: block;
    }

    section.working-process {
        display: none;
    }
}
