.card-container {
    max-width: 1140px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 29px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #e7e6e6
}

.show-more-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.show-more-container {
    display: none;
    background: #FE0000;
    color: white;
    width: 90px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    
}

.show-more-container :hover {
    background: white;
    border-radius: 4px;
    color: #FE0000;
    transition: background 0.3s ease-in-out;
    
}

.show-more-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.show-less-container {
    display: none
}

.cert-show-more-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.cert-show-more-container {
    display: none;
    background: #FE0000;
    color: white;
    width: 90px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    
}

.cert-show-more-container :hover {
    background: white;
    border-radius: 4px;
    color: #FE0000;
    transition: background 0.3s ease-in-out;
    
}

.cert-show-more-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.cert-show-less-container {
    display: none
}

.downloads-title {
    font-size: 30px;
    color: black;
    padding: 6px;
    margin-bottom: 24px;
}

.cert-modal-section {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    display: none;
}

.cert-modal-section {
    width: 100vw;
    height: 100vh;
    flex-direction: row;
    justify-content: center;
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}

.cert-modal-container {
    width: 100%;
    height: 100%;
    position: absolute !important;
    display: flex;
    z-index: 100;
    background: black;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 10px;
    opacity: 0.9
}

.cert-modal-image {
    width: 100%;
    height: auto;
}

.contact-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
}

.center-header-section {
    width: 100%;
    margin-bottom: 40px;
}

.center-header-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 80%;
    margin: auto;
}

.center-header-wrapper {
    text-align: center;
}

.card-img-container {
    max-width: 200px;
    display: none;
}

.listorder-container {
    margin: auto;
    max-width: 960px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.card-img{
    width: 100%;
    height: auto;
}

.card-text-container{
    width: 95%;
}

.card-date{
    color: #666666;
    font-size: 12px;
}

.card-topic{
    color: #333;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.card-detail{
    color: #666666;
    font-size: 14px;
    padding-bottom: 12px;
}


.card-link{
    color: #42b4e6;
    font-size: 14px;
}

.card-link:hover {
    color: #42b4e6;
    text-decoration: underline;
}

.cert-container{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    max-width: 1170px;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #eee;
    justify-content: center;
    align-items: flex-start;
}

.cert-wrapper {
    flex: 0 0 33%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.cert-image {
    width: 60%;
    height: auto;
    max-width: 200px;
    min-width: 100px;

}

.cert-explanation-container{
    max-width: 200px;
    word-break: break-all;
}
.cert-extend-button-container {
    width: 100px;
    height: 50px;
    background: black;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.cert-extend-button-container:hover {
    background: #202020;
}

.cert-extend-button {
    color: white;
}

.submit-button-wrapper {
    width: 100%;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
}