.rtl {
    direction: rtl;
}
.ltr {
    direction: ltr;
}
.right {
    text-align: right;
}
.contact-section .box .img-box-he {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    transform: translate(-340px, -30px);
    position: relative;
}
.contact-section .box .img-box-he img {
    width: 100%;
}
