@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);.event_section{display:flex;justify-content:space-between;gap:30px}.event_section .event_card{width:calc(50% - 15px)}.event_section .event_card div.p-6{padding-right:120px}.event_section .event_card div img{height:300px;border-radius:15px}.event_section .event_card p{color:rgb(79 79 95);font-family:"Inter",sans-serif;font-size:16px;font-weight:400;line-height:22px;margin-top:18px;margin-bottom:30px}.event_section .event_card p:first-child{margin-top:25px;color:rgb(202 0 0);font-family:"Inter",sans-serif;font-weight:500;letter-spacing:0;margin-bottom:16px}.event_section .event_card h2{color:rgb(32 49 51);font-family:"Inter",sans-serif;font-size:24px;font-weight:500;line-height:100%}@media (max-width:991px){.event_section .event_card div.p-6{padding-right:40px}.event_section .event_card div img{height:250px}.event_section .event_card h2{font-size:22px}.event_section .event_card p:first-child{margin-top:14px;margin-bottom:13px;font-size:15px;line-height:22px}.event_section .event_card p{margin-top:14px;margin-bottom:20px}.event_section{gap:16px}.event_section .event_card{width:calc(50% - 8px)}}@media (max-width:575px){.event_section{gap:25px;flex-direction:column}.event_section .event_card{width:100%}}