#buy-btc {
    background: black;
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

#buy-btc h2 {
    font-size: 30px;
    color: #D1C211;
    text-align: center;
    font-weight: 900;
}
#buy-btc div.lead {
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 0 30px;
}

@media (max-width: 740px) {
    #buy-btc h2 {
        font-size: 20px;
    }
    #buy-btc div.lead {
        font-size: 15px;
    }
}


/* OVERRIDES */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #D1C211;
}

select#phonenumber_0 {
	font-size:17px;
	width: 50%;
	height:100%;
	border:none;
	padding:10px 6px;
	background-color: #ffffff;
	color: #000;
	font-family:Cuprum-Regular;
	border:1px solid #d1c211;
	outline:none;
    margin-bottom: 10px;
}

/* CREDIT CARD SECTION */
#creditCard {
    margin-top: 100px;
    padding: 30px;
    font-family: Heebo,sans-serif !important;
}
#creditCard h2.big {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.5rem;
    color: black;
    text-transform: capitalize;
    font-family: Heebo,sans-serif !important;
}
#creditCard .line {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

#creditCard .line :nth-child(2) {
    flex-grow: 1;
}

#creditCard .icon-block {
    flex-grow: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    border: 2px solid green;
    border-radius: 5px;
}

.timeline-with-icons {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
  }
  
  .timeline-with-icons .timeline-item {
    position: relative;
  }
  
  .timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
  }
  
  .timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: hsl(217, 88.2%, 90%);
    color: hsl(217, 88.8%, 35.1%);
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.timeline-item.active .timeline-with-icons .timeline-icon {
    color: #FFC61B;
}