@import url(https://fonts.googleapis.com/css?family=Poppins&display=swap);

body{
    font family: "Poppins";
    background-color: #ffffff;
}

/* Header */
.Rheader{
    background-color: #ffe2a7;
    text-align: center;
    padding: 40px;
    color: #cc216b;
    border-bottom: 1px groove #ea5998d6;
}

.Rheader_title{
    font-size: 36px;
    display: flex; 
    justify-content: center;
}

.Rheader_desc{
    font-size: 20px;
    display: flex;
    justify-content: center;
    margin-top:-20px ;
}

.RSection{
    width: 900px;
    border-left: 6px solid #ea5998;
    margin-left: 70px;
    margin-top: 60px;
    
}
.RSection_header{
    font-size:24px;
    border-top-right-radius: 20px ;
    border-bottom-right-radius: 20px;
    background-color: #fdc7dd;
    color: #cc216b;
}

.RSection_titletext{
    margin-left: 15px;
    width: 900px;
}

.RSection_desctext{
    margin-left: 15px;
    margin-top:-30px ;
    font-size: 16px;

}

.RSingle_Company_Display{
    display: flex;
    justify-content: left;
    background-color: #fdc7dd
}

.RSingle_Company_hp{
    width: 500px;
    height: 200px;
}

.RSingle_Company_h{
    font-size: 20px;
    color:#de2374
}
.RSingle_Company_p{
    margin-top: -30px;
    color: #cc1b68
}

.RSection_Logo{
    width:120px;
    height: 120px;
    border-radius: 40px;
    display: flex;
    padding: 30px;
}