body{
    background-color: #f9f9f9;
}
.about-item p {
    text-align: justify;
    line-height: 2;
}
.about-item a {
    background-color: #84bd00 !important;
    color: white !important;
}
#about .btn {
    margin-bottom: 14px;
}
.about-item .btn:hover{
    border: 2px solid #84bd00 !important;
    color: #0a0a0a !important;
    background-color: white !important;
    font-weight: bold !important;
}
.about-section .about-item #align-items img { 
    border-radius: 15px;
    width: 100%;
  }
  #about {
    margin-top: 4rem;
    margin-bottom: 2rem;
    background-color: #f9f9f9;
}
  #about .container-flauid {
    padding-left: 3rem;
    padding-right: 3rem;
}
.about-section .heading {
    margin-left: 4rem;
}
.goal-section {
    background-color: #26abe3 !important;
    padding-bottom: 32px !important;
}
.goal-section h2 {
    position: relative;
    max-width: 500px;
    margin: 38px auto;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    padding-top: 24px;
    font-family: oswald;
}
#goal .card {
    border-radius: 10px;
}
#goal img {
    margin-left: 4rem;
}
#goal .mission{
    margin-left: 6rem;
}
#goal h5 {
    text-align: center;
    text-transform: uppercase;
    color: #3a3a3a;
    font-size: 25px;
    font-weight: 700;
}
.card-text {
    padding: 0px !important;
    text-align: justify;
}
#machine {
    background-color: #eff3f4 !important;
}
.machine {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 4px 0px;
}
.machine .card .card-body img {
    width: 100%;
}
.machine h2 {
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: 2rem;
    padding-bottom: 19px;
    font-family: oswald;
    text-align: center;
}
.clients {
    background-color: #f6f6f7;
    text-align: center;
    padding: 5px 0;
}
.clients img {
    width: 50%;
    filter: grayscale(100);
    display: inline-block;
    padding: 15px 0;
    margin: 0 auto;
    transition: 0.4s ease-in-out;
}
.clients img:hover{
    filter: none;
    transform: scale(1.1);
  }

  