@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

.company-short-img{
  width: 112px;
    height: 224px;
    padding: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 8px 20px rgba(9,37,64,0.1);
    position: absolute;
    top: 60px;
    right: 200px;
}


.company-lg-img{
  width: 280px;
    height: 210px;
    padding: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 8px 20px rgba(9,37,64,0.1);
}

.css-1qsxih2 {
  max-width: 100% !important;
}

@media (min-width: 1200px){

  .css-1oqqzyl-MuiContainer-root {
    max-width: 1500px !important;
}

}