.join{
    display:flex;
    justify-content: center;
    align-items: center;
    padding:250px 0px 150px 0px;
    background-color: #dcdcdc75;
    padding-top: 50px;
    margin-top: -9px;
}
.join h1{
     margin-bottom:40px;
    font-size: 35px;
    color:var(--green);
    font-weight: bold;
    line-height: 28px;
}
.join-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.join-img img{
background-color: var(--green);
padding: 10px;
width: 100px;
margin-bottom: 30px;
text-align: center;
}
.join-text{
    padding:10px 30px;
    text-align: center;   
}
.join-text h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom:10px;
    line-height: 28px;
  color:var(--green);
}
.join-text p{
    font-size: 16px;
    line-height: 28px;
}
.text_space2{
    margin-bottom:28px;
}
.join-row{
    row-gap: 70px;
}
.apply-btn{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top:20px;
}
 .readmore {
    
    position: relative;
    margin: auto;
    padding: 8px 22px;
    transition: all .2s ease;
}
 .readmore::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: var(--voilet);
    width: 100%;
    height: 40px;
    transition: all .3s ease;
}
 .readmore span {
    position: relative;
    font-weight: 600;
    color: var(--white);
}
.readmore svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--white);
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all .3s ease;
}

 .readmore:hover::before {
    transform: scale(1.2);
    width: 100%;
    background: var(--green);
    transition: all .3s ease;
}
/*  */
/*.main_nav {*/
/*    padding-top: 170px;*/
/*}*/
/* .main_nav{
    margin-bottom: 161px;
 } */
/*  */