.lets-talk-wrap{background-color:#3C3535;color:#FFFFFF;padding:50px;}
.lets-talk-flex{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:20px;}
.lets-talk-flex-item{display:inline-block;width:100%;text-align:center;}
.lets-talk-flex-item.header{}
.lets-talk-header{font-weight:bold;font-size:3em;}
.lets-talk-flex-item.subheader{}
.lets-talk-subheader{}
.lets-talk-flex-item.img{}
.lets-talk-img{}
.lets-talk-flex-item.text{}
.lets-talk-text{font-size:1.5em;margin:0 auto;}
.lets-talk-flex-item.action{text-align:center;}
.lets-talk-action{}
.lets-talk-action a{text-decoration:none;color:#000000;background-color:#FFFFFF;padding:20px;border:1px solid #FFFFFF;border-radius:50px;display:inline-block;margin:20px;width:250px;}

@media screen and (min-width:320px){ 
.lets-talk-text{width:100%;font-size:1em;}
.lets-talk-action a {font-size:1em;}
}

@media screen and (min-width:481px){
}

@media screen and (min-width:641px){ 
}
@media screeen and(min-width:800px){ 
}

@media screen and (min-width:1025px){
.lets-talk-action a {font-size:1.5em;}
}

@media screen and (min-width:1281px){ 
.lets-talk-text{width:50%;font-size:1.5em;}
.lets-talk-action a {font-size:1.5em;font-weight:bold;width:400px;}
}


