#formCard
{
    height: 330px;
}
.lheight-15{
    line-height: 1.5;
}

@media only screen and (max-width: 1030px)
{
    #formCard
    {
        height: auto;
    }
}
@media only screen and (max-width: 1200px)
{
    .wrapper main .block-top>div>div h3 {
        font-size: 12pt;
    }
    .wrapper main .block-top>div>div h2 {
        font-size: 11pt !important;
    }
}
@media (max-width: 500px)
{
    #formCard
    {
        margin-top: 0px;
        padding-bottom: 60px;
    }
}

.wrapper main .block-blks ul li .txtcont p
{
    font-size: 12px;
}
.wrapper main .block-blks ul li .tit
{
    font-size: 14px;
}
.wrapper main .block-top>img
{
    height: 100%;
}
@media only screen and (min-width: 1024px)
{
    .wrapper main .block-top>div>div.form form {
        min-width: 425px;
        max-width: 500px;
        max-height: 990px;
    }
}
.card-tel
{
    color: #2EA3FF;
}
.img-tarjte-thumbs {
    width: 260px !important;
}
@media only screen and (max-width: 1200px)
{
    .img-tarjte-thumbs {
        /* width: 26%; */
        width: 260px!important;
        margin: 0 auto;
    }
}

.mb-0{
    margin-bottom: 0 !important;
}

.wrapper main .block-blks ul li .tit {
    font-size: 18px;
    color: #2EA3FF;
    font-weight: 300;
    padding: 0 10px;
    min-height: 35px;
}
.box-div-general {
    max-width: 500px;
    max-height: 1040px;
}
.form_tyc{
    background-color: white;
}
.form_tyc {
    font-size: 8px;
    text-align: justify;
    margin: 0;
    line-height: 11px;
    padding: 20px 15px;
}
/* 
.wrapper main .block-blks ul li .tit span {
    display: block;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */