﻿
@import url('../../../fonts/FarsiFonts.css');

.bestImages {
    background-image: url('Frame03.png');
    background-repeat: no-repeat;
    text-align: center;
    /*height: 260px;*/
    height: 340px;
    float: right;
    padding: 0px 10px 0px 22px;
}

.InsideImage {
    padding: 27px 47px 0px 10px;
    border-radius: 6px;
    overflow:hidden
}

.InsideImage img{
  border-radius: 3px;
  width: 279px;
  height: 227px;
}

.InsideImage p{
    padding-top:20px;
    text-align:center;
    font-family: Zar;
}