
.join_us_container{
  padding: 20px 30px;
}

.join_us{
  width: 100%;
  text-align: center;
}
.join_us h2{
    color: #0097a4 !important;
    font-size: 38px !important;
    text-align: center;
    font-weight: bold;
    padding: 20px;
}

.join_us p{
    font-size: 15px;
    text-align: justify;
}

.button{
  padding: 30px 0px;
}
.button a{
  padding-top: 20px;
  border: 1px solid #ef5a16;
  background: #ef5a16 ;
  text-decoration: none;
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: bold;
}

.button a:hover{
  background: #dd7849 ;
  
}

.hr{
    border-top: 5px solid #1d98a5;
}

i{
    padding-right: 10px;
    color: #1d98a5;
    font-size: 25px;
}
.footer_container p{
    font-size: 17px;
}

.footer_container{
    display: flex;
    padding: 20px 50px;
    justify-content: space-around;
}

.footer_container h4{
    font-size: 20px;
    font-weight: 600;
}
.footer_container a{
    text-decoration: none;
    color: black;
    text-align: left;
}
.footer_container ul{
    padding: 10px 0;

}
.footer_container li{
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.social-icons{
    display: flex;
    flex-direction: column;
    align-items:start;
}
.social-icons a{
    margin: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    

}
.social-icons i{
    padding-right: 20px;
    
}

.copyright{
    background: #d8d8d8;
    text-align: center;
    font-weight: 500;
    padding: 20px;
    font-size: 15px;
}


@media (max-width: 768px) {
    .join_us h2{
        font-size: 28px !important;
        padding: 20px !important;
    }

    .footer_container{
        flex-direction: column;
        
    }
    
}
