

.custom-section {
  background-color: #1C2E69; 
}

.gif-container {
     max-width: 515px;
 display:flex; 
}
.gif-container img {

 width:initial; 
  width:100%;
}
.score-container {
        max-width: 1340px;
        margin: auto;
        display: flex;
  gap:45px;

    }

    .score-title h2 
    {
      font-weight:600;
        font-family: Poppins;
font-size: 36px;

line-height: 46px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    }

    .score-decs p {
        font-family: Roboto;
font-size: 18px;
      color:white;
font-weight: 400;
line-height: 28px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    }

@media screen and (max-width:780px) {
  .score-container {
 
   flex-direction:column; 
      gap:25px;
  }
  .gif-container {
    order:2;
  }
  
  .gif-container img {
 width:100%; 
}
}

@media screen and (min-width:900px) {
 .score-text {
   padding-bottom: 42px;
}
  }
}