* {text-rendering:optimizelegibility;}
*, *:before, *:after {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}

body, html {width:100%; font:300 3vw 'Noto Serif Tamil', serif; color:white;  background-color:black;}

.wrapper {position:relative; display:flex; margin:3rem auto 5rem auto;}
section#home {background-color:black;}
section#home div.main_contener {width:95%; height:40vh; margin:auto; background-image:url('../images/bg_2024.jpg'); background-repeat:no-repeat; background-position:center center; background-size:cover; border:1px solid white}
section#home .second_contener {position:relative; top:0; left:0; margin-top:27rem}
section#home h2 {font-size:2rem; line-height:2.4rem; color:white; text-align:center;}
section#home div.main_contener .flex_c {display:flex; flex-direction:column-reverse; align-items:center; width:100%;}
section#home div.left_part {width:33.5rem;}
section#home div.left_part blockquote {text-align: center;margin-top:1.5rem;}
section#home div.left_part blockquote p {font-size:2.3rem; line-height: 2.5rem; color:white;}
section#home div.left_part blockquote p:nth-child(1) {margin-bottom:2rem}
section#home div.right_part {position:relative; width:100%;}
#map {width:100%; height:20rem; margin-top:1rem;}
a:link, a:visited {color:white;}