.section-location{display:flex;min-height:474px}.section-location__map{width:50%;height:auto}.section-location__content{width:50%;padding:0 0 0 8%}.section-location .section-location__title{font-size:30px;margin-bottom:40px}.section-location .section-location__list{list-style:none;padding:0;margin:40px 0 40px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:20px 40px}.section-location__list li{display:flex;align-items:center;gap:10px;cursor:pointer}.section-location__list li img{width:18px;height:18px}.section-location__list li span{transition:color 0.3s ease}.section-location__list li:hover span{color:var(--primary-color)}@media (max-width:1366px){.section-location{min-height:520px}.section-location .section-location__title{font-size:24px;margin-bottom:30px}.section-location .section-location__list{margin:30px 0 30px 0}.section-location__content{padding:0 0 0 5%}}@media (max-width:1024px){.section-location__content{padding:0 0 0 4%}.section-location{min-height:auto}.section-location__map,.section-location__content{width:50%}.section-location__list{gap:15px 25px}.section-location .section-location__title{font-size:22px;margin-bottom:25px}.section-location .section-location__list{margin:25px 0 25px 0}}@media (max-width:768px){.section-location__content{padding:0 0 0 0}.section-location{flex-direction:column}.section-location__map{width:100%;height:300px}.section-location__content{width:100%}.section-location__list{grid-template-columns:1fr;gap:15px}.section-location .section-location__title{font-size:20px;margin-bottom:20px;margin-top:30px!important}.section-location .section-location__list{margin:20px 0 20px 0;grid-template-columns:auto}}