.comp-cont{
 border:solid 1px #8b90a7;
         padding: 1rem;
 border-radius: 1rem;
  background-color:white;
}
.comp-main-title
{
margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.2em;
  max-width:700px;
}
.comp-title-text
{
max-width: 80ch;
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3em;
  margin-bottom:3rem;
}

.comp-col.subject-col {
    line-height: 1.5rem;
    font-size: 1rem;
    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: 1rem;
   line-height: 1.5rem;
font-weight:500;
    padding: 10px 0px;
    align-self: center;
}
.comp-col.col img {
max-width:30px;
}

.comp-row {
    display: flex;
    border-bottom: 1px solid #8b90a7;
    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;
  font-size: .8rem;

}
.comp-row:first-child .comp-col.col:nth-child(3) {
color:#65b35a;
}
.comp-row:first-child .comp-col.col:nth-child(4) {
color:#705cfd;
}
.comp-row:first-child .comp-col.col:nth-child(5) {
color:#d23d19;
}

.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-row {
    min-width: 600px;
}
  
  .comp-cont {
 padding: 10px 5px 5px 5px;
    overflow-x: scroll;
  }
  .comp-row {
    gap: 5px;
}
.comp-col.col {
    flex: auto;
    width: calc( 25% - 5px );
    padding: 0px 0px 10px 0px;
font-size:12px;
}

.comp-row {

}
  .comp-row:first-child .comp-col.subject-col {

  }
  .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: 40%;
    font-size: .85rem;
       padding: 10px 0px 10px 0px
  }
.comp-col.col img {
    max-width: 24px;
}
.comp-row:first-child .comp-col.col img{
max-width:48px;
}

  
}