.animation-section-header {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    gap: 20px;
}

.animation-section-header-desc {
    max-width: 294px;
}

.animation-svg-text-container {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.animation-svg-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.animation-svg-text span:nth-child(2) {
    margin: 0px 0px 0px 60px;
}

.animation-svg-text-bottom {
    text-align: center;
}

/* Certificates */

.certificates-section-wrapper .animation-section-header {
    align-items: flex-start;
}

.certificates-section-wrapper .animated-title-line {
    margin: 34px 0px 0px;
}

.certificates-section-wrapper .animation-section-header-desc {
    max-width: 521px;
}

.certificates-section-wrapper .animation-svg-text-container {
    width: auto;
}

@media (max-width: 1279px) {
    .animation-svg-text-container {
        display: none;
    }
}

@media (max-width: 1024px) {
    .animation-section-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .certificates-section-wrapper .animated-title-line {
        margin: 0px 0px 0px;
    }

}