/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.3.1732197024
Updated: 2024-11-21 13:50:24

*/

/* Certifications */
.certification-item-wrapper a {
    display: flex;
    align-items: center;
    border-radius: 25px;
    transition: 300ms;
    background: red;
    padding: 20px;
    background: #DCF0DA;
    gap: 20px;
}

.certification-item-wrapper img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.certification-item-text {
    width: 100%;
    display: flex;
    gap: 6px;
    flex-direction: column;
}

span.certification-item-name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    transition: 300ms;
}

span.certification-item-year {
    transition: 300ms;
}

.certification-item-wrapper:hover a{
    background:  #C8E7C4;
    transition: 300ms;
}
.certification-item-wrapper:hover span.certification-item-name,
.certification-item-wrapper:hover span.certification-item-year{
    color: 000;
    transition: 300ms;
}

.certification-taxonomy-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.certification-list-wrapper h2 {
    padding-bottom: 19px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc50;
}

.certification-list-wrapper {
    margin-bottom: 50px;
}

.certification-list-wrapper:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 980px) {
#logo {
    height: 100% !important;
    max-height: 100% !important;
    width: auto;
    max-width: 100% !important;
    }
}