footer{
    display: flex;
    flex-direction: column;
    background-color:#243443;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    color: white;
    padding-top: 6rem;
}
.footer{
    /* border: red solid; */
    padding: 2rem 0rem;
    display: flex;
    flex-direction: row;
    color: white;
    width: 80%;
    justify-content: space-evenly;
    margin-bottom: 3rem;

}
.r1,.r2,.r3{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    gap: 0.8rem;
    text-transform: capitalize;
    text-align: left;
}
.rp{
    font-size: 30px;
    font-weight: 700;
    width: 100%;
}
.tpos{
    display: flex;
    flex-direction: row ;
    justify-content: space-between;
    align-items: center;
    
}
.logo2{
    /* border: red solid; */
    padding-left: 10rem;
    /* filter: saturate(0) contrast(2) brightness(2); */
    width: 20rem;
    overflow: hidden;
    height: 5.5rem;
}
.sc2top{
    padding-right: 14rem;
}
.sc2top p{
    background-color: var(--green-2);
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}