h2
{
    /* text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000; */
}
.ybrantThemeText
{
    background: rgb(239,66,41);
    linear-gradient(90deg, rgba(239, 66, 41, 1) 0%, rgba(244, 121, 80, 1) 8%, rgba(251, 176, 83, 1) 16%, rgba(50, 179, 79, 1) 24%, rgba(22, 130, 90, 1) 32%, rgba(118, 202, 190, 1) 40%, rgba(34, 201, 189, 1) 48%, rgba(78, 164, 235, 1) 56%, rgba(103, 93, 238, 1) 64%, rgba(204, 91, 233, 1) 72%, rgba(200, 56, 171, 1) 80%, rgba(212, 60, 130, 1) 88%, rgba(247, 89, 109, 1) 96%, rgb(233 78 90) 100%)
    background: -moz-linear-gradient(90deg, rgba(239,66,41,1) 0%, rgba(244,121,80,1) 8%, rgba(251,176,83,1) 16%, rgba(50,179,79,1) 24%, rgba(22,130,90,1) 32%, rgba(118,202,190,1) 40%, rgba(34,201,189,1) 48%, rgba(78,164,235,1) 56%, rgba(103,93,238,1) 64%, rgba(204,91,233,1) 72%, rgba(200,56,171,1) 80%, rgba(212,60,130,1) 88%, rgba(247,89,109,1) 96%, rgba(238,169,174,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(239,66,41,1) 0%, rgba(244,121,80,1) 8%, rgba(251,176,83,1) 16%, rgba(50,179,79,1) 24%, rgba(22,130,90,1) 32%, rgba(118,202,190,1) 40%, rgba(34,201,189,1) 48%, rgba(78,164,235,1) 56%, rgba(103,93,238,1) 64%, rgba(204,91,233,1) 72%, rgba(200,56,171,1) 80%, rgba(212,60,130,1) 88%, rgba(247,89,109,1) 96%, rgba(238,169,174,1) 100%);
    background: linear-gradient(90deg, rgba(239,66,41,1) 0%, rgba(244,121,80,1) 8%, rgba(251,176,83,1) 16%, rgba(50,179,79,1) 24%, rgba(22,130,90,1) 32%, rgba(118,202,190,1) 40%, rgba(34,201,189,1) 48%, rgba(78,164,235,1) 56%, rgba(103,93,238,1) 64%, rgba(204,91,233,1) 80%, rgba(200,56,171,1) 88%, rgba(212,60,130,1) 88%, rgba(247,89,109,1) 96%, rgba(238,169,174,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef4229",endColorstr="#eea9ae",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.ybrantThemeBG
{
    background: rgb(239,66,41);
    background: -moz-linear-gradient(90deg, rgba(239,66,41,1) 0%, rgba(244,121,80,1) 8%, rgba(251,176,83,1) 16%, rgba(50,179,79,1) 24%, rgba(22,130,90,1) 32%, rgba(118,202,190,1) 40%, rgba(34,201,189,1) 48%, rgba(78,164,235,1) 56%, rgba(103,93,238,1) 64%, rgba(204,91,233,1) 72%, rgba(200,56,171,1) 80%, rgba(212,60,130,1) 88%, rgba(247,89,109,1) 96%, rgba(238,169,174,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(239,66,41,1) 0%, rgba(244,121,80,1) 8%, rgba(251,176,83,1) 16%, rgba(50,179,79,1) 24%, rgba(22,130,90,1) 32%, rgba(118,202,190,1) 40%, rgba(34,201,189,1) 48%, rgba(78,164,235,1) 56%, rgba(103,93,238,1) 64%, rgba(204,91,233,1) 72%, rgba(200,56,171,1) 80%, rgba(212,60,130,1) 88%, rgba(247,89,109,1) 96%, rgba(238,169,174,1) 100%);
    background: linear-gradient(90deg, rgba(239,66,41,1) 0%, rgba(244,121,80,1) 8%, rgba(251,176,83,1) 16%, rgba(50,179,79,1) 24%, rgba(22,130,90,1) 32%, rgba(118,202,190,1) 40%, rgba(34,201,189,1) 48%, rgba(78,164,235,1) 56%, rgba(103,93,238,1) 64%, rgba(204,91,233,1) 72%, rgba(200,56,171,1) 80%, rgba(212,60,130,1) 88%, rgba(247,89,109,1) 96%, rgba(238,169,174,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef4229",endColorstr="#eea9ae",GradientType=1);
    
}




            
/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
    margin-bottom: 80px;
  }
  
  .feature-item {
    /* display: inline-block; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
  
  .feature-item img {
    float: unset;
    margin-right: unset;
    height: 120px;
    border-radius: 1rem;
  }
  
  .feature-item .right-content {
    display: inline;
  }
  
.feature-item h4 {
    letter-spacing: 0.25px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.feature-item p{
    color: #ccc;
}
  
  .feature-item .text-button {
    margin-top: 7px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #FF4a4a;
    font-weight: 600;
  }


  .main-button a {
border-radius: 1rem;
  }

  
  #features .section-heading h2, #features .section-heading p
{
    color: #fff;
}
