* {
    font-family: 'Lato', sans-serif ;
    letter-spacing: 1px;
}
.gray-bg{
    background-color: rgb(62, 70, 73) !important;
}

#font-30{
    font-size: 24px !important;
}

.menueFont{
    font-size: 15px !important;
}

.cursorbtn{
    cursor: pointer !important;
}

.border-color-light
{
    color: #D422B4 !important;
}

.font-24{
    font-size: 24px;
}

#font-30{
    font-size: 30px;
}

.text-underline
{
    border-bottom: 5px solid #D422B4;
    padding-bottom: 10px;
}

.margin-90{
    margin-top: 90px;
}

.margin-speakerTitle
{
    margin: 0px 0 -25px 0;
}

.background-color-gray
{
    background-color: rgb(62, 70, 73);
}




@media screen and (max-width: 720px) {
  .mobileSize100 
  {
	  width : 100%;

  }
  .mobileDisplaynone
  {
	  display:none;
  }
  
  .centerWithLowWidth
  {
	  margin :10% auto;
	  width:80%;
  }
  .MobileFontSize
  {
	  font-size: 14px !important;
	  text-align: center;
  }
}

.thumb-info-wrapper .card-curve{
	border:1px solid white !important;
	border-radius:10px !important;
}
.thumb-info-wrapper .p-img{
	width:510px !important;
	height:173px !important;
}



