.about_container{display:flex;justify-content:center;flex-direction:column}@media only screen and (max-width:600px){.about_container{padding:24px 0;grid-gap:2rem;gap:2rem}}@media only screen and (max-width:600px){.about_item_container:first-child{padding-top:35px!important}}.about_text_container{display:flex;flex-direction:column;width:50%;margin:auto}.about_item_container:nth-child(odd){display:flex;justify-content:center;align-items:center;width:100%;height:auto;background-color:#f7f7f7;padding:65px 0}@media only screen and (max-width:768px){.about_item_container:nth-child(odd){height:500px;padding:15px}}@media only screen and (max-width:600px){.about_item_container:nth-child(odd){height:auto;padding:15px}}.about_item_container:nth-child(odd) .about_sub_item_container{display:flex;flex-direction:row;width:1114px;height:433px;justify-content:space-between}@media only screen and (max-width:1200px){.about_item_container:nth-child(odd) .about_sub_item_container{width:94%}}@media only screen and (max-width:600px){.about_item_container:nth-child(odd) .about_sub_item_container{flex-direction:column;height:auto;width:100%}}.about_item_container:nth-child(odd) .about_sub_item_container .about_text_container{margin-left:0;padding-right:2rem}@media only screen and (max-width:600px){.about_item_container:nth-child(odd) .about_sub_item_container .about_text_container{margin-top:15px;padding-right:0;width:100%}}.about_item_container:nth-child(odd) .about_sub_item_container .about_image_container{padding-left:2rem}@media only screen and (max-width:600px){.about_item_container:nth-child(odd) .about_sub_item_container .about_image_container{padding-left:0}}.about_item_container:nth-child(2n){display:flex;justify-content:center;align-items:center;width:100%;height:auto;padding:65px 0}@media only screen and (max-width:768px){.about_item_container:nth-child(2n){height:500px;padding:15px}}@media only screen and (max-width:600px){.about_item_container:nth-child(2n){height:auto;padding:0 15px}}.about_item_container:nth-child(2n) .about_sub_item_container{display:flex;flex-direction:row-reverse;width:1114px;height:433px;justify-content:space-between}@media only screen and (max-width:1200px){.about_item_container:nth-child(2n) .about_sub_item_container{width:94%}}@media only screen and (max-width:600px){.about_item_container:nth-child(2n) .about_sub_item_container{flex-direction:column;height:auto;width:100%}}.about_item_container:nth-child(2n) .about_sub_item_container .about_text_container{margin-right:0;padding-left:2rem}@media only screen and (max-width:900px){.about_item_container:nth-child(2n) .about_sub_item_container .about_text_container{margin-top:100px}}@media only screen and (max-width:600px){.about_item_container:nth-child(2n) .about_sub_item_container .about_text_container{margin-top:0;padding-top:0;padding-left:0;width:100%}}.about_item_container:nth-child(2n) .about_sub_item_container .about_image_container{padding-right:2rem}@media only screen and (max-width:600px){.about_item_container:nth-child(2n) .about_sub_item_container .about_image_container{padding-right:0}}.about_image_container{display:flex;width:50%;justify-content:center;align-items:center;height:433px}@media only screen and (max-width:600px){.about_image_container{width:100%;height:auto;aspect-ratio:1/1}}.title_text{font-size:42px;font-family:bebas;line-height:normal;margin-bottom:30px;font-weight:600}@media only screen and (max-width:900px){.title_text{font-size:36px}}@media only screen and (max-width:800px){.title_text{font-size:30px}}.body_text{font-size:18px;text-align:justify;line-height:20px;font-family:CondProReguler}