.tech-hero-section{margin-top:100px;width:100%}.tech-hero-section .left-section{padding-right:2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem}.tech-hero-section h1.tech-name{font-size:2rem;font-weight:700;color:var(--textColor)}.tech-hero-section .tech-hero-section-para{font-size:1rem;color:var(--textLight);width:100%;text-align:justify;text-justify:inter-word;line-height:1.75rem}.tech-hero-section .tech-hero-section-btn{text-transform:none;padding:12px 24px;font-size:1rem;color:#fff;text-align:start;border-radius:6px;display:inline-block;white-space:nowrap;font-weight:500;background:var(--primaryColor);transition:all .35s ease}.tech-hero-section .tech-hero-section-btn:hover{background:var(--primaryHoverColor)}.tech-hero-section .right-section{display:flex;align-items:center;justify-content:center}.tech-hero-section .right-section img{width:80%;border-radius:.75rem}@media (max-width:1200px){.tech-hero-section .left-section{gap:1.5rem}.tech-hero-section .tech-hero-section-para{width:100%}}@media (max-width:992px){.tech-hero-section .left-section{margin-top:0;padding-right:0;gap:2rem}.tech-hero-section .right-section{margin-bottom:3rem}.tech-hero-section .right-section img{width:100%;-o-object-fit:cover;object-fit:cover}}@media (max-width:768px){.tech-hero-section h1.tech-name{font-size:1.5rem}.tech-hero-section .tech-hero-section-para{font-size:.9rem}}.advantages__container{margin-top:100px;flex-grow:1}.advantages__container .advantages__card{height:100%;border-radius:1rem;border:1px solid var(--borderCool);transition:all .3s ease}.advantages__container .advantages__card:hover{background:var(--bgLight)}.advantages__container .advantages__content{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:1rem;height:100%}.advantages__container .advantages__icon{display:flex;align-items:center;justify-content:center;border:1.5px solid var(--borderCool);width:40px;height:40px;border-radius:50%;padding:.75rem;background:var(--bgLight)}.advantages__container .advantages__icon-text{font-size:1.35rem;font-weight:400;color:var(--textColor)}.advantages__container .advantages__name{color:var(--textColor);font-size:1rem}.advantages__container .advantages__description{text-align:justify;font-size:.9rem}