.sg_opcje_div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 30px;
}

.sg_native_div {
    width: 100%;
    max-width: 44%;
    border: 1px solid #CCCCCC;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sg_text_div h4 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px !important;
    line-height: 27px !important;
    text-align: center !important;
    width: 100%;
    color: #333;
}

.sg_text_div h4 img {
    margin: 0 auto;
}

.sg_text_div {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    height: 100%;
    align-content: flex-start;
}


.sg_header_kontakt h2 {
    padding: 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px !important;
    color: #000;
    margin-bottom: 24px;
    margin-top: 0;
}

.sg_text_div a {
  text-decoration: none;
  color: #0B4696;
  font-size: 24px;
  margin: 8px;
  font-family: 'Roboto';
  font-weight: 700;
  line-height: 36px !important;
}

.sg_text_div p {
    font-size: 14px;
    color: #000;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.sg_icon {
    display: block;
    max-width: 100%;
    margin: auto;
    height: auto;
}

.sg_text_div span {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 15px;
  line-height: 24px !important;
  color: #333;
  width: 100%;
  text-align: center !important;
}

a.sg_sprawdz_w {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px !important;
    color: #fff !important;
    transition: .2s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-height: 48px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    background: #0B4696;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    max-height: 50px;
    margin-bottom: 0 !important;
    margin-top: 20px;
}

@media(max-width:900px) {
    .sg_opcje_div {
        flex-flow: row wrap;
        justify-content: center;
    }

    .sg_native_div {
        margin: 0.50%;
    }
}

@media(max-width:768px) {
    .sg_native_div {
        max-width: 40.8%;
    }
}

@media(max-width:560px) {
    .sg_native_div {
        max-width: 100%;
        margin: 5px;
    }
}
