/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-Jan-2022, 16:57:01
    Author     : Jafran Mjm
*/


@import 'config';

.question-and-answers{
    margin-top: -2px;
    .blk {
        margin-right: -82px;
        margin-bottom: 33px;
        span{
            display: block;
            margin-right: 82px;
            width: calc(50% - 82px);
            float: right;
            &.qtn{
                font-size: 15px;
                font-weight: 400;
                color: $clr_3;
            }
            &.ans{
                font-size: 12px;
                font-weight: 300;
                line-height: 19px;
            }
        }
    }
}
.back{
    margin-top: 107px;
}

i.readmore{
    padding-left: 5px;
    padding-right: 0px;
}

@media screen and (max-width : 600px){
    .question-and-answers .blk span{
        width: calc(100% - 82px);
        &.qtn{
            margin-bottom: 10px;
        }
    }
}
