.impulsar {
    width: 360px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.impulsar-text {
    width: 328px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    display: inline-flex;
    margin: 40px auto;
}

.impulsar-title {
    width: 326px;
    color: #2C2C2C;
    font-size: 32px;
    font-family: 'IberPangea-Regular';
    font-weight: 600;
    line-height: 40px;
    word-wrap: break-word;
}

.impulsar-subtitle {
    width: 326px;
    color: #2C2C2C;
    font-size: 16px;
    font-family: 'IberPangeaText-Regular';
    font-weight: 400;
    line-height: 22px;
    word-wrap: break-word;
}

@media (min-width: 576px) {
    .impulsar {
        width: 576px;
        padding-top: 48px;
        padding-bottom: 64px;
        padding-left: 40px;
        padding-right: 40px;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 32px;
    }

    .impulsar-text {
        align-self: stretch;
        width: 496px;
        height: 316px;
        gap: 24px;
        display: flex;
        margin: 0px auto;
    }

    .impulsar-title {
        align-self: stretch;
        width: 496px;
    }

    .impulsar-subtitle {
        align-self: stretch;
        width: 496px;
    }
}

@media (min-width: 992px) {
    .impulsar {
        width: 826px;
        height: fit-content;
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .impulsar-text {
        gap: 64px;
        width: 826px;
        height: fit-content;
        flex-direction: row;
    }

    .impulsar-title {
        flex: 1 1 0;
        width: 381px;
    }

    .impulsar-subtitle {
        flex: 1 1 0;
        width: 381px;
    }
}

@media (min-width: 1200px) {
    .impulsar {
        width: 1000px;
        height: 320px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .impulsar-text {
        width: 1000px;
        height: 260px;
    }

    .impulsar-title {
        width: 468px;
    }

    .impulsar-subtitle {
        width: 468px;
    }
}

@media (min-width: 1920px) {
    .impulsar {
        width: 1287px;
        height: 280px;
    }

    .impulsar-text {
        width: 1287px;
        height: 120px;
    }

    .impulsar-title {
        width: 610.50px;
    }

    .impulsar-subtitle {
        width: 610.50px;
    }
}