body {
    background: url('../img/landing.jpg') no-repeat center center fixed;
    background-size: cover;
}
@media (min-width: 992px) {
    .ext__main_name {
        margin-top: -40px;
        padding-left: 120px;
    }
}
@media (min-width: 1200px) {
    .ext__main_name {
        padding-left: 160px;
    }
}
.ext__block {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
    .ext__block {
        margin-left: 40px;
    }
}
@media (min-width: 1200px) {
    .ext__block {
        margin-left: 80px;
        margin-right: 30px;
    }
}
.ext__block__image {
    height: 170px;
    border-radius: 30px;
}
@media (min-width: 768px) {
    .ext__block__image {
        height: 230px;
    }
}
@media (min-width: 992px) {
    .ext__block__image {
        height: 200px;
    }
}
.ext__block__font-link {
    font-size: 27px;
    font-family: 'Bebas Neue', cursive;
}
@media (min-width: 992px) {
    .ext__block__font-link {
        font-size: 22px;
    }
}
@media (min-width: 1400px) {
    .ext__block__font-link {
        font-size: 26px;
    }
}
.ext__specific_img_01 {
    background: url('../img/01dekoracje.jpg') no-repeat center center;
    background-size: cover;
}
.ext__specific_img_02 {
    background: url('../img/02cukierenka.jpg') no-repeat center center;
    background-size: cover;
}
.ext__specific_img_03 {
    background: url('../img/03sweetolina.jpg') no-repeat center center;
    background-size: cover;
}
.ext__block__brand01 {
    width: 70px;
}
.ext__block__brand02 {
    width: 80px;
}
.ext__block__brand03 {
    width: 150px;
}
@media (min-width: 992px) {
    .pulse:hover{
        animation: abc 1s infinite;
    }
    @keyframes abc {
        0% { transform: scale(1); }
        50% { transform: scale(1.03); }
        100% { transform: scale(1); }
    }
}
