a {
  font-size: 0.7rem;
  color: white;
  font-weight: 900;
}
nav {
  background-color: black;
}
.nav {
  align-items: center !important;
}
nav img {
  max-width: 100px;
  height: auto;
}
nav ul > li:first-child {
  display: flex !important;
  align-items: center;
}

nav > .d-flex {
  justify-content: space-between;
}
header {
  background-color: #e8997f;
}
header h2 {
  color: white;
  margin: 0;
  margin-right: 10px;
}
li > i {
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.23);
}
.fa-brands,
.fa-regular {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0 3px;
}
main {
  padding: 50px 20%;
}
main > h5 {
  margin-top: 50px;
}
main > img {
  width: 100%;
}
main > ul > li:first-child > i {
  background-color: #3b5998;
  margin: 20px 5px;
}
main > ul > li:nth-child(2) > i {
  background-color: #25d366;
  margin: 20px 5px;
}
main > ul > li:nth-child(3) > i {
  background-color: #00aeef;
  margin: 20px 5px;
}
main > ul > li:nth-child(4) > i {
  background-color: #666666;
  margin: 20px 5px;
}
main > p {
  font-size: 20px;
}
.helper {
  color: #3a5997;
  font-size: 20px;
}
main > button {
  border: 2px solid black;
}
@media (max-width: 500px) {
  main {
    padding: 50px 3%;
  }
  .mob {
    display: block;
  }
  .des {
    display: block;
    width: 100%;
  }
  .nav > .nav-item > img {
    display: none;
  }
  #helper_header {
    display: none;
  }
}
.mob {
  display: none;
}
.comment {
  display: flex;
  justify-content: center;
}

.main-title{
  @media (max-width: 500px) {
    font-size: 1.6em !important;
    font-weight:800;
  }

}

.btn{
  background-color: #e8997f;
  padding: 15px 60px;
  font-size: 18px;
  color: white;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* .comment{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.comment>img{
  max-width: 900px;
} */

.ital-text{
  font-style: italic;
}

.helper{
  color: rgb(197, 47, 47);
}
.helper:hover{
  color: rgb(191, 40, 40);
}