body {
    background-color: #FAFAFA;
}

.margin-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.first-head {
    color: black;
    font-family: "CuristicBold";
    font-size: 44px;
    line-height: 53.64px;
    margin-bottom: 20px;
}

.first-head.faq {
    margin-top: 100px;
}

.descrip {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.contact-vr {
    border: 3px solid #1DAC8E;
    margin-right: 20px;
}

.contact-list-head {
    color: #737373;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.contact-list-text {
    color: black;
    font-family: "CuristicBold";
    font-size: 24px;
    line-height: 29.26px;
    margin-bottom: 40px;
}

.contact-list-text.last {
    margin-bottom: 20px;
}

.contact-form {
    box-shadow: 0px 0px 40px 0px #0000001A;
    border-radius: 24px;
    padding: 44px;
    background-color: white;
}

.contact-form label {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    color: #B9B9B9;
    background-color: white;
    font-family: "CuristicMedium";
    font-size: 20px;
    line-height: 24.38px;
    margin-bottom: 10px;
    padding: 24px;
    border: 2px solid #F2F2F2;
    border-radius: 14px;
    width: 100%;
}

.contact-form select {
    appearance: none;
    background-image: url('/Assets/Images/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 1rem top 50%;
    background-size: 1.5rem auto;
    margin-bottom: 0px;
}

.contact-form button {
    color: #FFFFFF;
    background-color: #B9B9B9;
    padding: 14px 42px;
    border-radius: 14px;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 0px;
}

.contact-form button:hover {
    color: #FFFFFF;
    background-color: #B9B9B9;
}

.q-card {
    box-shadow: 0px 0px 15px 0px #0000001A;
    border-radius: 8px;
    padding: 24px;
    background-color: white;
    margin-bottom: 20px;
}

.q-card .question {
    color: black;
    font-family: "CuristicSemiBold";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 0px;
}

.q-card .answer {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}




@media (max-width: 480px) {
    .margin-container {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .first-head {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .descrip {
        margin-left: 10px;
        margin-right: 10px;
    }

    .contact-list-text {
        font-size: 22px;
    }

    .contact-form {
        padding: 24px;
        margin: 30px 10px 0px 10px;
    }

    .contact-info {
        padding: 0px 10px;
    }

    .first-head.faq {
        margin-top: 70px;
    }

    .q-card {
        padding: 20px;
    }

    .q-card .question {
        margin-right: 10px;
        line-height: 30px;
        font-size: 16px;
    }

    .q-card .answer {
        margin-top: 12px;
        font-size: 16px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        font-size: 18px;
    }
}