.AboutTitle {
    font-size: 30px !important;
    font-family: 'ISBold';
    color: #000;
    text-align: right !important;
}
.AboutSubTitle{
color: #7d1e4b;
    font-family: 'ISBold';
    margin-top: 45px;
    font-size: 21px !important;
    line-height: 1.7em;
    text-align: justify;
}
.AboutText{
font-size: 17px !important;
    display: block;
    float: right;
    margin-top: 20px;
    line-height: 1.7em;
}
.AboutKianImgHolder img{
margin:auto;
    width: 250px;
}

.AccBack{
        display: block;
    float: right;
    width: 25%;
    padding-top: 20px;
}
.AccBack img{
      display: block;
    float: right;
    width: 44px;
    height: 44px;
    margin-top: 22px;
    margin-right: calc(50% - 22px);
}

.AccBack h3{
      display: block;
    float: right;
    width: 180px;
    clear: both;
    text-align: center;
    margin-right: calc(50% - 90px);
    margin-top: 14px;
}

.AccBack span:nth-child(1){
 display: block;
    float: right;
    width: 100%;
    font-size: 21px;
    font-family: 'ISBold';
color:#3f3f3f;
}


.AccBack span:nth-child(2){
      display: block;
    float: right;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #a6a6a6;
    margin-top: 11px;
}



.TargetTitle{
    display: block;
    padding-right: 30px;
    color: #000;
    line-height: 2em;
    font-family: 'ISBold';
    margin-top: 60px;
    text-align: right;
    font-size: 20px !important;
    width: 100%;
}

.TargetButtonHolder{
width: 80%;
    display: block;
    float: right;
    margin-top: 57px;
}
.TargetButton{
display: block;
    min-width: 120px;
    border-radius: 10px;
    height: 40px;
    padding: 5px 10px;
    border: none;
    outline: none;
  background-image: linear-gradient(to left, #5e585a, #7e5e36, #cca558);
    transition: 0.3s;
height: 50px;
}
.TargetButton:hover{
background-image: linear-gradient(to left, #cca558, #cca558, #cca558);
}
.TargetButton span{
/*width: calc(100% - 40px);*/
    display: block;
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin-top: 3px;
text-align: center;
padding: 3px;
   
}
.AddressHolder{
    display: block;
    float: right;
    width: 100%;
    box-shadow: 1px 1px 16px -7px #cca558;
    border-radius: 10px;
    padding-right: 20px;
    padding-left: 20px;
    height: 370px;
    background-color: #fff;
}
.AddressHolder img{
    width: 60px;
    height: 60px;
    margin-right: calc(50% - 30px);
    margin-top: 30px;
    border-radius: 10px;
}
.AddressHolder h2{
margin-top: 50px;
    text-align: center;
    font-family: 'ISBold';
font-size: 22px !important;
}
.AddressHolder p {
font-size: 15px;
    margin-top: 20px;
    line-height: 1.7em;
    text-align: justify;
}