
#page1-2 .block-Ul{
  margin-top: 30px;
  margin-bottom: 30px;
}

#page1-2.content-block{
  padding-top:54px !important;
}
.company-cards-2{
  position: relative;
  margin-top:50px;
  width: 110% !important;
  margin-left:-5% ;
  margin-bottom:50px;
}
.company-cards-2 .company-card .card-content{
  padding: 40px 20px !important;
}
.company-cards-2 .company-card .company-logo{
  margin-bottom: 24px;
}

.company-cards-2 .company-card .content{
  -webkit-line-clamp: 6;
  min-height: 170px;
}

.company-cards-2 .company-card .notice-button{
  position: absolute;
  top: -20px;
  left: calc( 50% - 37px );
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding:10px 13px;

  border-radius: 6px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .company-cards-2{
    flex-wrap: wrap;
    justify-content: center !important;
  }
  #page1-2 .company-card{
    width: 33.3333% !important;
    margin-bottom: 1.5vw;
  }
}



@media (max-width:767px){
  .company-cards-2 .card-content .title .sm{
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }
  #page1-2.content-block{
    padding-top:0px !important;
  }
  .company-cards-2 {
    margin:0px !important;
    padding: 0px !important;
    width: 100% !important;
    flex-direction: column;
    margin-top:17px !important;
    margin-bottom: 30px !important;
  }

  .company-cards-2 .company-card .card-content{
    padding:23px 20px !important;
    display: flex;
    flex-wrap: wrap;
  }

  .company-cards-2 .company-card .company-logo{
    padding: 0px !important;
    width: 32.2%;
  }

  .company-cards-2 .card-content .title{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: #3b3b3b;
  }

  .company-cards-2 .company-card .content{
    margin-top: 20px !important;
    -webkit-line-clamp: 3;
    min-height: auto;
  }

  
}

@media (min-width:500px) and (max-width:767px){
  .company-cards-2 {
    margin-top: 4vw !important;
    margin-bottom: 8vw !important;
  }
}
