#allrecords .uc-h2txt h2,
#allrecords h2.uc-h2txt {
  font-size: 25px !important;
}
@media (max-width: 980px) {
  #allrecords h2.uc-h2txt {
    font-size: 25px !important;
  }
}

@media (max-width: 640px) {
  #allrecords h2.uc-h2txt {
    font-size: 25px !important;
  }
}

#allrecords .uc-h3txt h3,
#allrecords h3.uc-h3txt {
  font-size: 20px !important;
}
@media (max-width: 980px) {
  #allrecords h3.uc-h3txt {
    font-size: 20px !important;
  }
}

@media (max-width: 640px) {
  #allrecords h3.uc-h3txt {
    font-size: 20px !important;
  }
}



.soz-contact-block {
    margin: 40px 0;
    padding: 28px 32px;
    background: #e9ff08;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.soz-contact-title {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #111111;
    text-align: center;
}

.soz-contact-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.soz-contact-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    min-height: 52px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #111111;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.soz-contact-item:hover {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

@media (max-width: 767px) {
    .soz-contact-block {
        padding: 22px 18px;
    }

    .soz-contact-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .soz-contact-links {
        flex-direction: column;
        align-items: stretch;
    }

    .soz-contact-item {
        width: 100%;
        text-align: center;
    }
}