.personal_card_container{padding-bottom:10px;border-bottom:1px solid var(--paleYellow)}.info p{margin:0 0 10px;width:-moz-fit-content;width:fit-content;color:var(--greenishLemonada);-webkit-user-select:none;-moz-user-select:none;user-select:none}.info p span{color:#fff;font-weight:400;text-transform:capitalize}.tags span{display:inline-flex;margin:3px 5px 3px 0;background-color:var(--darkTeal);padding:3px 5px;border-radius:4px}.sec__heading{margin:0 0 25px}.heading{color:var(--greenishLemonada);font-size:36px;font-weight:700;text-transform:uppercase}.sec__heading p{text-transform:capitalize;font-weight:200}.edu-card{position:relative;margin:0 0 15px;padding:10px;border-radius:4px;overflow:hidden}.edu-card:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:hsla(0,0%,100%,.158);transition:.5s;z-index:-2}.edu-card:hover:before{width:100%}.edu-card:after{position:absolute;content:"";top:0;left:0;width:2px;height:0;background-color:var(--paleYellow);transition:.5s;z-index:-1}.edu-card:hover:after{height:100%}.card-title-edu h5{font-size:20px;font-weight:500;letter-spacing:1px;margin:0;padding:0;color:#fff;transition:.5s}.edu-card:hover h5{font-weight:700}.card-title-edu p{font-size:18px;font-weight:200;line-height:42px;color:var(--paleYellow);opacity:.7;transition:.5s}.edu-card:hover p{font-weight:400;opacity:1}.card-body-edu p{font-size:17px;font-weight:300;color:#fff;line-height:24px}.study-info p.course-place{font-size:18px;font-weight:700;margin:-5px 0 0}.study-info p.course-location{font-size:16px;margin:-15px 0 0}@media (max-width:768px){.card-body-edu p,.card-title-edu p{font-size:14px}}.social_link{transition:.5s}.social_link:hover{scale:1.2}.aboutpage{min-height:calc(100vh - 90px);padding:var(--secpadding) 0}