.accreditation-grid{display:grid;gap:38px;grid-template-columns:repeat(2,1fr)}.accreditation-grid:has(>:last-child:nth-child(3)){grid-template-areas:"first second" "first third"}.accreditation-grid:has(>:nth-child(3))>:first-child{grid-area:first}.accreditation-grid:has(>:nth-child(3))>:nth-child(n+2){flex-direction:row;gap:48px}.accreditation-grid:has(>:nth-child(3))>:nth-child(2){grid-area:second}.accreditation-grid:has(>:nth-child(3))>:nth-child(3){grid-area:third}.accreditation{background-color:var(--white);clip-path:polygon(0 0,100% 0,100% 20%,100% calc(100% - 64px),calc(100% - 64px) 100%,0 100%,0 80%,0 20%);display:flex;flex-direction:column;gap:26px;padding:48px 32px}.accreditation-logo{max-height:100px;object-fit:contain;object-position:center;width:max-content}.accreditation-content h5{margin-bottom:12px}.accreditation-content p:last-of-type{margin-bottom:0}@media screen and (max-width:1023px){.accreditation-grid{gap:24px}.accreditation-grid,.accreditation-grid:has(>:last-child:nth-child(3)){grid-template-areas:none;grid-template-columns:1fr}.accreditation-grid:has(>:nth-child(3))>:nth-child(n),.accreditation-grid>:nth-child(n){flex-direction:column;grid-area:auto}.accreditation{gap:24px!important;padding:32px 24px}.accreditation-logo{max-height:64px}}