.free-container {
  display: block;
  padding-top: 80px;
}

.free-container .wrapper {
  width: 1200px;
  margin: auto;
}

.free-container .link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 0;
}

.free-container .link a {
  font-size: 13px;
  color: #111;
  text-decoration: none;
  outline: none;
  transition: 0.6s;
}

.free-container .link a:hover {
  color: #0076d7;
}

.free-container .link i {
  font-size: 13px;
  color: #666;
}

.free-container .link span {
  font-size: 13px;
  color: #757575;
}

.free-container .ListContent {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
  position: relative;
}

.free-container .ListContent .LeftAside {
  flex: 1 1 55%;
  max-width: 55%;
}

.free-container .ListContent .LeftAside h1 {
  font-size: 45px;
  margin-top: 30px;
  color: #111;
}

.free-container .ListContent .LeftAside h1 strong {
  color: #0076d7;
}

.free-container .ListContent .LeftAside span {
  font-size: 22px;
  color: #111;
  font-weight: 500;
}

.free-container .ListContent .LeftAside p {
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0;
  max-width: 600px;
}

.free-container .ListContent .LeftAside .startedButton {
  margin: 15px 0;
}

.free-container .ListContent .LeftAside .startedButton a {
  border: 1px solid #0678b1;
  padding: 10px;
  background: #fff;
  font-size: 18px;
  display: inline-block;
  max-width: 400px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  color: #0678b1;
  text-decoration: none;
}

.free-container .ListContent .LeftAside .startedButton a:hover {
  background: #0678b1;
  color: #fff;
}

.free-container .ListContent .LeftAside .ListItem {
  margin-top: 40px;
}

.free-container .ListContent .LeftAside .ListItem ul {
  list-style: none;
  padding: 0;
}

.free-container .ListContent .LeftAside .ListItem ul li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}

.free-container .ListContent .LeftAside .ListItem ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url("//akam.cdn.jdmagicbox.com/images/icontent/listingbusiness/greencheck.svg")
    no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}

.free-container .ListContent .LeftAside .policy {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 30px;
}

.free-container .ListContent .LeftAside .policy h2 {
  font-size: 11px;
  color: #6f6f6f;
  font-weight: 400;
}

.free-container .ListContent .LeftAside .policy a {
  font-size: 11px;
  color: #6f6f6f;
  text-decoration: none;
  border-bottom: 1px solid #dedede;
}

.free-container .ListContent .LeftAside .policy a:hover {
  color: #0076d7;
  border-color: #0076d7;
}

.free-container .ListContent .rightAside {
  flex: 1 1 40%;
  max-width: 40%;
}

.free-container .ListContent .rightAside .fullListItem {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.free-container .ListContent .rightAside .fullListItem .rightList {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  border-top-left-radius: 30px;
  width: 100%;
  box-sizing: border-box;
}

.free-container .ListContent .rightAside .fullListItem .rightList:nth-child(1) {
  background-color: #b6f6cf;
}

.free-container .ListContent .rightAside .fullListItem .rightList:nth-child(2) {
  background-color: #ffd1ff;
}

.free-container .ListContent .rightAside .fullListItem .rightList:nth-child(3) {
  background-color: #c1d4ff;
}

.free-container
  .ListContent
  .rightAside
  .fullListItem
  .rightList
  .RightListImage {
  width: 30px;
  height: 33px;
}

.free-container
  .ListContent
  .rightAside
  .fullListItem
  .rightList
  .RightListImage
  img {
  width: 100%;
  height: 100%;
}

.free-container
  .ListContent
  .rightAside
  .fullListItem
  .rightList
  .rightListText
  b {
  font-size: 20px;
  display: block;
}

.free-container
  .ListContent
  .rightAside
  .fullListItem
  .rightList
  .rightListText
  span {
  font-size: 14px;
}

.free-container .ListContent .rightAside .rightImage {
  width: 100%;
}

.free-container .ListContent .rightAside .rightImage img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.free-container .successStory {
  display: block;
  background: #fffcf4;
  padding: 40px 0;
}

.free-container .successStory .wrapper {
  display: flex;
}

.free-container .successStory .story {
  display: block;
  width: 30%;
}

.free-container .successStory .story span {
  display: block;
  width: 140px;
  height: 123px;
}

.free-container .successStory .story span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.free-container .successStory .story h2 {
  font-size: 30px;
  margin-top: 40px;
  color: #1a1b1d;
  font-weight: 500;
}

.free-container .successStory .story h3 {
  font-size: 25px;
  color: #1a1b1d;
  font-weight: 500;
}

.free-container .successStory .story a {
  max-width: 204px;
  margin-top: 30px;
  font-size: 20px;
  height: 48px;
  text-decoration: none;
  background-color: #0076d7;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  border: 2px solid #0076d7;
}

.free-container .successStory .story a:hover {
  background: #fff;
  color: #0076d7;
}

.free-container .successStory .StoryListItem {
  width: 70%;
  display: flex;
  justify-content: space-between;
}

.free-container .successStory .StoryListItem .storyList {
  width: 31%;
  display: block;
  position: relative;
  cursor: pointer;
}

.free-container .successStory .StoryListItem .storyList span {
  height: 230px;
  width: 100%;
  display: block;
}

.free-container .successStory .StoryListItem .storyList span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.free-container .successStory .StoryListItem .storyList .VedioIcon {
  width: 62px;
  height: 62px;
  position: absolute;
  top: 185px;
  left: 13px;
}

.free-container .successStory .StoryListItem .storyList .VedioIcon::before {
  content: "Play";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #0076d7;
  border-radius: 6px;
  color: #0076d7;
  font-size: 19px;
  font-weight: 700;
  width: 0%;
  text-align: center;
  padding: 5px 20px;
  overflow: hidden;
  transition: all 0.3s;
}

.free-container .successStory .StoryListItem .storyList .VedioIcon::after {
  content: "";
  background-image: url("//akam.cdn.jdmagicbox.com/images/icontent/listingbusiness/vidplayicon.svg");
  background-size: 100%;
  width: 62px;
  height: 62px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 50%;
}

.free-container
  .successStory
  .StoryListItem
  .storyList:nth-child(2)
  .CompanyText {
  background: #def7ff;
}

.free-container
  .successStory
  .StoryListItem
  .storyList:nth-child(3)
  .CompanyText {
  background: #eff1fb;
}

.free-container .successStory .StoryListItem .storyList .CompanyText {
  display: flex;
  flex-direction: column;
  padding: 25px 15px 30px;
  min-height: calc(100% - 230px);
  justify-content: space-between;
  background: #fff3f7;
}

.free-container
  .successStory
  .StoryListItem
  .storyList
  .CompanyText
  .CompanyDetail
  h2 {
  font-size: 19px;
  color: #111;
  font-weight: 500;
}

.free-container
  .successStory
  .StoryListItem
  .storyList
  .CompanyText
  .CompanyDetail
  h3 {
  font-size: 17px;
  color: #111;
  font-weight: 500;
}

.free-container
  .successStory
  .StoryListItem
  .storyList
  .CompanyText
  .CompanyDetail
  h4 {
  font-size: 15px;
  color: #6b6b6b;
  font-weight: 500;
}

.free-container
  .successStory
  .StoryListItem
  .storyList
  .CompanyText
  .CompanyBottomText {
  display: block;
  margin-top: 35px;
}

.free-container
  .successStory
  .StoryListItem
  .storyList
  .CompanyText
  .CompanyBottomText
  h2 {
  font-size: 15px;
  font-style: italic;
  color: #111;
  font-weight: 500;
}

.free-container
  .successStory
  .StoryListItem
  .storyList
  .CompanyText
  .CompanyBottomText
  a {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #6c6c6c;
  text-decoration: none;
  font-weight: 600;
  transition: 0.6s;
}

.free-container
  .successStory
  .StoryListItem
  .storyList
  .CompanyText
  .CompanyBottomText
  a:hover {
  color: #0076d7;
}

.free-container .FreeBussinessTips {
  display: block;
  margin-top: 45px;
}

.free-container .FreeBussinessTips .wrapper {
  width: 1200px;
  margin: auto;
}

.free-container .FreeBussinessTips .wrapper .title h2 {
  margin-bottom: 40px;
  font-size: 30px;
  color: #1a1b1d;
  font-weight: 500;
}

.free-container .FreeBussinessTips .wrapper .BussinessStep {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.free-container .FreeBussinessTips .wrapper .BussinessStep .Step {
  width: 20%;
  display: block;
  position: relative;
}

.free-container .FreeBussinessTips .wrapper .BussinessStep .Step::after {
  content: "";
  width: 36px;
  height: 21px;
  background-image: url("//akam.cdn.jdmagicbox.com/images/icontent/listingbusiness/arrowblue@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50%;
  position: absolute;
  top: 20%;
  right: -140px;
}

.free-container
  .FreeBussinessTips
  .wrapper
  .BussinessStep
  .Step:last-child::after {
  display: none;
}

.free-container .FreeBussinessTips .wrapper .BussinessStep .Step span {
  display: block;
  width: 100%;
  height: 204px;
}

.free-container .FreeBussinessTips .wrapper .BussinessStep .Step span img {
  object-fit: contain;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.free-container
  .FreeBussinessTips
  .wrapper
  .BussinessStep
  .Step
  .firstStepText {
  display: block;
  margin-top: 50px;
}

.free-container
  .FreeBussinessTips
  .wrapper
  .BussinessStep
  .Step
  .firstStepText
  h2 {
  font-size: 18px;
  color: #767676;
  font-weight: 500;
}

.free-container
  .FreeBussinessTips
  .wrapper
  .BussinessStep
  .Step
  .firstStepText
  h3 {
  font-size: 22px;
  margin-top: 8px;
  color: #111;
  font-weight: 500;
}

.free-container
  .FreeBussinessTips
  .wrapper
  .BussinessStep
  .Step
  .firstStepText
  p {
  font-size: 20px;
  margin: 15px 0 0;
  color: #111;
  font-weight: 400;
}

.free-container .ConnectCustomer {
  margin-top: 70px;
  padding-bottom: 45px;
  display: block;
  width: 100%;
  position: relative;
}

.free-container .ConnectCustomer .wrapper {
  margin: 0 auto;
  max-width: 1200px;
}

.free-container .ConnectCustomer .wrapper .title h2 {
  font-size: 30px;
  color: #1a1b1d;
  font-weight: 600;
}

.free-container .ConnectCustomer .wrapper .ConnectionContent {
  margin-top: 30px;
  background-color: #fffcfa;
  border-radius: 37px;
  padding: 45px 60px 20px;
  justify-content: space-between;
  display: flex;
}

.free-container .ConnectCustomer .wrapper .ConnectionContent .connectionImage {
  display: block;
  width: 45%;
}

.free-container
  .ConnectCustomer
  .wrapper
  .ConnectionContent
  .connectionImage
  img {
  width: 100%;
}

.free-container .ConnectCustomer .wrapper .ConnectionContent .ConnectionText {
  width: 45%;
  display: block;
}

.free-container
  .ConnectCustomer
  .wrapper
  .ConnectionContent
  .ConnectionText
  h2 {
  color: #333;
  font-size: 22px;
  font-weight: 600;
}

.free-container .ConnectCustomer .wrapper .ConnectionContent .ConnectionText p {
  font-size: 20px;
  margin: 30px 0;
  color: #111;
  font-weight: 400;
}

.free-container
  .ConnectCustomer
  .wrapper
  .ConnectionContent
  .ConnectionText
  ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.free-container
  .ConnectCustomer
  .wrapper
  .ConnectionContent
  .ConnectionText
  ul
  li {
  font-size: 20px;
  color: #111;
  display: flex;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 15px;
  align-items: flex-start;
  gap: 8px;
}

.free-container .ConnectCustomer .wrapper .ConnectionContent .ConnectionText b {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-top: 30px;
}

.free-container
  .ConnectCustomer
  .wrapper
  .ConnectionContent
  .ConnectionText
  .startedButton
  a {
  border: solid 1px #0678b1;
  padding: 10px;
  text-align: center;
  background: #fff;
  font-size: 18px;
  margin-top: 18px;
  display: inline-block;
  max-width: 400px;
  width: 400px;
  border-radius: 4px;
}

.free-container
  .ConnectCustomer
  .wrapper
  .ConnectionContent
  .ConnectionText
  .policy {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.free-container
  .ConnectCustomer
  .wrapper
  .ConnectionContent
  .ConnectionText
  .policy
  h2 {
  font-size: 11px;
  color: #6f6f6f;
  margin-top: 25px;
  font-weight: 400;
}

.free-container
  .ConnectCustomer
  .wrapper
  .ConnectionContent
  .ConnectionText
  .policy
  a {
  text-decoration: none;
  margin-top: 27px;
  font-weight: 400;
  font-size: 11px;
  color: #6f6f6f;
  border-bottom: 1px solid #dedede;
  transition: 0.6s;
}

.free-container
  .ConnectCustomer
  .wrapper
  .ConnectionContent
  .ConnectionText
  .policy
  a:hover {
  color: #0076d7;
  border-color: #0076d7;
}

.free-container .Profile {
  display: block;
  padding: 20px 0;
  width: 1200px;
  margin: auto;
  padding-bottom: 30px;
}

.free-container .Profile h2 {
  font-size: 30px;
  color: #1a1b1d;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.free-container .Profile ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 5px 0;
}

.free-container .Profile ul li {
  margin-top: 10px;
  font-size: 16px;
  color: #1a1b1d;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.free-container .bussiness {
  display: block;
  padding: 20px 0;
  width: 1200px;
  margin: auto;
  padding-bottom: 30px;
}

.free-container .bussiness h2 {
  font-size: 30px;
  color: #1a1b1d;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.free-container .bussiness p {
  font-size: 16px;
  color: #1a1b1d;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.free-container .bussiness ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 5px 0;
}

.free-container .bussiness ul li {
  margin-top: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 25px;
  gap: 4px;
  padding-bottom: 20px;
}

.free-container .bussiness ul li h2 {
  font-size: 16px;
  color: #444;
  font-weight: 400;
  margin: 10px 0;
}

.free-container .Question {
  display: block;
  padding-top: 35px;
  padding-bottom: 35px;
}

.free-container .Question .wrapper {
  width: 1200px;
  margin: auto;
}

.free-container .Question .wrapper .title {
  display: block;
  margin-bottom: 40px;
}

.free-container .Question .wrapper .title h2 {
  font-size: 30px;
  color: #1a1b1d;
  font-weight: 600;
}

.free-container .Question .wrapper .QuestionContent {
  display: block;
}

.free-container .Question .wrapper .QuestionContent .OuestionNumber {
  background-color: #fff;
  border: 1px solid #0076d7;
  border-radius: 16px;
  margin-bottom: 25px;
  padding: 15px;
}

.free-container .Question .wrapper .QuestionContent .OuestionNumber h2 {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.free-container .Question .wrapper .QuestionContent .OuestionNumber h2::after {
  transition: all 0.2s linear;
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("//akam.cdn.jdmagicbox.com/images/icontent/listingbusiness/dropdown.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex: 0 0 48px;
}

.free-container
  .Question
  .wrapper
  .QuestionContent
  .OuestionNumber
  h2.active::after {
  transform: rotate(180deg);
}

.free-container
  .Question
  .wrapper
  .QuestionContent
  .OuestionNumber
  .QuestionText {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  width: 95%;
}

.free-container
  .Question
  .wrapper
  .QuestionContent
  .OuestionNumber
  .QuestionText.open {
  max-height: 3000px;
}

.free-container
  .Question
  .wrapper
  .QuestionContent
  .OuestionNumber
  .QuestionText
  p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}

.free-container
  .Question
  .wrapper
  .QuestionContent
  .OuestionNumber
  .QuestionText
  ul {
  list-style: disc;
  margin: 0;
  padding: 0 20px;
}

.free-container
  .Question
  .wrapper
  .QuestionContent
  .OuestionNumber
  .QuestionText
  ul
  li {
  font-size: 20px;
  margin-bottom: 5px;
  color: #333;
  font-weight: 400;
}

.free-container .Question .wrapper .button {
  width: 100%;
  text-align: center;
}

.free-container .Question .wrapper .button button {
  min-width: 279px;
  max-width: 279px;
  height: 55px;
  font-size: 20px;
  border-radius: 10px;
  background-color: #0076d7;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #0076d7;
  transition: 0.6s;
  cursor: pointer;
}

.free-container .Question .wrapper .button button:hover {
  color: #0076d7;
  background: none;
}

.free-container .BussinessProfile {
  background-color: #fffcfa;
  padding-bottom: 48px;
  width: 100%;
  position: relative;
}

.free-container .BussinessProfile .wrapper {
  width: 1200px;
  margin: auto;
}

.free-container .BussinessProfile .wrapper .title {
  display: block;
}

.free-container .BussinessProfile .wrapper .title h2 {
  font-size: 30px;
  padding: 35px 0;
  color: #1a1b1d;
  font-weight: 600;
}

.free-container .BussinessProfile .wrapper .ProfileContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.free-container .BussinessProfile .wrapper .ProfileContent .ProfileDetail {
  width: 31%;
  display: block;
  background: #fff3f7;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.free-container
  .BussinessProfile
  .wrapper
  .ProfileContent
  .ProfileDetail:nth-child(2) {
  background: #def7ff;
}

.free-container
  .BussinessProfile
  .wrapper
  .ProfileContent
  .ProfileDetail:nth-child(3) {
  background: #eff1fb;
}

.free-container .BussinessProfile .wrapper .ProfileContent .ProfileDetail span {
  width: 100%;
  height: 231px;
  display: block;
}

.free-container
  .BussinessProfile
  .wrapper
  .ProfileContent
  .ProfileDetail
  span
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.free-container .BussinessProfile .wrapper .ProfileContent .ProfileDetail h2 {
  padding: 35px 30px 20px;
  background-color: #fff;
  display: flex;
  font-weight: 500;
  flex-direction: column;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 23px;
  overflow: hidden;
}

.free-container
  .BussinessProfile
  .wrapper
  .ProfileContent
  .ProfileDetail
  h2
  strong {
  padding: 40px 0;
  display: flex;
  font-size: 16px;
  color: #0076d7;
  font-weight: 400;
  align-items: center;
  gap: 20px;
}

.free-container
  .BussinessProfile
  .wrapper
  .ProfileContent
  .ProfileDetail
  h2
  strong
  i {
  font-size: 18px;
}

.free-container .BussinessList {
  display: block;
  margin-top: 40px;
}

.free-container .BussinessList .wrapper {
  background-image: linear-gradient(79deg, #eaf7ff 5%, #f6fbff 122%);
  padding: 40px 50px 40px;
  margin-top: 40px;
  border: 1px solid #cad8e1;
  border-radius: 10px;
  text-align: center;
}

.free-container .BussinessList .wrapper .title {
  display: block;
}

.free-container .BussinessList .wrapper .title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #1a1b1d;
  margin-bottom: 10px;
}

.free-container .BussinessList .wrapper .title p {
  font-size: 20px;
  color: #1a1b1d;
}

.free-container .BussinessList .wrapper .startedButton a {
  border: solid 1px #0678b1;
  padding: 10px;
  text-align: center;
  background: #fff;
  font-size: 18px;
  margin-top: 18px;
  display: inline-block;
  max-width: 400px;
  width: 400px;
  border-radius: 4px;
}

.free-container .BussinessList .wrapper .policy {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.free-container .BussinessList .wrapper .policy h2 {
  font-size: 11px;
  color: #6f6f6f;
  margin-top: 25px;
  font-weight: 400;
  margin-bottom: 0;
}

.free-container .BussinessList .wrapper .policy a {
  text-decoration: none;
  margin-top: 27px;
  font-weight: 400;
  font-size: 11px;
  color: #6f6f6f;
  border-bottom: 1px solid #dedede;
  transition: 0.6s;
}

.free-container .BussinessList .wrapper .policy a:hover {
  color: #0076d7;
  border-color: #0076d7;
}

.free-container .BusinessFullDetail {
  margin-top: 80px;
  display: block;
}

.free-container .BusinessFullDetail .wrapper {
  width: 1200px;
  margin: auto;
}

.free-container .BusinessFullDetail .wrapper .Detaillisting {
  display: block;
  margin-bottom: 30px;
}

.free-container .BusinessFullDetail .wrapper .Detaillisting h2 {
  font-size: 15px;
  color: #111;
  margin-bottom: 15px;
  font-weight: 500;
}

.free-container .BusinessFullDetail .wrapper .Detaillisting p {
  line-height: 25px;
  font-size: 12px;
  color: #555;
  font-weight: 400;
}

.free-container .BusinessFullDetail .wrapper .ListingReason,
.free-container .BusinessFullDetail .wrapper .BussinessListingStep,
.free-container .BusinessFullDetail .wrapper .BusinessProfit,
.free-container .BusinessFullDetail .wrapper .BussinessTips {
  display: block;
  margin-bottom: 30px;
}

.free-container .BusinessFullDetail .wrapper .ListingReason h2,
.free-container .BusinessFullDetail .wrapper .BussinessListingStep h2,
.free-container .BusinessFullDetail .wrapper .BusinessProfit h2,
.free-container .BusinessFullDetail .wrapper .BussinessTips h2 {
  font-size: 15px;
  color: #111;
  margin-bottom: 15px;
  font-weight: 500;
}

.free-container .BusinessFullDetail .wrapper .ListingReason ul,
.free-container .BusinessFullDetail .wrapper .BussinessListingStep ul,
.free-container .BusinessFullDetail .wrapper .BusinessProfit ul,
.free-container .BusinessFullDetail .wrapper .BussinessTips ul {
  list-style: disc;
  margin: 0;
  padding: 0 15px;
}

.free-container .BusinessFullDetail .wrapper .ListingReason ul li,
.free-container .BusinessFullDetail .wrapper .BussinessListingStep ul li,
.free-container .BusinessFullDetail .wrapper .BusinessProfit ul li,
.free-container .BusinessFullDetail .wrapper .BussinessTips ul li {
  margin-bottom: 16px;
  font-size: 12px;
  color: #555;
  font-weight: 400;
}

.free-container .BusinessFullDetail .wrapper .BussinessListingStep ul li a,
.free-container .BusinessFullDetail .wrapper .BusinessProfit ul li a,
.free-container .BusinessFullDetail .wrapper .BussinessTips ul li a {
  color: #0076d7;
  text-decoration: none;
}

.free-container .BusinessFullDetail .wrapper .BussinessTips h3 {
  font-size: 12px;
  color: #111;
  margin-bottom: 15px;
  font-weight: 500;
}

@keyframes animate {
  0% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-2px);
  }
}

@media only screen and (max-width: 768px) and (min-width: 360px) {
  .free-container {
    display: block;
  }

  .free-container .wrapper {
    width: 100%;
    padding: 0 10px;
  }

  .free-container .ListContent {
    flex-wrap: wrap;
  }

  .free-container .LeftAside {
    width: 100%;
  }

  .free-container .LeftAside h1 {
    font-size: 25px;
  }

  .free-container .LeftAside span {
    font-size: 16px;
  }

  .free-container .LeftAside p {
    width: 100%;
  }

  .free-container .LeftAside .startedButton a {
    max-width: 100%;
    min-width: 100%;
  }

  .free-container .LeftAside .policy {
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: baseline;
    width: 100%;
  }

  .free-container .LeftAside .policy a {
    margin-top: 0;
  }

  .free-container .rightAside {
    position: relative;
    flex-basis: 100%;
    width: 100%;
    right: 0;
    margin-top: 80px;
  }

  .free-container .rightAside .fullListItem {
    bottom: 47px;
    width: 40%;
    left: 0;
    gap: 5px;
    display: none;
  }

  .free-container .rightAside .fullListItem .rightList {
    padding: 5px 10px;
    gap: 8px;
  }

  .free-container .rightAside .fullListItem .RightListImage {
    width: 20px;
    height: 20px;
  }

  .free-container .rightAside .fullListItem .rightListText b {
    font-size: 11px;
  }

  .free-container .rightAside .fullListItem .rightListText span {
    font-size: 8px;
  }

  .free-container .rightAside .rightImage {
    height: auto;
    position: relative;
    width: 100%;
  }

  .free-container .successStory .wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

  .free-container .successStory .story {
    width: 100%;
    margin-bottom: 25px;
  }

  .free-container .StoryListItem {
    width: 100%;
    flex-wrap: wrap;
  }

  .free-container .StoryListItem .storyList {
    width: 100%;
    margin-bottom: 25px;
  }

  .free-container .FreeBussinessTips .wrapper {
    width: 100%;
  }

  .free-container .FreeBussinessTips .BussinessStep {
    flex-wrap: wrap;
  }

  .free-container .FreeBussinessTips .Step {
    width: 100%;
    margin-bottom: 25px;
  }

  .free-container .FreeBussinessTips .Step::after {
    display: none;
  }

  .free-container .ConnectCustomer .wrapper {
    width: 100%;
  }

  .free-container .ConnectCustomer .ConnectionContent {
    flex-wrap: wrap;
    padding: 20px 10px 10px;
    padding-bottom: 30px;
  }

  .free-container .ConnectCustomer .connectionImage,
  .free-container .ConnectCustomer .ConnectionText {
    width: 100%;
  }

  .free-container .ConnectCustomer .ConnectionText {
    margin-top: 20px;
  }

  .free-container .ConnectCustomer form {
    width: 100%;
  }

  .free-container .ConnectCustomer .formbox {
    width: 100%;
    height: 60px;
    max-width: 100%;
  }

  .free-container .ConnectCustomer .formCountry .countryImage {
    width: 25px;
  }

  .free-container .ConnectCustomer .formCountry .NumberCode {
    font-size: 15px;
  }

  .free-container .ConnectCustomer label {
    font-size: 15px;
    left: 74px;
    top: 16px;
  }

  .free-container .ConnectCustomer button {
    height: 45px;
    font-size: 15px;
    flex: 0 0 108px;
  }

  .free-container .ConnectCustomer .policy {
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: baseline;
    width: 100%;
  }

  .free-container .ConnectCustomer .policy a {
    margin-top: 0;
  }

  .free-container .Profile,
  .free-container .bussiness {
    width: 100%;
    padding: 0 10px;
  }

  .free-container .BusssinessAds .wrapper {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px 10px 10px;
  }

  .free-container .BusssinessAds .BussinessImage,
  .free-container .BusssinessAds .BusinessesContent {
    width: 100%;
  }

  .free-container .BusssinessAds .BusinessesContent a {
    width: 100%;
    max-width: 100%;
  }

  .free-container .Question .wrapper,
  .free-container .BussinessProfile .wrapper,
  .free-container .BussinessList .wrapper,
  .free-container .BusinessFullDetail .wrapper {
    width: 100%;
  }

  .free-container .BussinessProfile .title {
    text-align: center;
  }

  .free-container .BussinessProfile .title h2 {
    font-size: 28px;
  }

  .free-container .BussinessProfile .ProfileContent {
    flex-wrap: wrap;
  }

  .free-container .BussinessProfile .ProfileDetail {
    width: 100%;
    margin-bottom: 30px;
  }

  .free-container .BussinessProfile .ProfileDetail h2 {
    display: flex;
    -webkit-line-clamp: 0;
    -webkit-box-orient: none;
    overflow: visible;
  }

  .free-container .BussinessList {
    padding: 0 10px;
  }

  .free-container .BussinessList .wrapper {
    padding: 30px 10px 10px;
  }

  .free-container .BussinessList .startedButton a {
    max-width: 100%;
    min-width: 100%;
  }

  .free-container .BussinessList .policy {
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: baseline;
    width: 100%;
  }

  .free-container .BussinessList .policy a {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1299px) and (min-width: 769px) {
  .free-container {
    display: block;
  }

  .free-container .wrapper {
    width: 100%;
    padding: 0 10px;
  }

  .free-container .ListContent {
    flex-wrap: wrap;
    align-items: center;
  }

  .free-container .LeftAside {
    width: 50%;
  }

  .free-container .LeftAside h1 {
    font-size: 25px;
  }

  .free-container .LeftAside span {
    font-size: 16px;
  }

  .free-container .LeftAside form {
    width: 100%;
  }

  .free-container .LeftAside .formbox {
    height: 60px;
    width: 100%;
    max-width: 100%;
  }

  .free-container .LeftAside .formCountry .countryImage {
    width: 25px;
  }

  .free-container .LeftAside .formCountry .NumberCode {
    font-size: 15px;
  }

  .free-container .LeftAside label {
    font-size: 15px;
    left: 74px;
    top: 16px;
  }

  .free-container .LeftAside button {
    height: 45px;
    font-size: 15px;
    flex: 0 0 108px;
  }

  .free-container .LeftAside .policy {
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: baseline;
    width: 100%;
  }

  .free-container .LeftAside .policy a {
    margin-top: 0;
  }

  .free-container .rightAside {
    position: absolute;
    right: 0;
  }

  .free-container .rightAside .fullListItem {
    bottom: 47px;
    width: 40%;
    left: 0;
    gap: 5px;
  }

  .free-container .rightAside .rightList {
    padding: 5px 10px;
    gap: 8px;
  }

  .free-container .rightAside .RightListImage {
    width: 20px;
    height: 20px;
  }

  .free-container .rightAside .rightListText b {
    font-size: 11px;
  }

  .free-container .rightAside .rightListText span {
    font-size: 8px;
  }

  .free-container .rightAside .rightImage {
    position: relative;
    max-width: 642px;
    width: 410px;
    height: auto;
  }

  .free-container .successStory .wrapper {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    gap: 50px;
  }

  .free-container .successStory .story {
    width: 50%;
  }

  .free-container .StoryListItem {
    width: 160%;
    gap: 20px;
  }

  .free-container .StoryListItem .storyList {
    max-width: 350px;
    min-width: 350px;
  }

  .free-container .StoryListItem .storyList .CompanyText {
    overflow: hidden;
  }

  .free-container .FreeBussinessTips .wrapper {
    width: 100%;
  }

  .free-container .FreeBussinessTips .BussinessStep {
    flex-wrap: wrap;
  }

  .free-container .FreeBussinessTips .Step {
    width: 28%;
  }

  .free-container .FreeBussinessTips .Step .firstStepText {
    margin-top: 20px;
    text-align: center;
  }

  .free-container .FreeBussinessTips .Step .firstStepText h3 {
    font-size: 18px;
  }

  .free-container .FreeBussinessTips .Step .firstStepText p {
    font-size: 16px;
  }

  .free-container .ConnectCustomer .wrapper {
    width: 100%;
  }

  .free-container .ConnectCustomer .ConnectionContent {
    padding: 20px 10px 10px;
    padding-bottom: 30px;
    align-items: center;
  }

  .free-container .ConnectCustomer .ConnectionText h2 {
    font-size: 20px;
  }

  .free-container .ConnectCustomer .ConnectionText p {
    font-size: 16px;
    margin: 10px 0;
  }

  .free-container .ConnectCustomer .ConnectionText ul li {
    font-size: 16px;
  }

  .free-container .ConnectCustomer .ConnectionText b {
    font-size: 20px;
    margin-top: 10px;
  }

  .free-container .ConnectCustomer form {
    width: 100%;
  }

  .free-container .ConnectCustomer .formbox {
    height: 60px;
    width: 100%;
    max-width: 100%;
  }

  .free-container .ConnectCustomer .formCountry .countryImage {
    width: 25px;
  }

  .free-container .ConnectCustomer .formCountry .NumberCode {
    font-size: 15px;
  }

  .free-container .ConnectCustomer label {
    font-size: 15px;
    left: 74px;
    top: 16px;
  }

  .free-container .ConnectCustomer button {
    height: 45px;
    font-size: 15px;
    flex: 0 0 108px;
  }

  .free-container .ConnectCustomer .policy {
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: baseline;
    width: 100%;
  }

  .free-container .ConnectCustomer .policy a {
    margin-top: 0;
  }

  .free-container .BusssinessAds .wrapper {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px 10px 10px;
    align-items: center;
  }

  .free-container .BusssinessAds .BusinessesContent h2 {
    font-size: 20px;
  }

  .free-container .BusssinessAds .BusinessesContent p {
    font-size: 16px;
    margin: 10px 0;
  }

  .free-container .BusssinessAds .BusinessesContent ul li {
    font-size: 16px;
  }

  .free-container .Question .wrapper,
  .free-container .BussinessProfile .wrapper,
  .free-container .BussinessList .wrapper,
  .free-container .BusinessFullDetail .wrapper {
    width: 100%;
  }

  .free-container .BussinessProfile .title {
    text-align: center;
  }

  .free-container .BussinessProfile .title h2 {
    font-size: 28px;
  }

  .free-container .BussinessProfile .ProfileContent {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .free-container .BussinessProfile .ProfileDetail h2 {
    display: flex;
    padding: 10px;
    -webkit-line-clamp: 0;
    -webkit-box-orient: none;
    overflow: visible;
  }

  .free-container .BussinessList {
    padding: 0 10px;
  }

  .free-container .BussinessList form {
    width: 100%;
  }

  .free-container .BussinessList .formbox {
    height: 60px;
    width: 100%;
    max-width: 100%;
  }

  .free-container .BussinessList .formCountry .countryImage {
    width: 25px;
  }

  .free-container .BussinessList .formCountry .NumberCode {
    font-size: 15px;
  }

  .free-container .BussinessList label {
    font-size: 15px;
    left: 74px;
    top: 16px;
  }

  .free-container .BussinessList button {
    height: 45px;
    font-size: 15px;
    flex: 0 0 108px;
  }

  .free-container .BussinessList .policy {
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: baseline;
    width: 100%;
  }

  .free-container .BussinessList .policy a {
    margin-top: 0;
  }
}
