.cert-section{display:flex;flex-direction:column;flex-wrap:nowrap;gap:0}.cert-section .switch_design-certs-wrapper{gap:35px 20px!important;margin-top:50px!important}.cert-section .switch_design-certs-wrapper .certs-wrapper__cert__name{text-transform:lowercase}.cert-section .certs-wrapper{display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-top:20px}.cert-section .certs-wrapper__cert-outer{display:flex;flex-direction:column;flex-wrap:nowrap;gap:15px}.cert-section .certs-wrapper__cert{background-color:#f3f6fa;border-radius:8px;display:flex;flex-direction:row;flex-wrap:nowrap;gap:15px;max-width:100%;padding:15px 20px;transition:background-color .1s ease-in-out;width:100%}.cert-section .certs-wrapper__cert.white{background-color:#fff}.cert-section .certs-wrapper__cert:hover{background-color:#e7edf4}.cert-section .certs-wrapper__cert__name-wrapper{align-items:center;display:flex;flex:1;flex-direction:row;flex-wrap:nowrap;gap:10px;min-width:0}.cert-section .certs-wrapper__cert__name-wrapper svg{min-height:24px;min-width:24px}.cert-section .certs-wrapper__cert__name-wrapper p{color:#1b1b1b;font-size:18px;overflow-wrap:break-word;white-space:normal;word-break:break-word}.cert-section .certs-wrapper__cert__download{align-items:center;color:#1854a3;display:flex;flex-direction:row;flex-wrap:nowrap;gap:0;transition:all .3s ease}.cert-section .certs-wrapper__cert__download:hover{text-decoration:underline}.cert-section .certs-wrapper__cert__download:active{scale:1.1}@media screen and (max-width:450px){.cert-section .certs-wrapper__cert{align-items:center;flex-direction:column}}@media screen and (max-width:991px){.cert-section .certs-wrapper{grid-template-columns:repeat(1,1fr)}}.cert-section__button{align-self:flex-end;margin-top:30px}.cert-section .button{width:clamp(200px,260px,290px)}