.experience_section .images{display:flex;align-items:center;justify-content:center;gap:2rem;height:100vh;--size-factor:1.25;--item-height:20vh}.experience_section .image_col{width:auto;aspect-ratio:2/3;background-position:50% 50%;background-size:cover;flex:none;border-radius:0}.experience_section .image_col:nth-child(3){height:calc(var(--size-factor) * 3 * var(--item-height));filter:brightness(1)}.experience_section .image_col:first-child,.experience_section .image_col:nth-child(5){height:calc(var(--size-factor) * var(--item-height))}.experience_section .image_col:nth-child(2),.experience_section .image_col:nth-child(4){height:calc(var(--size-factor) * 2 * var(--item-height))}@media only screen and (max-width:991px){.experience_sec .sm_img{height:100px;margin:0 auto;padding-bottom:30px;width:200px;object-fit:cover}.animate_img{height:250px;width:80%;margin:0 auto;padding-bottom:30px}}.content_sec{background:linear-gradient(2deg,black,transparent)}.township_hero_section{position:relative;height:100vh}.township_hero_section .container{height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative}.township_hero_section .bg_image{position:absolute;width:100%;left:0;top:0;object-fit:cover;height:100%}.township_hero_section .contents{display:block;position:relative;padding-top:150px;padding-bottom:50px;height:100%}.township_hero_section .contents:before{content:"";background-image:linear-gradient(182deg,#00000000,#000);width:100%;height:400px;position:absolute;bottom:0;left:0}.line_up{position:relative}.line_up:before{position:absolute;content:"";height:30px;width:1px;background:#fff;bottom:calc(100% + 5px);left:50%}