
@import 'https://pro.fontawesome.com/releases/v5.10.0/css/all.css';
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://www.apmterminals.com/Fonts/MaerskText-Light.woff2');


@font-face {
  font-family: "MaerskText-Light";
  src: local("MaerskText-Light"),
   url(~assets/fonts/MaerskText-Light.woff2) format("truetype");
}
:root {
  --primary:  rgb(99, 62, 223);
  --secondry: #ff7;
  --fontcolor: #737373;;

}

body{
  /* font-family: 'MaerskText-Light', sans-serif; */
  font-family: 'MaerskText-Light';
    /* font-size: 0.9rem; */
    
    /* line-height: 1.2rem; */
    color: #2f2f2f;
   
}
.for-nuxt{
  text-decoration:none; color:inherit
}

.for-nuxt:hover{
  text-decoration:none; color:inherit
}

.s-other{
  font-size: 16px;
  font-weight:500;
}

.roundii{
  height: 100px;
  width: 100px;
  border-radius: 100%;
  border-width: 2px;

  border-style: solid;
  border-color: rgb(99, 62, 223);
}

@media screen and (min-width:600px) and (max-width:1208px){
  .roundii{
    height: 70px;
    width: 70px;
    border-radius: 100%;
    border-width: 2px;
    margin-top: 30px;
  
    border-style: solid;
    border-color: rgb(99, 62, 223);
  }

}



.box1{
  height: 109px;
  color: #737373;
  width: 447px;
  margin-left: 0;
  margin-top: -50px;
  padding: 32px 24px;
  background: #ffffff;
  box-shadow: rgba(197, 197, 197, 0.5) 0px 2px 15px 0px;
  z-index: 99;
  border-radius: 20px;

}

h5{
  font-weight: 900;
  font-size: medium;
}


.box2{
  /* height: 209px; */
  color: #737373;
  /* width: 447px; */
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #ffffff;
  box-shadow: rgba(197, 197, 197, 0.5) 0px 2px 15px 0px

}



