.main_logo{
    width: 150px;
}

.category_img{
    width: 80px;
}

.text-category-pdf{
    color:blue
}

.masthead__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-step{
    width: 60px;
}

.learn_button{
    background-color: #1A064F;
    color:#fff !important;
    padding: 10px 50px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}