@charset "utf-8";

section {
  margin: 166px 0 120px;
  padding: 0 60px;
}
section h1 {
  margin: 50px 0 20px;
  color: #ec6e9a;
  font-size: 26px;
  font-weight: 100;
  text-align: center;
}
section hr {
  margin: 3px auto 0;
  border-top: 2px solid #135dac;
}
.franchise_investing_icon_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 900px;
  margin: 20px auto 0;
}
.franchise_investing_icon_wrapper div {
  width: 180px;
  margin: 0 20px;
}
.franchise_investing_icon_wrapper img {
  width: 100%;
  margin-top: 40px;
}
.franchise_investing_icon_wrapper p {
  width: 100%;
  margin-top: 15px;
  color: #656565;
  font-size: 20px;
  text-align: center;
}
.franchise_icons_wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 0;
}
.franchise_icons {
  display: flex;
  justify-content: space-around;
}
.franchise_icons div {
  width: 50%;
}
.franchise_icons div:nth-child(even) {
  margin-top: 100px;
}
.franchise_icons img {
  width: 180px;
  margin: 0 auto;
}
.franchise_icons p {
  width: 100%;
  margin-top: 15px;
  color: #656565;
  font-size: 20px;
  text-align: center;
}
.franchise_footer_btns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 120px auto 0;
}
.franchise_footer_btns a {
  width: 240px;
  padding: 10px 0;
  margin-right: 20px;
  background: #ea6d99;
  border: 2px solid #d3698d;
  border-radius: 8px;
  color: white;
  text-shadow: 0px 1px 0 #0a5cab;
  text-align: center;
  letter-spacing: 0.05em;
}
.franchise_footer_btns a:last-child {
  margin-right: 0;
}
.franchise_footer_btns a:hover {
  opacity: 0.7;
}

@media all and (max-width: 980px) {
  section {
    margin: 0 0 120px;
  }
  section h1 {
    margin: 40px 0 20px;
  }
  .franchise_investing_icon_wrapper {
    margin-top: 0;
  }
  .franchise_footer_btns {
    display: block;
    width: 100%;
  }
  .franchise_footer_btns a {
    width: 80%;
    margin: 30px auto 0;
  }
  .franchise_footer_btns a:last-child {
    margin: 20px auto 0;
  }
}
@media all and (max-width: 680px) {
  .franchise_icons_wrapper {
    margin: 40px auto 0;
  }
  .franchise_icons {
    display: block;
    margin-top: 40px;
  }
  .franchise_icons div {
    width: 100%;
  }
  .franchise_icons div:nth-child(even) {
    margin-top: 60px;
  }
}
@media all and (max-width: 480px) {
  section {
    padding: 0 20px;
  }
}