@media only screen and (min-width:320px) and (max-width:768px) {
    .calculator-block .big-box .topss
    {
      margin-left:-35px;   
    }
    .inner-box.boxx2
    {
        /*height:265px!important;*/
    }
    .inner-box.boxx3
    {
        /*height:280px!important;*/
    }
    .inner-box.boxx3 .border_circle4
    {
        top: 48%!important;
    }
    .calculator-block:nth-child(4) .inner-box.boxx2 .border_circle4
    {
        top:48%!important;
    }
    .calculator-block:nth-child(2) .inner-box.boxx2 .topss, .calculator-block:nth-child(3) .inner-box.boxx3 .topss, .calculator-block:nth-child(4) .inner-box.boxx2 .topss, .calculator-block:nth-child(5) .inner-box.boxx3 .topss
    {
        margin-top: 8px;
        margin-left: -10px;
    }
    .last-bottom .quicklink a:first-child
    {
        margin-right:10px;
    }
    .h1, h1 {
  font-size: 24px!important;
}
.border_circle2{
    top: 48%;
}
.border_circle4{
 top: 48%!important;  
}
    .btc p {
  color: #f9f1f1;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.font_sizes span {
  color: #cf065a;
  font-size: 16px;
  font-weight: bold;
}
}