@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Righteous&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');

body.home .call-action {
    background: #1b8271;
    color: #ffffff;
    padding: 55px 10px;
}

.support-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1360px;
    margin: auto;
}

body.home .call-action .paragraph {
    margin-top: 0;
    width: 70%;
}

body.home .call-action .title {
    text-transform: capitalize !important;
    font-family: Roboto, "Cairo" !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #f2f4f5;
}

body.home .call-action .description {
    font-family: Roboto, "Cairo" !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
    color: #f2f4f5;
}

.call-action .support-button-col-button {
    max-width: 265px;
    display: flex;
    align-self: end;
}

.support-btn {
    background-color: #ffffff;
    color: black;
    padding: 0 20px;
    min-width: 155px;
    height: 51px;
    text-align: center;
    align-content: center;
    font-size: 17px;
    font-weight: bold;
    border-radius: 17px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
}

.support-btn:hover {
    background-color: #d7a85d;
    color: white;
}

@media (max-width: 768px) {
    body.home .call-action {
        padding: 55px 15px;
    }

    .support-container {
        flex-direction: column;
    }

    body.home .call-action .paragraph {
        width: 100%;
    }

    .call-action .support-button-col-button {
        margin-top: 40px;
        max-width: 75%;
        align-self: unset;
        justify-content: center;
    }
}
