/* main heading sub title */
.subtext-title {
    width: 100%;
    font-size: 1.375rem;
    color: var(--color-subtitle);
    font-weight: bold;
    padding: 1.875rem 0 0 0;
    line-height: 1.875rem;
    border-bottom: 1.5px solid #E35304;
    padding-top: 4.375rem;
    padding-bottom: 1.063rem;
}

.orangeborder-gradient-btn {
    border: 2px solid #E35304;
    box-sizing: 2px;
}

/* main heading sub title */

/* orange button */
.custom-btn {
    width: 475px;
    border-radius: 3.125rem;
}

.btn-outline-orange {
    border: 2px solid #E35304;
    color: #E35304;
    background-color: transparent;
    font-weight: 600;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
}


.arrow-btn {
    position: relative;
    padding-right: 2.5rem;
}

    .arrow-btn::after {
        content: "";
        position: absolute;
        right: 1rem;
        top: 50%;
        width: 0.5rem;
        height: 0.5rem;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: translateY(-50%) rotate(45deg);
    }

.orange-rounded-btn {
    border-radius: 3.125rem;
    padding: 10px 30px;
}

.genetic-btn {
    min-width: 310px;
    max-width: 500px;
}

/* orange button */

@media (min-width: 768px) {
    .custom-btn {
        width: 330px;
        height: 3.4375rem;
    }

    .genetic-btn {
        min-width: 475px;
        max-width: 700px;
    }
}
