.sertificate_wrap {
  margin-block: 40px;
  gap: 1rem; }
  @media screen and (max-width: 992px) {
    .sertificate_wrap {
      background-color: var(--wp--preset--color--beige-background);
      flex-direction: column;
      padding: 20px;
      border-radius: 20px; } }
  .sertificate_wrap .radius-20 {
    width: calc(50% - 1rem); }
    @media screen and (max-width: 992px) {
      .sertificate_wrap .radius-20 {
        width: 100%; } }
  .sertificate_wrap .d-flex {
    padding: 40px; }
    @media screen and (max-width: 992px) {
      .sertificate_wrap .d-flex {
        padding: 0; } }
    .sertificate_wrap .d-flex h3 {
      margin-bottom: 40px; }
      @media screen and (max-width: 575px) {
        .sertificate_wrap .d-flex h3 {
          margin-bottom: 20px;
          text-align: left; } }
    .sertificate_wrap .d-flex p {
      font-size: 22px;
      color: var(--wp--preset--color--black-text); }
      @media screen and (max-width: 575px) {
        .sertificate_wrap .d-flex p {
          font-size: 14px; } }
