@media all and (max-width: 991px) {
.try-free{
    min-width: 300px;
    font-family: 'Roboto Condensed', sans-serif;
}
.try-free-wrap{
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.try-free-title, .try-free-go{
    width: 90%;
    padding-left: 4.5%;
}
.try-free-title a{
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.try-free-title a:hover{
    color: #DE193A;
}
.try-free-go a{
    font-size: 24px;
    color: #DE193A;
    text-decoration: none;
    float: left;
    margin: 15px 0px 40px 0px;
}
.try-free-arrow{
    background: url(../img/arrow-ritgh.png) no-repeat center bottom;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin: -5px 0px 0px 8px;
    float: right;
}
}
/* ---------------------------------------------------------------------------*/
@media all and (min-width: 992px) {
.try-free{
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
.try-free-wrap{
    margin-left: 2%;
    margin-top: 115px;
    margin-bottom: 120px;
}
.try-free-title a{
    font-size: 65px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.try-free-title a:hover{
    color: #DE193A;
}
.try-free-go a{
    font-size: 24px;
    color: #DE193A;
    text-decoration: none;
    float: left;
    margin: 15px 0px 0px 0px;
}
.try-free-arrow{
    background: url(../img/arrow-ritgh.png) no-repeat center bottom;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin: -5px 0px 0px 8px;
    float: right;
}
}