/**
 * @tableofcontents
 *
 * 1. WIDGET CASE STUDY
 */

/* @section 1. WIDGET CASE STUDY */

.wt-case-stdy {
    text-align: center;
    background: url("../../img/home/case-study.jpg") no-repeat center center #010103;
    color: #fff;
    padding: 100px 0 120px 0;
    background-size: cover;
}

.wt-case-stdy span {
    font-size: 36px;
    color: #fff;
    display: inline-block;
    margin: 20px 0 10px;
}

.wt-case-stdy p {
    font-size: 22px;
    margin: 40px 0;
    line-height: 38px;
    color: #fff;
}

.wt-case-stdy p > span {
    display: block;
    font-size: 14px;
    color: #fff;
}

.wt-case-stdy a {
    width: 260px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    text-decoration: none !important;
}
/* WIDGET CASE STUDY */

/* @reset styling for medium screen size */
@media (max-width: 992px) {
    .wt-case-stdy {
        padding: 50px 0;
    }
}

/* @reset styling for small screen size */

@media (max-width: 767px) {
    .wt-case-stdy span{
        font-size: 30px;
        line-height: 38px;
    }

    .wt-case-stdy p{
        font-size: 20px;
        line-height: 34px;
    }

    .wt-case-stdy p > span{
        font-style: normal;
        margin-top: 10px;
    }
}


@media (max-width: 400px) {
    /* WIDGET CASE STUDY */
    .wt-case-stdy span{
        font-size: 22px;
        line-height: 30px;
    }

    .wt-case-stdy p{
        font-size: 16px;
        line-height: 28px;
        margin: 20px 0;
    }

    .wt-case-stdy a
    {
        width: 100%;
    }
    /* WIDGET CASE STUDY */
}