.img1 {
  width: 10%;
  height: 48%;
  float: left;
  padding-bottom: 15px;
}

.img2 {
  width: 10%;
  height: 48%;
  float: right;
  padding-bottom: 15px;
}

.block {
  height: 50px;
  width: 100%;
  height: 48%;
  float: left;
  padding-bottom: 15px;
}

.box {
  border: 3px solid black;
  height: 720px;
  background-color: pink;
}

.img3 {
  width: 65%;
  height: 200px;
  border: 2px solid purple;
  margin-top: 7%
}

.img4 {
  width: 53%;
  height: 200px;
  border: 2px solid purple;
  margin-left: 29%;
}

.box1 {
  width: 60%;
  height: 300px;
  float: left;
  /* text-align: center; */
  margin-left: 18%;
}

.box2 {
  width: 60%;
  height: 300px;
  float: left;
  margin-left: 18%;
}

img {
  width: 46%;
  height: 48%;
}

.sub {
  width: 40%;
  height: 100%;
  box-sizing: border-box;
  float: left;
}

.sub2 {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  float: right;
}

.sub3 {
  width: 50%;
  height: 100%;
  border: 2px solid purple;
  box-sizing: border-box;
  float: left;
}

.text1 {
  text-align: left;
  color: white;
  margin-top: 5%;
  font-size: 20px;
  overflow: auto;
}

.text2 {
  text-align: left;
  margin-right: 50%;
  color: white;
  font-size: 20px;
  margin-top: 5%;
  overflow: auto;
}

.fig1 {
  padding-right:11em
  color: white;
}

.fig2 {
  color: white;
  text-align: center;
}

table {
  width: 450px;
}

.phone {
  width: 70px;
}

.l {
  position: relative;
  top: -32px;
  left: 30px;
}

.p3 {
  display: inline;
  font-size: 20px;
}
