.website_creation_outer {
  background-color: #F5F5F7;
  border-radius: 6px;
  padding: 30px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0;
}
.website_creation_outer .content_holder {
  max-width: 65%;
}
.website_creation_outer .content_holder h4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 700;
}
.website_creation_outer .content_holder p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 !important;
}
.website_creation_outer .cta_holder .btn {
  background: #3339F1;
  border-radius: 6px;
  margin-bottom: 10px;
}
.website_creation_outer .cta_holder .btn a {
  box-sizing: border-box;
  width: 220px;
  height: 40px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  font-weight: 600;
}
.website_creation_outer .cta_holder .btn:hover {
  background: rgba(51, 57, 241, 0.8);
}
.website_creation_outer .cta_holder .subtitle {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.website_creation_outer .cta_holder .subtitle img {
  margin-right: 2px;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}