.bottom-bar-row-1{
    display: flex;
    flex-direction: row;
    height: 150px;
    background-color: rgb(240, 240, 240);
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
}

.bottom-bar-row-1 div{
    width: 20%;
}

.bottom-icons, .bottom-icons-2{
    border: 0.7px solid rgb(200, 198, 198);
    border-right: none;
    border-top: none;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: rgb(23, 78, 21);
}

.bottom-icons-2{
    border-right: 0.7px solid rgb(200, 198, 198);
}

.bottom-icon{
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.bottom-icon-caption{
    display: flex;
    flex-direction: row;
    justify-content: center;
}







/* .bottom-bar-row-2{
    display: flex;
    flex-direction: row;
    height: 300px;
    width: 100%;
    justify-content: center;
} */


.bottom-bar-row-2{
    width: 100%;
}





.row-2-column{
    font-size: 14px;
    line-height: 25px;
}

.row-2-title{
    font-weight:700; 
    margin-bottom: 20px;   
}






.bottom-bar-row-3{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    height: 50px;
    border-bottom: 0.7px solid rgb(200, 198, 198);
    margin-left: 10%;
    padding-bottom: 60px;
}

.row-3-social-media{
    display: flex;
    flex-direction: row;
}

.row-3-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-right: 30px;
}

.row-3-img img{
    height: 30px;
    width: 30px;
    object-fit: contain;
}





.bottom-bar-row-4{
    margin-left: 10%;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    height: 160px;
    justify-content: space-between;
    padding-right: 25px;
}

.bottom-bar-row-4 div{
     
}

/* .row-4-links{
    display: flex;
    flex-direction: row;
} */

.row-4-links p{
    margin-right: 30px;
}

.underline{
    text-decoration: underline;
    font-weight: normal;
}

.row-4-terms{
    cursor: pointer;
}






.fixed-bar{
    position: fixed;
    display: flex;
    flex-direction: row;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgb(92, 92, 92);
    color: white;
    font-size: 14px;
    justify-content: center;
    padding: 0px;
}

