.single-bandi {
    background-color: #f9f9f9;
}

.cqweb-container {
    padding-left: 12px;
    padding-right: 12px;
}

.cqweb-breadcrumb,
.cqweb-header,
.cqweb-blocks,
.cqweb-related {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.cqweb-breadcrumb {
    color: #08262C;
    font-size: 18px;
    padding: 35px 0px 60px 0px;
}

.cqweb-breadcrumb__el {
    color: #00788C;
    font-weight: 400;
}

.cqweb-header__content__text {
    padding-bottom: 55px;
}

@media screen and (min-width: 1024px) {
    .cqweb-header__content {
        display: flex;
        justify-content: space-between;
        padding-bottom: 80px;
    }

    .cqweb-header__content__text {
        padding-right: 80px;
    }
}

.cqweb-header__content__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 36px;
    color: #08262C;
    /*background: -webkit-linear-gradient(left, rgba(0, 124, 127, 1), rgba(122, 185, 72, 1));
    background: linear-gradient(to right, rgba(0, 124, 127, 1), rgba(122, 185, 72, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .cqweb-header__content__title {
        font-size: 60px;
        line-height: 62px;
    }
}

.cqweb-header__content__tags {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    border-bottom: 1px solid #CDC7C7;
}

.cqweb-header__content__tag {
    font-size: 18px;
    font-weight: 600;
    padding: 7px 24px;
    border: 1px solid #00788C;
    color: #00788C;
    border-radius: 0px;
    margin-right: 14px;
    margin-bottom: 15px;
}

.cqweb-header__content__block {
    width: 100%;
    font-size: 19px;
    background-color: #00788C;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    padding: 24px 40px 40px 40px;
    margin-bottom: 55px;
}

.cqweb-header__content__block--no-padding {
    padding: 0;
}

.cqweb-header__content__block__container {
    padding: 20px;
}

.cqweb-header__content__block__image {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    overflow: hidden;
    height: 300px;
}

.cqweb-header__content__block__image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1024px) {
    .cqweb-header__content__block {
        width: 444px;
        margin-bottom: 0;
    }
}

.cqweb-header__content__term {
    border-bottom: 1px solid #CDC7C7;
    padding: 24px 0;
    font-size: 19px;
    color: #08262C;
}

.cqweb-header__content__term__name {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 40px;
    color: #00788C;
}

.cqweb-header__content__term__els {
    display: inline-block;
    width: 100%;
}

@media screen and (min-width: 768px) {

    .cqweb-header__content__term__name {
        width: 29%;
    }

    .cqweb-header__content__term__els {
        width: 70%;
    }

}

.cqweb-header__content__status {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 0px;
    background: #00788C;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.cqweb-header__content__status.is-closed {
    background: #F1811A;
}

.cqweb-header__content__block__el:first-child {
    padding-bottom: 20px;
}

.cqweb-header__content__block__el:not(:first-child) {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 20px;
}

.cqweb-header__content__block__el.cqweb-header__content__block__el--inline {
    font-size: 18px;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.cqweb-header__content__block__el.cqweb-header__content__block__el--inline:first-child {
    padding-bottom: 0;
}

.cqweb-header__content__block__el--inline strong {
    color: #008081;
}

.cqweb-header__content__block__anchor {
   color: white;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding-top: 10px;
    text-transform: uppercase;
}

.cqweb-content {
    background-color: #F0F5F9;
}

.cqweb-blocks {
    padding-top: 32px;
    padding-bottom: 32px;
}

.cqweb-block {
    padding-bottom: 64px;
    margin-bottom: 54px;
    border-bottom: 1px solid #00788C;
    padding-left: 0px;
    padding-right: 0px;
}

.cqweb-block:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.cqweb-block__title {
    font-size: 40px;
    line-height: 35px;
    color: #00788C;
    position: relative;
    padding-bottom: 15px !important;
}

@media screen and (min-width: 1024px) {

    .cqweb-blocks {
        padding-top: 107px;
        padding-bottom: 130px;
    }

    .cqweb-block {
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }

    .cqweb-block__left {
        width: 300px;
        min-width: 300px;
    }

    .cqweb-block__title {
        margin-bottom: 0;
    }
}

.cqweb-block__title:after {
    content:'';
    display: block;
    width: 58px;
    height: 8px;
    background: linear-gradient(90deg, #94448F 0%, #EF7E88 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.cqweb-block__content {
    font-size: 20px;
    line-height: 30px;
}

.cqweb-block__downloads {
    margin: 0;
    padding: 0;
}

.cqweb-block__download {
    list-style-type: none;
}

.cqweb-block__download a {
    font-size: 20px;
    color: #2B3F48;
    line-height: 40px;
    padding-left: 52px;
    text-decoration: underline;
    background-image: url('images/icon-download.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.cqweb-related {
    padding-top: 32px;
    padding-bottom: 32px;
}

.cqweb-related__header {
    padding-left: 0px;
    padding-right: auto;
}

.cqweb-related__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1488px;
    margin-left: auto;
    margin-right: auto;
}

.cqweb-projects-shortcode {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .cqweb-related {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
