
.model-2 h4 {
  margin: 0 0 25px 0;
  text-align: left;
}
.model-2 a, .model-2 span {
  color: black;
  font-weight: 400;
  line-height: 1.8;
}
.model-2 a,
.model-2 span {
  color: #F67100;
}
.model-2 a {
  text-decoration: underline;
}
.model-2 .bothSides {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.model-2 .bothSides .bothSides-left > p{
  margin-bottom: 20px;
}
.model-2 .bothSides .bothSides-left {
  width: 47.5%;
}
.model-2 .bothSides .bothSides-right {
  width: 47.5%;
}
.model-2 .bothSides .bothSides-right img {
  width: 100%;
  border-radius: 25px;
  border: 2px solid #48D597;
}
.model-2 .model-2-1 .model-2-1-right img {
  width: 100%;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  border: 2px solid #48D597;
  border-bottom: none;
}
.model-2 .model-2-1 .model-2-1-right .white-contents {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 50px 30px;
  background: white;
  box-shadow: 3px 4px 35px rgba(0, 0, 0, 0.2);
}
.model-2 .model-2-1 .model-2-1-right .white-contents .white-contents-content {
  font-style: italic;
  color: #1e527e;
}
.model-2 .model-2-1 .model-2-1-right .white-contents .white-contents-content span {
  color: #1e527e;
  font-style: italic;
}
.model-2 .model-2-1 .model-2-1-right .white-contents .model-2-Signature {
  display: block;
  width: 100%;
  text-align: right;
  color: #FF7500;
  margin-top: 20px;
  font-size: 1.25rem;
}
.model-2 .model-2-1 .model-2-1-right .white-contents .model-2-Signature span {
  font-size: 1.125rem;
  color: #FF7500;
}
.model-2 .big-button {
  display: flex;
  justify-content: center;
  margin: 50px auto;
  width: 75%;
}
.model-2 .big-button img {
  width: 100%;
}
.model-2 .model-2-2 .model-2-2-left .model-2-2-white-contents {
  border-radius: 25px;
  padding: 50px 30px;
  background: white;
  box-shadow: 3px 4px 35px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}
.model-2 .model-2-2 .model-2-2-left .model-2-2-white-contents .model-2-main-content {
  color: #1e527e;
  font-style: italic;
}
.model-2 .model-2-2 .model-2-2-left .model-2-2-white-contents .model-2-main-content span {
  color: #1e527e;
  font-style: italic;
}
.model-2 .model-2-2 .model-2-2-left .model-2-2-white-contents .model-2-Signature {
  display: block;
  width: 100%;
  text-align: right;
  color: #FF7500;
  margin-top: 20px;
  font-size: 1.25rem;
}
.model-2 .model-2-2 .model-2-2-left .model-2-2-white-contents .model-2-Signature span {
  font-size: 1.125rem;
  color: #FF7500;
}
.model-2 .model-2-2 .model-2-2-right .instructions-video {
  position: relative;
  border-radius: 25px;
  border: 2px solid #48D597;
  overflow: hidden;
}
.model-2 .model-2-2 .model-2-2-right .instructions-video .vjs-tech {
  width: 100%;
  display: block;
}
.model-2 .model-2-2 .model-2-2-right .instructions-video .video-start {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model-2 .model-2-2 .model-2-2-right .instructions-video .video-start img {
  width: 20%;
}
.model-2 .model-2-3 {
  margin-top: 100px;
}
.model-2 .model-2-3 .model-2-3-left img {
  width: 100%;
  border-radius: 25px;
  border: 2px solid #48D597;
}
.model-2 .model-2-3 .model-2-3-right ul {
  border-bottom: 2px solid #d7d7d7;
}
.model-2 .model-2-3 .model-2-3-right ul li {
  display: flex;
  align-items: center;
  border-top: 2px solid #d7d7d7;
  padding: 21.5px 12px;
}
.model-2 .model-2-3 .model-2-3-right ul li img {
  border: 1px solid #004986;
  border-radius: 100%;
  padding: 8px;
  width: 40px;
}
.model-2 .model-2-3 .model-2-3-right ul li p {
  color: #004986;
  padding-left: 15px;
}
.model-2 .model-2-3 .model-2-3-right ul li p span {
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .model-2 .bothSides {
    display: block;
  }
  .model-2 .bothSides .bothSides-left {
    width: 100%;
  }
  .model-2 .bothSides .bothSides-right {
    width: 100%;
  }
  .model-2 .model-2-2{
    display: flex;
    flex-flow: column-reverse;
  }
  .model-2 .model-2-2 .model-2-2-left{
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .model-2 .model-2-1 .model-2-1-right .white-contents ,.model-2 .model-2-2 .model-2-2-left .model-2-2-white-contents{
    padding: 30px;
  }
  .model-2 .big-button{
    width: 100%;
  }
  .model-2 .model-2-3 {
    margin-top: 50px;
  }
}