.home-section-2{width:100%;height:auto;margin-top:200px;position:relative}.section-2-steps-wrapper{justify-content:space-between;align-items:center;min-height:500px;display:flex}.section-2-subtitle{color:var(--secondary-color);margin-bottom:10px;font-size:16px;font-weight:700}.section-2-title{color:var(--primary-color);margin-bottom:40px;font-size:1.4rem;font-weight:800}.section-2-text{color:var(--secondary-color);max-width:600px;margin-bottom:60px;font-size:1rem}.section-2-step-container{justify-content:start;align-items:center;gap:30px;width:25%;height:fit-content;display:flex}.section-2-step-container.active .section-2-step{background-color:var(--primary-color)}.section-2-step-container.active .section-2-desc-title,.section-2-step-container.active .section-2-desc-text{color:var(--primary-color)}.section-2-step{background-color:var(--tertiary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:40px;transition:all .3s ease-in-out;display:flex}.section-2-desc{flex-direction:column;justify-content:start;align-items:start;gap:10px;width:calc(100% - 110px);display:flex}.section-2-desc-title{color:var(--tertiary-color);font-size:1rem;font-weight:700;transition:all .3s ease-in-out}.section-2-desc-text{color:var(--tertiary-color);font-size:.875rem;transition:all .3s ease-in-out}.section-2-step-container:first-child{align-self:center}.section-2-step-container:nth-child(2){align-self:flex-start}.section-2-step-container:nth-child(3){align-self:center}.section-2-image{background-color:#0000;border-radius:50%;width:400px;height:400px;padding:10px;position:absolute;bottom:0;left:50%;overflow:visible;transform:translate(-50%)}.tmp-image{border-radius:50%;width:100%;height:100%}@media (max-width:1200px){.section-2-steps-wrapper{flex-direction:column;gap:50px;min-height:auto}.section-2-step-container{width:100%}.section-2-image{width:200px;max-width:90%;height:200px;margin-top:30px;position:relative}.section-2-step{width:40px;height:40px;font-size:20px}.section-2-desc{width:calc(100% - 70px)}}
.home-section-3{flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:20px;width:100%;margin-top:100px;display:flex}.section-3-benefits{text-align:start;background:#fff;border-radius:10px;flex-direction:column;align-items:start;gap:10px;width:calc(25% - 20px);min-width:300px;padding:20px;display:flex;box-shadow:0 4px 8px #0003}.section-3-icon{width:50px;height:50px;color:var(--primary-color);border-radius:20px;margin-bottom:15px;padding:8px}.section-3-icon.first{color:#b84955;background-color:#ffdfe4}.section-3-icon.third{color:#916915;background-color:#fcfbc2}.section-3-icon.second{color:#2f6a48;background-color:#dbfae5}.section-3-benefit-texts{flex-direction:column;gap:5px;display:flex}.section-3-benefit-title{color:var(--primary-color);font-size:18px;font-weight:700}.section-3-benefit-text{color:var(--secondary-color);font-size:14px}
.home-info-section{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);justify-content:center;gap:8px;width:90%;height:600px;margin:100px 50px;display:grid}.home-info-text-2{grid-row-start:2;grid-column-start:1}.home-info-text-3{grid-row:1/span 2;grid-column-start:2}.home-info-div{background-color:#fff;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px;display:flex;box-shadow:0 0 6px #0000001a}.home-info-div-image{border-radius:15px;justify-content:center;align-items:center;width:80%;height:50%;display:flex}.home-info-div-image img{width:150px;height:auto}.home-info-div-image.social img{width:300px;height:auto}.home-info-div-title{color:var(--primary-color);align-self:start;margin-top:20px;font-size:18px;font-weight:800}.home-info-div-text{color:var(--secondary-color);align-self:start;font-size:14px;line-height:1.7}@media (max-width:768px){.home-info-section{grid-template-rows:repeat(4,auto);grid-template-columns:1fr;height:auto;margin:50px 20px}.home-info-text-2{grid-row-start:auto;grid-column-start:auto}.home-info-text-3{grid-row:auto;grid-column-start:auto}}
