.homeContainer .mainSection{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:60px 20px 0;height:calc(100vh - 60px);background-color:#f9fafb}.homeContainer .mainSection h1{font-family:GeneralSans Bold;font-size:60px;margin:0;text-align:center}.homeContainer .mainSection h1 span{color:#4d8bf7}.homeContainer .mainSection p{font-family:GeneralSans Regular;font-size:20px;text-align:center;color:#353535;margin:0}.homeContainer .mainSection a{background-color:#4d8bf7;border:1px solid #4d8bf7;font-family:GeneralSans Medium;border-radius:125px;padding:20px 40px;color:#fff;text-transform:none;transition:.5s;text-decoration:none;margin-top:40px;display:flex;align-items:center;justify-content:center;gap:20px}.homeContainer .mainSection a:hover{transform:scale(1.02);color:#fff}.homeContainer .featuresSection{flex-direction:column;padding:60px 20px;background-color:#fff}.featuresSection .features,.homeContainer .featuresSection{display:flex;align-items:center;justify-content:center;gap:20px}.featuresSection .features{flex-direction:row;flex-wrap:wrap;width:800px;margin-top:40px}.featuresSection .features .feature{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:10px;padding:20px;background-color:#eff6ff;border-radius:10px;box-shadow:0 0 10px #e9e9e9b9;flex-basis:48%;box-sizing:border-box}.featuresSection .features .feature svg{font-size:20px;color:#fff;background-color:#4d8bf7;padding:10px;border-radius:10px;align-self:flex-start;margin-bottom:10px}.featuresSection .features .feature h3{font-family:GeneralSans SemiBold;font-size:15px;margin:0}.featuresSection .features .feature p{font-family:GeneralSans Regular;font-size:13px;color:#353535;margin:0}.featuresSection h2{font-family:GeneralSans SemiBold;font-size:30px;text-align:center;margin:0}.homeContainer footer{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:20px;background-color:#4d8bf7}.homeContainer footer .getStarted{display:flex;align-items:center;flex-direction:column;padding:100px 20px}.homeContainer footer .getStarted h3{font-family:GeneralSans SemiBold;text-align:center;font-size:30px;margin:0;color:#fff}.homeContainer footer .getStarted a{background-color:#fff;border:1px solid #fff;font-family:GeneralSans Medium;border-radius:125px;padding:20px 40px;color:#4d8bf7;text-transform:none;transition:.5s;text-decoration:none;margin-top:40px;display:flex;align-items:center;justify-content:center;gap:20px}.homeContainer footer .getStarted a:hover{transform:scale(1.02);color:#4d8bf7}.homeContainer footer .copyright{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:10px;color:#fff;font-family:GeneralSans Regular;font-size:15px;width:100%;padding:10px 30px;box-sizing:border-box}.homeContainer footer .copyright img{height:40px;width:fit-content}@media only screen and (max-width:600px){.featuresSection .features .feature{flex-basis:100%}.homeContainer .mainSection h1{font-size:40px}.homeContainer .mainSection p{font-size:17px}.homeContainer footer .copyright{flex-direction:column;margin-top:10px;gap:0}}@media only screen and (max-width:1150px){.featuresSection .features{width:100%}}