.template-feed-instagram{
background: rgba(119, 119, 119, 0.05);
padding: 60px 0;
}
.template-feed-instagram .feed-instagram-content{
text-align: center;
width: 100%;
max-width: 850px;
}
.template-feed-instagram h3{
font-size:30px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
}
.template-feed-instagram p{
font-size: 22px;
line-height: 35px;
text-align: center;
}
.template-feed-instagram .btn-feed-instagram{
background: #FFA500;
border-radius: 8px;
padding: 15px 40px;
display: inline-flex;
justify-content: space-between;
align-items: center;
width: auto;
gap: 40px;
margin-top: 25px;
margin-bottom: 40px;
}
.template-feed-instagram .btn-feed-instagram span{
font-size: 25px;
text-transform: uppercase;
line-height: 1;
}
.template-feed-instagram .feed-instagram-social-icon{
display: flex;
gap: 25px;
align-items: center;
}
.template-feed-instagram .feed-instagram-social-icon img{
width: 30px;
}
@media(max-width:991px){
.template-feed-instagram{
padding: 30px 0;
}
.template-feed-instagram h3{
font-size:24px;
}
.template-feed-instagram p{
font-size: 18px;
line-height: 24px;
}
.template-feed-instagram .btn-feed-instagram{
flex-direction: column;
gap:15px;
}
}