.home-about-container{display:flex;gap:100px;align-items:center;background-color:#fff;padding:100px;max-width:1440px;margin:0 auto;overflow:hidden}.about-contents-wrapper{width:50%}.about-contents-wrapper h1{font-size:1.5rem;font-weight:500;margin-bottom:10px}.about-contents-wrapper h1,.about-contents-wrapper p,.view-about-btn{font-family:var(--secondary-font)}.view-about-btn{width:150px;height:50px;display:flex;justify-content:center;align-items:center;margin-top:30px;background-color:#000;gap:10px;border-radius:999px;color:#f5f5f3;text-decoration:none}.view-about-btn:hover{background-color:#e9f06a;transition:all .2s linear;color:#141414}.home-abt-img-wrapper{width:35%;position:relative;right:0;transform:translate(40%,30%) scale(1.3)}.home-abt-img-wrapper img{width:100%}@media (max-width:768px){.home-about-container{padding:50px 20px 0;gap:50px;flex-direction:column}.about-contents-wrapper{width:100%}.about-contents-wrapper h1{font-size:1.5rem}.home-abt-img-wrapper{width:100%;transform:translate(10%,2%)}}