* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: #d2d1d1de;
}

.title {
  margin: 25px 0 20px;
  text-align: center;
}

.title h1 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 45px;
  padding: 15px 0;
}

.title p {
  font-size: 20px;
  font-weight: lighter;
}

.title p span {
  background-color: black;
  color: white;
  padding: 5px 7px;
  margin: 0 10px;
}

.box {
  width: 100%;
  display: flex;
  padding: 20px;
}

.box .left {
  width: 70%;
}

.box .left .box-1 {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 30px;
}

.box .left .box-1 .img img {
  width: 100%;
}

.box .left .box-1 .info {
  width: 100%;
  background-color: white;
  padding: 0 25px 0 15px;
}
.box .left .box-1 .info h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  padding: 20px 0px 5px;
}

.box .left .box-1 .info h6 {
  font-weight: 400;
  padding: 7px 0 25px 0;
  font-size: 18px;
  width: 90%;
  line-height: 25px;
  line-break: auto;
}

.box .left .box-1 .info p {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 25px;
  opacity: 0.9;
}

.box .left .box-1 .info .btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-bottom: 20px;
}

.box .left .box-1 .info .btn button {
  padding: 12px 16px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgb(180, 176, 176);
  font-weight: 550;
}
.box .left .box-1 .info .btn button i {
  font-size: 12px;
  margin-left: 5px;
}
.box .left .box-1 .info .btn button:hover {
  background-color: rgb(180, 176, 176);
}
.box .left .box-1 .info .btn p {
  width: auto;
  font-size: 18px;
  line-height: 0;
  padding-bottom: 0;
  padding-right: 5px;
  opacity: 1;
  font-weight: bold;
}

.box .left .box-1 .info .btn p span {
  background-color: black;
  color: white;
  padding: 5px 10px;
  font-size: 15px;
  margin-left: 5px;
}

.box .right {
  width: 30%;
  margin-left: 15px;
}

.box .right .side-bar {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 40px;
}

.box .right .side-bar .model-img img {
  width: 100%;
}

.box .right .side-bar .data {
  background-color: white;
  padding: 0 20px 0 15px;
}

.box .right .side-bar .data h3 {
  font-size: 25px;
  padding: 10px 0;
}

.box .right .side-bar .data p {
  font-size: 17px;
  padding-bottom: 15px;
  width: 100%;
  line-height: 25px;
  opacity: 0.9;
}

.box .right .post {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 40px;
}

.box .right .post h4 {
  font-size: 25px;
  padding: 15px 10px;
  background-color: #d2d1d1de;
}

.box .right .post .col {
  display: flex;
  align-items: center;
  background-color: white;
  border-bottom: 1px solid rgb(180, 176, 176);
}
.box .right .post .col:hover {
  background-color: rgb(180, 176, 176);
}

.box .right .post .col img {
  width: 20%;
  padding: 10px;
}

.box .right .post .col h6 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 2px;
}
.box .right .post .col p {
  font-size: 14px;
  opacity: 0.9;
}

.box .right .tags {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box .right .tags h4 {
  font-size: 25px;
  padding: 15px 10px;
  background-color: #d2d1d1de;
}

.box .right .tags .state {
  background-color: white;
  padding: 15px 10px 20px 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.box .right .tags .state span {
  font-size: 14px;
  background-color: rgb(180, 176, 176);
  line-height: 20px;
  padding: 3px 5px;
  opacity: 0.7;
  margin: 5px;
}

.footer {
  width: 100%;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.461);
}
.footer button {
  margin: 30px 5px 20px;
  padding: 9px 16px;
  background-color: black;
  color: white;
  border: none;
  font-size: 15px;
  cursor: pointer;
}

.footer p {
  margin-left: 20px;
  color: white;
  font-size: 16px;
}
.footer p a {
  color: white;
}

@media screen and (max-width: 990px) {
  .box {
    display: block;
  }

  .box .left {
    width: 100%;
  }
  .box .right {
    width: 100%;
    margin: 0;
  }
}
