*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: "Barlow", sans-serif;
}

.container{
  width: 80%;
  margin-inline: auto;
  padding-top: 55px;
  padding-bottom: 40px;
}

.header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
}

.header a{
  text-decoration: none;
  color: rgba(22, 37, 66, 1);
  font-weight: 700;
  font-size: 16px;
}

.buton {
  background-color: rgba(232, 239, 242, 1);
  border-radius: 8px;
  padding: 16px 27px;
}

.header a:hover {
  margin: 0px -25px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(22, 37, 66, 1);
  padding: 16px 27px;
  border-radius: 8px;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.herotext {
  display: flex;
  flex-direction: column;
  margin-right: 125px;
}

.herotext a:hover{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 155, 98, 1);
}

.herotext h2 {
  font-weight: 900;
  font-size: 80px;
  line-height: 82px;
  margin-bottom: 30px;
  color: rgba(22, 37, 66, 1);
}

.herotext p{
  font-weight: 500;
  color: rgba(123, 139, 173, 1);
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
}

.herotext a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  padding: 16px 27px;
  border-radius: 8px;
  width: 158px;
  background-color: rgba(241, 103, 24, 1);
}

.herotext strong {
  margin-left: 184px;
  margin-top: -37px;
  color: rgba(123, 139, 173, 1);
  font-weight: 700;
  font-size: 16px;
}

.main {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 168px;
}

.main img {
  margin-right: 30px;
}

.main-text{
  display:flex;
  flex-direction: column;
  margin-top: 112px;
  margin-left: 75px;
}

.main-text h3 {
  margin-bottom: 27px;
  color: rgba(22, 37, 66, 1);
  font-weight: 900;
  line-height: 36px;
  font-size: 32px;
}

.main-text p {
  font-weight: 500;
  color: rgba(123, 139, 173, 1);
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.attribute{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.attribute img {
  margin-bottom: 48px;
  width: 65px;
}

.attribute h4 {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 28px;
}

.attribute p{
  color: rgba(123, 139, 173, 1);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 128px;
}

.footer p {
  color: rgba(123, 139, 173, 1);
  font-weight: 700;
  font-size: 16px;
  text-align: center;

}