body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200vh;
  background-color: white;
}
.container {
  width: auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.right {
  width: 48%;
}
.left {
  width: 48%;
}
.left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.left img {
  display: block;
  margin: 0 auto 10px;
  margin-top: 20px;
}
.left h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.left .title {
  background-color: #00c4cc;
  color: #fff;
  padding: 10px;
  margin-left: 20px;
  border-radius: 0px 20px 20px 0px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
}

.left .info {
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}
.left .info1 {
  font-size: 16px;
  margin-right: 2 0px;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}
.right .section {
  margin-top: 20px;
  margin-bottom: 20px;
}
.right .portofolio img {
  margin-left: 50px;
   width: 220px;
   height: 150px;
}
.right .section img {
  width: 1.8em;
}
.right .title {
  background-color: #00c4cc;
  color: #fff;
  padding: 10px;
  border-radius: 20px 0px 0px 20px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.right ul {
  list-style: none;
  padding: 0;
}
.right ul li {
  font-size: 16px;
  margin-bottom: 5px;
}
.right p {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  margin-right: 20px;
}
.buttons {
  display: flex;
  justify-content: center;
  gap: 90px;
  width: 100%;
}
.buttons a {
  background-color: #00c4cc;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 15px;
}
