.xerf3-wrapper {
    padding: 0;
    flex-direction: column;
    background: transparent;
}

.xerf3-wrapper .ult3-text {
    text-align: center;
}

.xerf3-wrapper .ult3-text h5 {
    color: var(--main-color);
}



@media (max-width: 1450px) {
    .xerf-text p br {
        display: none;
    }
}


@media (max-width: 1250px) {
    .xerf-1 {
        bottom: 0; left: -10%;
        width: auto;
        height: 80%;
    }
    
    .xerf-cert {
        width: 50%;
    }
}


@media (max-width: 768px) {
    .xerf-1 {
        left: unset; right: -10%;
        bottom: -10%;
        width: 100%;
        height: auto;
    }
}


@media (max-width: 550px) {
    .xerf-wrapper {
        padding-bottom: 90%;
    }

    .xerf-logo {
        width: 80px;
    }
}