@import url(‘https://use.fontawesome.com/releases/v5.8.1/css/all.css’);@import url("https://fonts.googleapis.com/icon?family=Material+Icons");:root{--header-underline-border-left:solid thick #ffc007;--header-underline-border-right:solid thin #1c52da}.header-underline{display:flex;flex-wrap:wrap;align-items:center;width:100%}.header-underline div:nth-child(1){min-width:50px;height:7px;border:var(--header-underline-border-left)}.header-underline div:nth-child(2){min-width:70%;height:2px!important;border:var(--header-underline-border-right)}.contact-info{display:flex;flex-wrap:wrap}.contact-info-item{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:20px 10px;border:solid thin #c0c0c0;box-shadow:2px 2px 3px silver;padding:10px;height:150px;width:150px;text-align:center;background:#1c52da}.contact-info-item p,.contact-info-item a{color:#fff}@media screen and (max-width:768px){.contact-info{justify-content:center}}