.cetrification-section {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 5rem 0;
}

.cetrification-section-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 2rem;
    width: 100%;
    height: 100%;
}

.cetrification-section-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cetrification-section-wrapper img:hover {
    scale: 1.02;
}

.cetrification-section-translation-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.cetrification-section-translation-header {
    font-size: 1.5rem;
    font-weight: 700;
    color: #110300;
    text-align: center;
}

.cetrification-section-translation-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #110300;
    text-align: center;
}

.cetrification-section-translation-subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: #110300;
    text-align: center;
}

.cetrification-section-translation-hitap {
    font-size: 1rem;
    font-weight: 500;
    color: #110300;
    text-align: center;
}

.cetrification-section-translation-name {
    font-size: 1rem;
    font-weight: 500;
    color: #110300;
    text-align: center;
}

.cetrification-section-translation-text {
    font-size: 1rem;
    font-weight: 500;
    color: #110300;
    text-align: center;
    width: 70%;
}

.cetrification-section-translation-signature-wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.cetrification-section-translation-signature {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    font-size: 1rem;
    font-weight: 500;
    color: #110300;
    text-align: center;
}

.cetrification-section-translation-note {
    font-size: 0.75rem;
    font-weight: 500;
    color: #110300;
    text-align: center;
}