
@media only screen and (max-width: 600px) {.page-careers .cover-item{background-position: 73%;height:135px !important;margin: 8px 0 0 0;}}
.page_title {
   
    font-size: 30px;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-weight: bold;
    line-height: 42px;
}

.page-intro
{
    font-size: 20px;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-weight: 400px;
    line-height: 30px;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 600px) {.flex-container{display: flex;flex-wrap: wrap;}}
@media only screen and (max-width: 600px) {.w-90p {width: 75% !important;}}



.flex-container > div {
  background-color: #595D5F;
  width: 292px;
  height: 202px;
  margin: 10px;
  text-align: center;
  border-radius: 10px;
}
.topsection
{
    width:261px;
    gap:25px;
    margin: 0;
    position: absolute;
    top: 28%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {.topsection{top: 33%;left: 20%;}}

.imgsection{float: left;}

.titlesection{font-size: 16px; text-align: left; color: #fff;font-family: Inter; line-height: 30px; font-weight: 500;width:169px}

@media only screen and (max-width: 600px) {.titlesection{margin: -105px 0 0 178px;}}

.bottomsection
{
   font-size: 11px;
    width: 100%;
    max-width: 220px;
    color: #fff;
    margin: 12px 0px 0 -6px;
    position: absolute;
    text-align: left;
    float:left;
    top: 70%;
    left: 54%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.partner-button {
  background-color: #E3FAFF;
  font-family: Inter;
  border: 1px solid #1bb486;
  color: #000; 
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;  
  height:48px;  
  gap: 10px;
  border-radius: 8px;
  font-weight: 400;
  padding-left: 20px;padding-right: 20px;
}
.partner-button:hover{
  background-color: #1bb486;
  font-family: Inter;
  border: 1px solid #fff;
  color: #fff;  
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;  
  height:48px;  
  gap: 10px;
  border-radius: 8px;
  font-weight: 400;
  padding-left: 20px;padding-right: 20px;
  
}
.active {
    
    color: #000;
    border: 1px solid #fff;
}
.card{
    border-radius: 8px;
    background-color: #EEFBF1;
    Padding:4px, 10px, 4px, 10px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
.card-title
{
    font-size:16px ;
    font-family: Inter;
    font-weight:500 ;
    color: #000;
    line-height:24px ;
    text-align: left;
}
.card-text
{
    font-size:13px ;
    font-family: Inter;
    color: #000;
    line-height:22px ;
    text-align: left;

}
.col-4
{
    width:330px;
}
.col-8
{
    border-radius: 8px;
    border: 1px solid #1bb486;
    background-color: #EEFBF1;
}
h2.top-topic
{
    font-size:24px ;
    font-family: Inter;
    color: #000;
    line-height:36px ;
    text-align: left;
    font-weight: 500;
    margin-top:10px;
}
.key-text{
     font-size:20px ;
    font-family: Inter;
    color: #000;
    line-height:24px ;
    text-align: left;
}
.key-text-desc{
     font-size:15px ;
    font-family: Inter;
    color: #000;
    line-height:24px ;
    text-align: left;
}



.card{
  background-color: #EEFBF1;  
}
.card:hover{
  background-color: #fff;
  
}
.card.active{
    background-color: #EEFBF1;
}
.apply-now
{ 
  background-color: #1BB486;
  border: 2px solid #1BB486;
  float:right;
  color: #fff; 
  margin-right: 1rem;
  font-size: 16px;
  border-radius: 12px;  
  font-weight: 500px;
  height: 48px;
  width: 117px;
  align-items: center;
  cursor: pointer;
  margin: 0 0 10px 0;
  text-align: center;
}
.apply-now:hover
{
  border-radius: 12px;color: #fff;opacity: 70%;
}
