.follow-box {

background: #111;

color: #fff;

padding: 30px;

text-align: center;

border-radius: 10px;

margin: 30px 0;

}

 

.follow-box h2 {

font-size: 26px;

margin-bottom: 10px;

}

 

.follow-box p {

font-size: 16px;

margin-bottom: 20px;

}

 

.steps {

display: flex;

flex-wrap: wrap;

justify-content: center;

gap: 20px;

margin-bottom: 20px;

}

 

.step {

background: #1e1e1e;

padding: 15px;

border-radius: 8px;

width: 250px;

}

 

.fb-btn {

display: inline-block;

background: #1877f2;

color: #fff;

padding: 12px 25px;

text-decoration: none;

border-radius: 6px;

font-weight: bold;

}

 

.fb-btn:hover {

background: #145dbf;

}

Be the first to comment

Leave a Reply

Your email address will not be published.


*