#SBS_Top h1 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #ff8080;
}

#SBS_Top h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

#SBS_Top h3 {
  color: #ff8080;
  font-weight: 700;
  padding-bottom: 10px;
}

#SBS_Top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#SBS_Top__text {
  width: 30%;
  padding: 8% 0 0 10%;
}

#SBS_Top__img {
  width: 70%;
}

#SBS_Top__img img {
  border-radius: 250px 0 0 250px;
}

#SBS_box {
  max-width: 1200px;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
}

#SBS_box__img {
  width: 50%;
  background-image: url(../images/SBS_Brand_04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  border-radius: 25px;
}

#SBS_box__text {
  width: 50%;
  padding: 5%;
}

#SBS_box__text h1 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #ff8080;
  line-height: 1.5em;
}

#SBS_Flow {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#SBS_Flow h1 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #ff8080;
}

#SBS_Flow__text {
  width: 20%;
  padding-top: 80px;
}

#SBS_Flow__box {
  width: 80%;
}

#SBS_Flow__box1 {
  background-color: #fff;
  border-radius: 25px;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

#SBS_Flow__box1__text {
  width: 70%;
  margin-right: 5%;
}

#SBS_Flow__box1__img {
  width: 25%;
}

#SBS_Flow__box2 {
  background-color: #fff;
  border-radius: 25px;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

#SBS_Flow__box2__text {
  width: 70%;
  margin-right: 5%;
}

#SBS_Flow__box2__img {
  width: 25%;
}

#SBS_Flow__box3 {
  background-color: #fff;
  border-radius: 25px;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

#SBS_Flow__box3__text {
  width: 70%;
  margin-right: 5%;
}

#SBS_Flow__box3__img {
  width: 25%;
}

#SBS_Flow__box4 {
  background-color: #fff;
  border-radius: 25px;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

#SBS_Flow__box4__text {
  width: 70%;
  margin-right: 5%;
}

#SBS_Flow__box4__img {
  width: 25%;
}

#SBS_Brand {
  background-color: #d4dede;
  padding: 100px 0;
}

#SBS_Brand__title {
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: solid 1px #508dac;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#SBS_Brand__title h1 {
  color: #508dac;
  font-weight: 700;
  font-size: 45px;
  font-family: "altivo", sans-serif;
  padding-bottom: 20px;
}

#SBS_Brand__title h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

#SBS_Brand .SBS_Brand_right {
  max-width: 1000px;
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
}

#SBS_Brand .SBS_Brand_right__text {
  width: 45%;
}

#SBS_Brand .SBS_Brand_right__text h1 {
  font-size: 25px;
  color: #508dac;
  font-weight: 700;
  margin-bottom: 15px;
}

#SBS_Brand .SBS_Brand_right__text p {
  line-height: 2em;
}

#SBS_Brand .SBS_Brand_right__img {
  width: 50%;
  margin-left: 5%;
}

#SBS_Brand .SBS_Brand_left {
  max-width: 1000px;
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
}

#SBS_Brand .SBS_Brand_left__text {
  width: 45%;
}

#SBS_Brand .SBS_Brand_left__text h1 {
  font-size: 25px;
  color: #508dac;
  font-weight: 700;
  margin-bottom: 15px;
}

#SBS_Brand .SBS_Brand_left__text p {
  line-height: 2em;
}

#SBS_Brand .SBS_Brand_left__img {
  width: 50%;
  margin-right: 5%;
}

#SBS_Brand .SBS_Brand_btn a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 10px 0;
  background-color: #508dac;
  border-radius: 50px;
  text-align: center;
  width: 50%;
  margin-top: 20px;
}

#SBS_Connection {
  max-width: 1000px;
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

#SBS_Connection__text {
  width: 60%;
  padding: 7%;
}

#SBS_Connection__text h1 {
  font-size: 20px;
  color: #508dac;
  font-weight: 700;
  margin-bottom: 15px;
}

#SBS_Connection__img {
  width: 40%;
}