.account-info{display:flex;flex-wrap:wrap;justify-content:space-between}
.account-info .account-item{width:49%;padding:15px 37px 52px;border-radius:15px;background:var(--v-grey-light2);position: relative;}
.account-info .account-item .account-type{color:var(--v-black);font-size:var(--fs-24);font-weight:600;display:flex;align-items:center;margin-bottom:20px}
.account-info .account-item .icon-box{padding:12px;border-radius:25px;box-shadow:0px 5px 4px #00000014;background:var(--v-white);margin-right:7px;display:inline-block}
.account-info .account-item li{color:var(--v-black);font-size:var(--fs-18);padding-left:40px;margin-bottom:4px;position:relative}
.account-info .account-item li::after{content:'';display:block;width:14px;height:12px;position:absolute;left:0px;top:8px;background:url(/wp-content/themes/vantage-au/images/forex-trading-icon6.svg)center center no-repeat}
.account-info .account-item .toButton{background: rgba(0, 0, 0, 0.2);transition: all 0.3s; width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 50%;position: absolute;right: 40px;top: 30px;display: none;}
.account-info .account-item .toButton img{ transform: rotate(-90deg);}
.account-info .account-item:hover .toButton{transform: translateX(10px);}
@media (max-width:900px){
 .account-info .account-item {width: 100%; margin-bottom:20px;}

 .account-info .account-item .toButton{width: 40px; height: 40px;}
  .account-info .account-item .toButton img{width: 20px; height: 20px;}
}
@media (max-width:510px){
  .account-info .account-item {padding: 10px 15px}
  .account-info .account-item .icon-box {width: 60px;border-radius: 18px;margin-right: 11px;}
  .account-info .account-item .account-type {margin-bottom: 10px;}
  .account-info .account-item li{font-size: 16px;padding-left: 25px;font-weight: 500;text-transform: capitalize;}
  .account-info .account-item li::after{left: 0px;}

  

}