.certificate-section{
    margin-top: 2rem;
    height: auto;
}
.certificate-list {
   display: flex;
  /* margin-top: 2rem; */
  gap: 1.5rem;
}

.certificate-list .received-certificates{
    width: 50vw;
    /* padding: 1rem; */
    /* background-color: rgb(14, 83, 83);  */
}

.certificate-list .received-certificates img{
    height: 25rem;
    width: 100%;
}

@media (max-width:420px){
    .certificate-section .certificate-list {
    display: flex;
    flex-direction: column;
}
    .certificate-section .received-certificates img{
        height: 300px;
        width: 250px;
        
    }
}