#Container {
    width: 100%;
    position: relative;
    background: #EDEDED;
    height: 820px;
}

.banners_parent{
    width: 100%;
    height: 410px;
    background-image: url('../graph/tlo_onas.jpg');
    background-position: center;
    background-size: cover;
}

.top_column_info{
    width: 60%;
    margin-top: -90px;
    position: relative;
} 

.top_column_info:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    background: rgb(174, 201, 20, 0.5);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}


.top_column_info .column_top{
    height: 90px;
    background: rgb(75, 188, 239, 0.9);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_column_info .column_top p{
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 2px;
}

.top_column_info .column_description{
    height: 120px;
    padding: 50px 70px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #000;
    background: #fff;
    font-style: italic;
}

.onas_opis{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 50px;
    position: relative;
}

.onas_opis .onas_ikonka, .onas_opis_details{
    width: 49%;
    padding: 30px;
}

.onas_opis .onas_ikonka img{
    width: 100%;
}

.onas_opis .onas_ikonka{
    text-align: center;
}

.onas_opis .onas_ikonka:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    left: -30px;
    width: 160px;
    height: 160px;
    background: rgb(75, 188, 239, 0.7);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.onas_opis .onas_opis_details .onas_opis_title{
    font-size: 22px;
    color: #255AA5;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 30px;
}

.onas_opis .onas_opis_details .serwis_opis_description{
    line-height: 26px;
    font-size: 17px;
}

.onas_opis .onas_opis_details .serwis_opis_description p{
    padding-bottom: 15px;
}


.onas_opis .onas_opis_details .serwis_opis_description p span{
    font-weight: bold;
}

.link_oferta{
    width: 60%;
    height: 80px;
    background: #AEC914;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 40px;
    transition: all 0.4s ease;
}

.link_oferta a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.link_oferta:hover{
    background: rgb(174, 201, 20, 0.75);
}

@media only screen and (max-width: 1210px) {
    .top_column_info .column_description {
        height: auto;
    }
    .onas_opis {
        background: #fff;
        margin-top: 30px;
    }
    .onas_opis .onas_ikonka, .onas_opis_details {
        padding: 40px 15px;
    }
}

@media only screen and (max-width: 992px) {
    .top_column_info .column_top p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
.top_column_info {
    width: calc(100% - 30px);
    margin: 30px 15px 30px 15px;
}
.top_column_info .column_description {
    padding: 20px 20px 25px 20px;
    font-size: 16px;
    line-height: 26px;
}
.top_column_info:after {
    display: none;
}
.onas_opis {
    margin-top: 0;
}
.onas_opis .onas_ikonka:before {
    display: none;
}
.onas_opis {
    display: block;
}
.onas_opis .onas_ikonka, .onas_opis_details {
    width: 100%;
    padding: 0;
}
.onas_opis .onas_ikonka img {
    width: 200px;
}
.onas_opis {
    padding-top: 45px;
}
.onas_opis_details {
    padding: 25px 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
}
.onas_opis {
    padding-left: 15px;
    padding-right: 15px;
}
.link_oferta {
    width: 240px;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
}
.link_oferta a {
    font-size: 18px;
}
.onas_opis {
    margin-bottom: 5px;
}
}