.comp-cont{
 border:solid 2px #e2e2e2;
     padding: 10px 30px 20px 30px;
  border-radius:20px;
  background-color:white;
}

.comp-col.subject-col {
    line-height: 15px;
    font-size: 14px;
    padding: 10px 0px;
         flex-grow: 1;
font-weight:700;
    align-self: center;

}
.comp-col.col {
    flex: 0 0 13%;
    max-width: 160px;
    text-align: center;
    font-size: 13px;
font-weight:500;
    padding: 10px 0px;
    align-self: center;
}
.comp-col.col img {
max-width:30px;
}

.comp-row {
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    flex-direction: row;
    gap: 20px;
}
.comp-row:last-child{
border-bottom: 0px solid #e2e2e2;
}


.comp-row:first-child img{
max-width:90px;
}
.comp-row:first-child .comp-col.col {
font-weight:700;
}

.under-btn-cont{
text-align:center;
  margin-top:30px;
  margin-bottom:10px;
}
.under-btn-cont a.under-btn{
    line-height: 18px;
    background-color: #fff;
    border: 2px solid #e40946;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 30px 5px 30px;
    text-decoration: none;
    transition: all .3s;
}
.under-btn-cont a.under-btn:hover{

  background-color:#e40946;
  color:white;
}

@media (max-width: 1200px){
 .comp-col.col {
    flex: 0 0 12%; 
}
  .comp-row {
    gap: 10px;
}
.comp-row:first-child img{
max-width:60px;
}
.comp-cont{
 border:solid 2px #e2e2e2;
     padding: 10px 10px 5px 10px;

}
@media (max-width: 768px){
  .comp-cont {
    margin: 0 -26px;
 padding: 10px 5px 5px 5px;
  }
  .comp-row {
    gap: 5px;
}
.comp-col.col {
    flex: auto;
    width: calc( 25% - 5px );
    padding: 0px 0px 10px 0px;
font-size:12px;
}

.comp-row {
    flex-wrap: wrap;
}
  .comp-row:first-child .comp-col.subject-col {
   display:none; 
  }
  .comp-row:first-child .comp-col {
  font-size:11px;

  }
.comp-row:first-child 
  {
      background-color: white;
    position: sticky;
    top: 0;
    padding-top: 10px;
  }
  
  .comp-col.subject-col {
    width: 100%;
    font-size:12px;
       padding: 10px 0px 10px 0px
  }
.comp-col.col img {
    max-width: 24px;
}
.comp-row:first-child .comp-col.col img{
max-width:48px;
}

  
}