.padding-y-100{
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title{
  letter-spacing: -.03em;
  line-height: 1.54;
}

.trading-shares-subtitle{
  font-family: Galano Grotesque;
  font-size: 20px;
  letter-spacing: -.03em;
  color: #212D39;
  line-height: 1.3;
}

.trading-shares-card{
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  height: 260px;
  padding: 0px 0px 0px 0px !important;
  width: 286px !important;
}

.trading-shares-card:first-child{
  margin: 20px 10px 0px 0px !important;
}

.trading-shares-card:last-child{
  margin: 20px 0px 0px 10px !important;
}

.trading-shares-card:nth-child(2), .trading-shares-card:nth-child(3){
  margin: 20px 10px 0px 10px !important;
}

.trading-card-container{
  display: flex;
  flex-direction: row;
}

.trading-details-container{
  padding: 25px 25px 17px 25px;
}

.trading-numerics-container{
  padding: 15px 25px 15px; 25px;
  background-color: #F8F8F8;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  height: 84px;
}

.trading-update-container{
  padding: 17px 25px 15px; 25px;
}

.trading-logo{
  flex: 40%;
}

.trading-title{
  flex: 60%;
  padding-left: 10px;
  padding-right: 10px;
}

.trading-price-container{
  flex: 60%;
}

.trading-price{
  flex: 65%;
  border-right: 1px solid #D0D0D0;
}

.trading-performance{
  flex: 35%;
}

.trading-update{
  flex: 100%;
}

.trading-logo-container{
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  height: 85px;
  width: 90px;
}

.trading-title-container{
  font-family: Galano Grotesque-Medium;
  font-size: 20px;
  color: #41414A;
  letter-spacing: -0.0383em;
}

.trading-subtitle-container{
  font-family: Galano Grotesque-Medium;
  font-size: 12px;
  color: #898989;
  letter-spacing: -0.0654em;
} 

.trading-price-container{
  font-family: Galano Grotesque;
  font-size: 36px;
  color: #41414A;
  line-height: 36px;
  letter-spacing: -0.0383em;
}

.trading-oldprice-container{
  font-family: Galano Grotesque-Medium;
  font-size: 12px;
  color: #898989;
  line-height: 12px;
  letter-spacing: -0.066em;
  padding-top: 5px;
}

.trading-performance-container{
  font-family: Galano Grotesque-Medium;
  font-size: 13px;
  color: #39C70E;
  line-height: 13px;
  letter-spacing: -0.0383em;
  padding-top: 10px;
  padding-left: 25px;
}

.trading-date-container{
  font-family: Galano Grotesque-Medium;
  font-size: 12px;
  color: #898989;
  line-height: 12px;
  letter-spacing: -0.020em;
}

.btn-join{
  font-family: Galano Grotesque-Medium;
  font-size: 16px;
  color: #212D39; 
  padding: 12px 42px 12px 42px;
  margin-top: 400px !important;
  border: 2px solid #6DCFF6;
  line-height: 10px;
}

.btn-join:hover{
  color: #fff;
  background-color: #6DCFF6;
}


@media only screen and (max-width: 1233px) and (min-width: 1024px){
  .trading-shares-card{
    max-width: 23% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
} 

@media only screen and (max-width: 1023px){
  .btn-join{
    display: block;
    text-align: center;
    max-width: max-content;
    padding:15px 15px;
    white-space:nowrap;
    margin-top: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
        min-width: 160px;
  }

@media only screen and (max-width: 1023px) and (min-width: 800px) {
  .shares-card-container{
    max-width: 80%;
  }
  
  .trading-shares-card:nth-child(3){
    margin-left: 0px !important;
  }
  
  .trading-shares-card:nth-child(2){
    margin-right: 0px !important;
  }
} 


@media only screen and (max-width: 1185px) {
  .fee-table-container{
    max-width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .brokerage-table{
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
  .forex-table{
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-top: 50px !important;
  }
} 

@media only screen and (max-width: 799px) and (min-width: 674px) {
  .shares-card-container{
    max-width: 50%;
  }
  
  .trading-shares-card{
    width: 100% !important;
  }
  
  .trading-shares-card:first-child{
    margin-right: 0px !important;
  }
  
  .trading-shares-card:nth-child(2), .trading-shares-card:nth-child(3) {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  
  .trading-shares-card:last-child{
    margin-left: 0px !important;
  }
}
  
@media only screen and (max-width: 673px) {
  .shares-card-container{
    max-width: 80%;
  }
  
  .trading-shares-card{
    width: 100% !important;
  }
  
  .trading-shares-card:first-child{
    margin-right: 0px !important;
  }
  
  .trading-shares-card:nth-child(2), .trading-shares-card:nth-child(3) {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  
  .trading-shares-card:last-child{
    margin-left: 0px !important;
  }
}
  
