.prices {
    padding: 8rem 0;
}

.prices-title {
    width: 100%;
    line-height: 4.9rem;
    text-align: center;
    color: #05173C;
    font-size: 4rem;
    font-weight: bold;
}

.prices>p {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #333333;
    margin: 8rem 0;
}

.prices-forms {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prices-forms-for span {
    line-height: 2.4rem;
    font-size: 2rem;
    color: #05173C;
}

.prices-forms-input {
    margin-top: 1.2rem;
    width: 68.4rem;
    height: 5.2rem;
    padding: 1.6rem;
    border-radius: 0.4rem;
    border: 0.1rem solid rgba(51, 51, 51, 0.10);
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 3.2rem;
}
.prices-forms-input >p{
    width: 100%;
}
.prices-forms-textarea {
    margin-top: 1.2rem;
    width: 140rem;
    height: 12rem;
    padding: 1.6rem;
    position: relative;
    border-radius: 0.4rem;
    border: 0.1rem solid rgba(51, 51, 51, 0.10);
    background-color: #fff;
    margin-bottom: 6.4rem;
}

.prices-forms-button {
    background-color: #F16522;
    width: 22.5rem;
    height: 5.6rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    font-size: 2rem;
}

.prices-forms-input input {
    flex: 1;
    height: 1.9rem;
    font-size: 1.6rem;
}

.prices-forms-textarea textarea {
    font-size: 1.6rem;
    resize: none;
    width: 136.8rem;
    height: 8.8rem;
}

.prices-forms-textarea>div {
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
    color: #999999;
    font-size: 1.4rem;
}

.prices .wpcf7-not-valid-tip{
    color: #dc3232 !important;
    bottom: -4rem;
}

@media screen and (max-width: 768px) {
    .prices {
        padding: 4rem 0;
    }

    .prices-title {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .prices>p {
        margin: 4rem 0;
        line-height: 1.5rem;
        font-size: 1.2rem;
    }

    .prices-forms {
        display: block;
    }

    .prices-forms-for span {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }

    .prices-forms-input {
        width: 34.3rem;
        height: 4rem;
        border-radius: 0.4rem;
        margin: 0.8rem 0 1.6rem;
        padding: 1.1rem 1.2rem;
    }

    .prices-forms-input input {
        line-height: 1.8rem;
        font-size: 1.4rem;
    }

    .prices-forms-textarea {
        width: 34.3rem;
        height: 10rem;
        padding: 1.2rem;
        margin: 0.8rem 0 3.2rem;
    }

    .prices-forms-textarea textarea {
        width: 31.9rem;
        height: 7.6rem;
        line-height: 1.5rem;
        font-size: 1.2rem;
    }

    .prices-forms-textarea>div {
        right: 1.2rem;
        bottom: 1.2rem;
        font-size: 1rem;
    }

    .prices-forms-button {
        width: 11.9rem;
        height: 3.1rem;
        border-radius: 10rem;
        font-size: 1.2rem;
    }
    
    .prices .wpcf7-not-valid-tip{
        color: #dc3232 !important;
        bottom: -2.8rem;
    }
}
