/* ==========================================================================

  blockchain-consulting.css
  
  Index:

  - Hubspot Imports
  - Hero Banner
  - Steps Section
  - Equibit Section
  - Who We Are Section

/* ==========================================================================

/*--------------------------- HubSpot Imports -----------------------------*/                    
                   
      
    


/*--------------------------- Hero Banner ----------------------------------*/ 

.custom-blockchain-page .custom-hero-banner h1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.custom-blockchain-page .custom-hero-banner p {
    margin-bottom: 40px !important;
}


/*--------------------------- Steps Section ----------------------------------*/ 

.steps-section h2 {
    margin-top: -15px;
    margin-bottom: 0;
}

.steps-section h2 small {
   font-style: italic;
   color: #606B70; 
}

.steps-section h3 {
    margin-top: 0;
    position: relative;
    padding-left: 40px;
}

.steps-section p {
    line-height: 1.5;
    margin-right: 40px;
}

.steps-section .bullet:before {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: white;
    font-weight: 400;
    padding: 10px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 4px;
    background-color: #009F62;
}

.steps-section .bullet.number-1:before { content: '1'; }
.steps-section .bullet.number-2:before { content: '2'; }
.steps-section .bullet.number-3:before { content: '3'; }

/*--------------------------- Equibit Section ----------------------------------*/ 

.background-accent-brand {
    text-align: center;
    background-image: url('https://www.bitovi.com/hubfs/blockchain/background-accent-box.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.body-container .background-accent-brand .page-center {
  padding-bottom: 0;
}

.equibit-logo {
    width: 400px;
    margin: 40px 0 60px;
    
box-shadow: 0 10px 33px -9px rgba(0, 0, 0, 0.59);
-webkit-box-shadow: 0 10px 33px -9px rgba(0, 0, 0, 0.59);
-moz-box-shadow: 0 10px 33px -9px rgba(0, 0, 0, 0.59);
-ms-box-shadow: 0 10px 33px -9px rgba(0, 0, 0, 0.59);
-o-box-shadow: 0 10px 33px -9px rgba(0, 0, 0, 0.59);

}
.background-accent-brand a {
    color: white;
}

/*--------------------------- Who We Are Section --------------------------------*/ 

.secondary-header {
    font-size: 22px;
    color: #1B1E20
}

.scroll-anchor {
    display: block;
}

@media (min-width: 1441px) {
    .who-we-are-photos {
        margin-bottom: 80px;
    } 
}



