.button{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 400px;
    margin: 20px 30px;
    outline: 0;
    border: 0;
    cursor: pointer;
    will-change: box-shadow,transform;
    background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
    box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
    padding: 0 32px;
    border-radius: 6px;
    color: #fff;
    height: 58px;
    font-size: 18px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    transition: box-shadow 0.15s ease,transform 0.15s ease;
    font-family: 'Roboto',Sans-serif;
}
                
.button:hover {
    box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0;
    color: #f5edef;
    transform: translateY(-2px);
             }
.button:active{
    box-shadow: inset 0px 3px 7px #3c4fe0;
    transform: translateY(2px);
             }
.w3l-content-66{
    margin:50px 0px;
    
}
.btn-grup{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pdf-grup{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pdf{
    height: 700px;
    width: 50%;
    
}

.pdf-award{
    height: 700px;
    width: 80%;
    
}
@media (max-width: 992px){
    .button {
        width: 300px;
        font-size: 15px;
        margin: 10px;
    }
    
} 
@media (max-width: 600px){
    .pdf{
    height: 500px;
    width: 300px;
  
}
    .pdf-award{
    height: 500px;
    width: 300px;
  
}
}