
.connect-to-twitter {
  border-radius: 6px;
  border: 1px solid #CED4DA;
  background: #FFF;
}

.connect-to-twitter .card-body{
  padding: 30px;
}


.connect-to-twitter .card-title{
  color: #2E363F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.connect-to-twitter .card-title svg{
  float: right;
}

.connect-to-twitter .card-text{
  color: #657281;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.connect-to-twitter a.btn{
  border-radius: 4px;
  background: #1DA1F2;
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
