
.certificate-section {
    background-image: url('/code/img/tro.jpg');
    background-size: cover;
    padding: 20px;
    padding-right: 50px;
}

.certificate-header {
    text-align: left;
}

.certificate-header h2 {
    font-size: 24px;
}

.certificate-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.certificate-item {
    /*background-color: rgba(32, 124, 204, 0.1);*/
    background-color: #E5E7E8;
    display: flex;
    align-items: center; 
    padding: 10px;
    margin-bottom: 20px;
}

.certificate-item img {
    max-width: 5em;
    height: auto;
    margin-right: 50px; 
    object-fit: contain;
}

.certificate-details {
    display: flex;
    flex-direction: column;
}

.certificate-name {
    font-weight: bold;
    margin: 0; 
}

.view-certificate {
    text-decoration: underline;
    cursor: pointer;
    margin: 0; 
}

.horizontal-line {
    width: 100%; /* Set the width to 100% to create a full-width horizontal line */
    height: 2px; /* Set the height to control the thickness of the line */
    background-color: white; /* Set the background color to white */
}
.certificate-name{
    font-family: Poppins;
    color: #043758;
}
.view-certificate{
   font-family: Poppins;
    color: #043758;  
}
@media(max-width: 768px){
  .certificate-section{
    padding: 30px;
  }
}



