.main{width:100%;height:600px;display:flex;justify-content:center;align-items:center;margin-top:100px;background-color:pink}.services-container{width:80%;height:100%;justify-content:start}.services-container,.top-div-services{display:flex;flex-direction:column;align-items:center}.top-div-services{width:50%}.boxes-container{width:100%;margin-top:30px;display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline}.box{width:250px;height:200px;background-color:coral;border:2px solid grey;margin:8px;display:flex;flex-direction:column;justify-content:start;align-items:center}.title-services{font-size:30px}.descripation-services{margin-top:20px}.services-icon{font-size:120px}@media screen and (min-width:100px) and (max-width:750px){.main{width:100%;height:100%;display:flex;justify-content:center;align-items:center;margin-top:100px;background-color:pink}.top-div-services{width:80%}}.education-main{width:100%;height:auto;margin-top:50px;margin-bottom:50px}.education-main,.education-text{display:flex;flex-direction:column;justify-content:center;align-items:center}.education-text{width:50%;text-align:center;margin-top:30px}.box-container-education,.box02-container-education{width:80%;background-color:#fff;display:flex;justify-content:space-between;align-items:flex-start;padding:20px;margin-top:20px;box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:8px}.college-name{font-size:25px;font-weight:700;color:#333}.commerce,.courses{width:50%}.commerce h1,.courses h1{font-size:20px;color:#555}.commerce p,.courses p{font-size:16px;line-height:1.6;color:#666}@media screen and (min-width:0px) and (max-width:750px){.box-container-education,.box02-container-education{flex-direction:column}.commerce,.courses{width:100%}.education-text{width:90%}}.contact_main{width:100%;height:100%;display:flex;justify-content:center;margin-top:50px;margin-bottom:50px}.form-container{background-color:#fff;width:70%;height:400px;border-radius:5px;padding:20px}.form{display:flex;flex-direction:column}input{padding:10px;margin:5px;border:none;border-radius:10px;background-color:orange}.msg{padding-bottom:100px}.button-submit{padding:10px 15px;background-color:#87cefa;font-size:20px;border:none;border-radius:10px;margin-top:15px;margin-left:5px}.contact-title{padding-left:6px}@media screen and (min-width:0px) and (max-width:750px){.form-container{width:90%;margin-bottom:350px}}.footer{width:100%;height:70px;background-color:#ff0;display:flex;justify-content:center;align-items:center}