
.service_container .hr
{
    margin: 30px 0;
}

h1.service
{
    font-size: 26px;
    padding-bottom: 40px;
}

.service_info
{
    text-align: center;
    line-height: 1.6;
    font-family: "Lora", serif;
    background-color: #ddd6bb;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #6c5e0c;
}

.service_info p
{
    font-size: 18px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_info p strong
{
    padding: 0 10px;
}

.service_info p a.button
{
    margin-left: 10px;
    background-color: #423d22;
    color: #fff;
    border: 0;
}

.no_amount
{
    text-align: center;
    line-height: 1.6;
    font-family: "Lora", serif;
    background-color: #f2dede;
    color: #bd1550;
    border: none;
    padding: 20px 10px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.no_amount p
{
    padding-bottom: 20px;
    color: #bd1550;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
}

.no_amount a.button
{
    background-color: #BD1550;
}

.no_amount a.button:hover
{
    border-color: #BD1550;
    background-color: transparent;
    color: #BD1550;
}

.service_view h2
{
    font-size: 18px;
}

.service_view div.text
{
    background: #fdfcf3;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service_view div.text p
{
    padding-bottom: 10px;
}

.service_view div.text p:last-child
{
    padding-bottom: 0
}

form[name=sms]
{
    max-width: 400px;
    margin: 0 auto;
}

.textarea_sms
{
    height: 120px;
}

#sms_count
{
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    font-family: "Lora", serif;
}

#sms_count span
{
    font-weight: 700;
}