.s1_right {
  width: 50%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  float: right;
  text-align: justify;
  margin-bottom: 20vh;
  font-weight: 400;
  font-size: 4vh;
  color: black;
}
.s1_left {
  width: 50%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  float: left;
  text-align: justify;
  margin-bottom: 20vh;
  font-size: 4vh;
  color: white;
  text-shadow: black 0.2em 0.2em 0.4em;
}
.s1_left img {
  width: auto;
  height: 30vh;
  border-radius: 25% 25% 25% 25%;
}
.ms1 {
  height: 80%;
  width: 80%;
  margin: auto;
  margin-top: 20vh;
  padding: 5vh;
  border-radius: 15px 15px 15px 15px;
  background: url("../img/bg1.webp") center top;
  background-size: cover;
  opacity: 1;
  }
.ms2 {
  height: 80%;
  width: 80%;
  margin: auto;
  margin-top: 20vh;
  padding: 5vh;
  border-radius: 15px 15px 15px 15px;
  background: url("../img/bg2.webp") center top;
  background-size: cover;
  opacity: 1;
}
.s1{
}
.s2{
}
.s3{
  display: none;
}

.sc1_right {
  color: white;
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  float: right;
  margin-top: 15vh;
}
.sc1_middle {
  color: white;
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15vh;
  float: left;
}
.sc1_left {
  color: white;
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  float: left;
  text-align: justify;
  margin-top: 15vh;
}

@media only screen and (max-width: 1170px) {
  .s1_left {
    display: none;
  }
  .sc1_right {
    width: 100%;
  }
  .sc1_left {
    width: 100%;
  }
  .sc1_middle {
    width: 100%;
  }
  .s1_right {
    align-items: center;
    width: 90%;
    height: 50%;
    margin-top: 20vh;
    margin-bottom: 30vh;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 3vh;
    text-align: center;
  }
}
