
.bannerDivPar {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.descriptionsItemPar {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 2rem;
    margin-top: 3rem;
}

#blockTitle {
    text-align: center;
    padding: 4rem 2rem 2rem 2rem;
}

.mobileBlock {
    display: none;
}

@media screen and (max-width: 768px) {
    .desktopBlock {
        display: none;
    }

    .mobileBlock {
        display: block;
    }

    .descriptionsItemPar {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 2rem;
    }

    .textBlockPar {
        margin-top: 1rem;
    }

    .bannerDivPar {
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #descriptionLogo {
        object-fit: fill;
        width: 100%;
    }
}
