*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container{
    height: 100vh;
    margin-bottom: 200px;
  }
  .row{
    margin-top: 30px;
  }
  .col{
    height: 30rem;

  }
  .text{
    display: flex;
    gap: 45px;
  }
  .text1, .text2{
    width: 50%;
  }
  p{
    font-size: 1rem;
    
  }
  .article{
    justify-content:space-around;
    font-size:12px;
    color:rgb(69, 135, 229);
    padding-left: 25px;
  }