main {
    background: #f4f4f4;
}

main > .banner {
    min-height: 198px;
    height: auto;
    background-image: url("/admin/upload/Dokumendid/small_banner.jpg");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

main > .banner:after {
    content: none;
}

main > .banner > .banner-content {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

main > .banner > .banner-content > .title {
    line-height: 73px;
    font-size: 65px;
    font-weight: bold;
    width: auto;
    padding: 44px 15px 13px;
    color: #fff;
}

main > .banner > .banner-content > .breadcrumbs {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding-bottom: 19px;
}

main > .banner > .banner-content > .breadcrumbs > span > a {
    color: var(--yellow-accent);
    text-decoration: none;
}

@media all and (max-width: 600px) {

    main > .banner {
        min-height: fit-content;
    }

    main > .banner > .banner-content > .title {
        font-size: 35px;
        padding: 28px 2% 16px;
        width: auto;
        line-height: normal;
    }
}
