nav {
  padding: 9px 17px;
}

nav .small {
  width: 40px;
  height: 40px;
  display: none;
}

#hero p.title {
  text-align: center;
  color: #fff;
  font-family: "Outfit";
  font-weight: 700;
  font-size: 28px;
  margin-top: 17px;
  margin: 0;
}

.home #hero_home .content {
  position: absolute;
  z-index: 1;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -13%);
  display: block;
}

.home #hero_home p.title {
  font-size: 48px;
}

#form {
  padding: 40px 17px;
}

#form p.title {
  margin: 0;
  text-align: center;
  font-family: "Outfit";
  font-weight: 500;
  font-size: 28px;
  color: #222222;
}

form {
  margin-top: 20px;
}

form .form_row {
  gap: 16px;
}

form .new_row {
  margin-top: 16px;
}

form .message {
  margin-top: 16px;
}

#accordion {
  padding: 40px 17px;
  display: grid;
  grid-template-columns: auto;
  gap: 24px;
}

#accordion p.title {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
}

#accordion .accordion .accordion-item button {
  background-color: transparent;
  color: #474747;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 28px;
  padding-top: 24px;
  border-bottom: 1px solid #eeeeee;
  font-family: "Outfit";
}

#accordion .accordion .accordion-item .accordion-body {
  border-top: none;
  font-size: 12px;
  font-weight: 300;
}

.social {
  padding: 40px 120px;
}

.social_content .grid_system {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 72px;
  padding-top: 29px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0;
}

.social_content .stores {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

/* .social_content .stores img {
  width: 100%;
  height: auto;
}

.social_content .mockup img:nth-child(1) {
  width: 100%;
  height: auto;
  display: block;
}

.social_content .mockup img:nth-child(2) {
  width: 100%;
  height: auto;
  display: none;
} */

footer {
  padding: 40px 17px;
}

.blog .blog-container {
  padding: 40px 17px;
}

.blog-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 2px solid #dee5ed;
  gap: 12px;
  border-radius: 16px;
  height: auto;
}

.blog-item .content {
  padding: 20px 8px;
}

.blog-container .blog-item .content p.title {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: auto;
  margin-bottom: 8px;
  font-family: "Outfit";
  color: #474747;
}

.blog-container .blog-item .content p {
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  width: auto;
  font-family: "Outfit";
  color: #474747;
}

.blog-container .blog-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#article {
  padding: 80px 17px;
}

#article .title {
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  width: auto;
}

#article .article-item .content .image {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
  margin-bottom: 59px;
  background-color: #f5f6fa;
  border-radius: 30px;
}

#hero_home .animation {
  width: 100%;
  height: auto;
  object-fit: fill;
}

#hero_home .content {
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  display: block;
}

#hero_home .content p.title {
  color: #003333;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  margin-bottom: 23px;
}

#hero_home .content img {
  width: 100%;
  height: auto;
}

#first_section {
  padding: 100px 17px;
  display: flex;
  justify-content: center;
}

#first_section p.title {
  font-family: "Outfit";
  font-size: 28px;
  font-weight: 500;
  color: #313030;
  width: 322px;
  margin: 0;
}

#first_section p.sub {
  margin-top: 24px;
  margin: 0;
  color: #474747;
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit";
  width: 374px;
}

#first_section .grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 52px;
}

#first_section .grid .image {
  display: flex;
  justify-content: center;
}

#first_section img {
  height: 227px;
  width: 236px;
}

#second_section {
  padding: 100px 17px;
  display: flex;
  justify-content: center;
  height: auto;
}

#second_section .grid_2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 52px;
}

#second_section .grid_2 .image {
  display: flex;
  justify-content: center;
}

#second_section p.title {
  font-family: "Outfit";
  font-size: 28px;
  font-weight: 500;
  color: #313030;
  width: 369px;
  margin: 0;
}

#second_section p.sub {
  margin-top: 24px;
  margin: 0;
  color: #474747;
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit";
  width: 472px;
}

#second_section img {
  height: 227px;
  width: 236px;
}

#third_section {
  padding: 100px 120px;
}

#third_section p.title {
  text-align: center;
  color: #313030;
  font-size: 28px;
  font-weight: 500;
  font-family: "Outfit";
  margin: 0;
}

#third_section .content {
  display: flex;
  justify-content: center;
}

#third_section p.sub {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit";
  color: #474747;
  margin-top: 12px;
  width: auto;
}

#more {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 17px;
  gap: 50px;
}

#about_second {
  padding: 100px 17px;
  display: flex;
  flex-direction: row;
  gap: 60px;
}

#about_second p.title {
  font-family: "Outfit";
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 24px;
  text-align: center;
}

#about_second .left {
  width: 100%;
}

#about_second aside {
  border-radius: 20px;
  border: 1px sold #dee5ed;
  background-color: #f5f6fa;
  padding: 48px;
  width: 100%;
}

#about_second .left .content .content_card p.title {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 8px;
  font-family: "Outfit";
  text-align: left;
}

#about_second .left .content .content_card p.sub {
  color: #4e637a;
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit";
  margin: 0;
  text-align: left;
  width: auto;
}

#others {
  padding: 40px 17px;
}

#otherBlogs .others_content p.title {
  font-size: 28px;
  font-weight: 500;
  font-family: "Outfit";
  margin: 0;
}

#otherBlogs .others_content p.sub {
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit";
  color: #474747;
  margin-top: 12px;
  margin-bottom: 12px;
}

#otherBlogs .others_content .more {
  display: flex;
  align-items: center;
  color: #da7000;
  font-size: 12px;
  font-weight: 300;
  font-family: "Outfit";
  gap: 8px;
}

#otherBlogs .others_content .more p {
  color: #da7000;
  font-size: 18px;
  font-weight: 300;
  font-family: "Outfit";
  margin: 0;
}

#otherBlogs .others_content img {
  width: 100%;
  height: auto;
  margin-top: 32px;
}

#grid-container {
  padding: 40px 17px;
}

#about-container {
  display: flex;
  justify-content: center;
  padding-top: 120px;
}

#about-container p.title {
  text-align: center;
  font-family: "Outfit";
  color: #222222;
  font-size: 64px;
  font-weight: 700;
  margin: 0;
}
#about-container .center {
  width: 722px;
}

#about-container p.sub {
  text-align: center;
  font-family: "Outfit";
  color: #4e637a;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
