.banner-section {
    padding: 0 0 110px
}

.banner-section h1 {
    margin-bottom: 20px;
}

.content-sec p {
    margin-bottom: 40px;
}

.btn {
    border-radius: 4px;
    background-color: #FF8331;
    color: #fff;
    width: 220px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.first-sec-wrap,
.top-separate {
    background: url('/sites/default/files/orchestly/features/texture-wall.png') repeat;
    background-color: #dfe6ed;
}

.first-sec-wrap .banner-section .content-sec {
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 820px;
    text-align: center;
    margin: 0 auto;
}

.third-section .content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.imple-cont {
    max-width: 350px;
    text-align: right;
    margin-top: -70px;
}

.imple-cont h2 {
    font-size: 30px;
    margin: 0;
}

.imple-img {
    max-width: calc(100% - 400px);
}

.zo-breadcrumb li:last-child a:before {
    content: none;
}

@media (max-width: 1179px) {
    .first-sec-wrap .banner-section .content-sec {
        padding: 70px 0 20px;
    }
}

@media only screen and (max-width: 992px) {
    .banner-section {
        padding: 0 0 80px;
    }
    .first-sec-wrap .banner-section .content-sec {
        padding: 50px 0 20px;
    }
    .third-section .content-wrap {
        display: block;
        text-align: center;
    }
    .imple-cont {
        max-width: 510px;
        text-align: center;
        margin: 0 auto 40px;
    }
    .imple-img {
        max-width: 820px;
    }
}

@media only screen and (max-width: 660px) {
    .first-sec-wrap .banner-section .content-sec {
        padding: 60px 0 20px;
    }
}