
   /* root variable */

:root
{

--color1:rgb(164, 146, 114);
--color2:white;
--color3:black;
--color4:rgb(7, 55, 151);
--color5:rgb(253, 239, 239);
--color6:#b94e02;
--padding:3rem 0 3rem 0;
--parh:1.4rem;
}
 
.about_section_child_left
{
    display:grid ;
    place-items:center;
    
}

.about_section
{
    padding:var(--padding);
}


.about_section_child_left>img
{
    width:20rem;
    height:20rem;
    

}


.about_section_child_right
{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    flex-direction:column;
    color:black;
}


/* top unviersity and college section */

.university_college_section
{
    padding:var(--padding);
    background-color:var(--color5);

}

.university_college_section_child
{
    margin:auto !important;
}

.title_univerity_college h2
{
    font-weight:bolder !important;
    border-bottom:5px solid #b94e02;
    padding:0 0 2rem 0;
    width:34rem;
    font-size:3rem;

}



/* study abroad section */

.study_abroad_section
{
    padding:var(--padding);
    background-color:var(--color5);
}

.study_abroad_section_child
{
    margin:auto !important;

}

.title_aborad_college h2
{
    font-weight:bolder !important;
    border-bottom:5px solid #b94e02;
    padding:0 0 2rem 0;
    width:30rem;
    font-size:3rem;
}