.cta_btm_wrapper {
    margin: 0 auto;
    padding: 0;
    background-size: cover;
    background-position: center;
    height: 360px;
    position: relative;
    text-align: center;
}

.cta_btm_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    gap: 20px;
}

.cta_btm_title {
    font-size: 48px;
    font-weight: 400;
    color: var(--color6);
}

.cta_btm_button {
    display: inline-block;
    background-color: var(--color6);
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 12px 25px;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .cta_btm_wrapper {
        height: 400px;
    }

    .cta_btm_title {
        font-size: 36px;
        font-weight: 500;
        color: var(--color6);
    }
}

@media (max-width: 768px) {
    .cta_btm_wrapper {
        height: 400px;
    }

    .cta_btm_title {
        font-size: 32px;
        font-weight: normal;
        color: var(--color6);
    }
}
