.sert-1{
    gap: 20px;
    align-items: center;
}
.sert1-text{
    gap: 50px;
    max-width: 43%;
    width: 100%;
    position: relative;
}
#butterfly-5{
    position: absolute;
    max-width: 162px;
    right: -51px;
    top: -53px;
}
.sert1-admin{
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 21px;
    border-radius: 99px;
    gap: 10px;
    width: fit-content;
    align-items: center;
}
.sert-bold{
    font-weight: 700;
}
.sert1-sertif{
    height: 667px;
    background-color: rgba(221, 165, 200, 1);
    border-radius: 290px 20px 20px 20px;
    max-width: 43%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sertif-border{
    position: absolute;
    top: -28px;
    right: -22px;
    bottom: 28px;
    left: 22px;
    border: 2px solid rgba(221, 165, 200, 1);
    border-radius: 290px 20px 20px 20px;
}
.sert-text{
    max-width: 75%;
    width: 100%;
    font-size: 40px;
    font-weight: 400;
    line-height: 57.8px;
    font-family: Kaisei Opti;
}
@media (max-width: 1028px){
    .sert-text{
        font-size: 30px;
        line-height: 47.8px;
    }
    #butterfly-5{
        display: none;
    }
    .sert-1{
        flex-direction: column;
        gap: 35px;
    }
    .sert1-text{
        gap: 20px;
        max-width: unset;
    }
    .sert1-admin{
        border-radius: 99px;
        width: 100%;
        justify-content: center;
    }
    .sert1-sertif{
        height: 450px;
        max-width: unset;
    }
}
@media (max-width: 768px){
    .sert-text{
        font-size: 20px;
        line-height: 28.9px;
    }
    .sert1-sertif{
        height: 328px;
        border-radius: 40px;
    }
    .sertif-border{
        position: absolute;
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
        border-radius: 40px;
    }
}