.termSection{margin-top:125px;margin-left:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.termText{display:flex;flex-direction:column;gap:1.5rem}.motto{max-width:600px;font-weight:bolder;font-size:60px;color:#0fd2d2}.mottoSubtitle{max-width:600px;font-size:20px;color:#7f7f7f}.termButtons{display:flex;flex-direction:row;gap:1rem}.termButtons button{width:150px;height:45px;cursor:pointer;font-family:Lato,sans-serif;font-size:medium;border:1px solid rgb(15,210,210);border-radius:50px;color:#7f7f7f;background-color:#fff;box-shadow:0;transition:color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out}.termButtons button:hover,.termButtons button:focus{color:#fff;background-color:#0fd2d2;box-shadow:0 0 12px 4px #9aefef}.termImage{max-width:100%;height:auto;opacity:0;transform:translate(-20px);transition:opacity .6s ease,transform .6s ease}.fadeIn{opacity:1;transform:translateY(0)}@media screen and (max-width: 1300px){.termSection{margin-top:100px;flex-direction:column}.termText{display:flex;align-items:center;text-align:center}}@media screen and (max-width: 630px){.termSection{margin-top:75px;padding:15px}}
