/**
 * Css for Widget
 */

.link-to-page-v01{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

.link-to-page-v01 h2{
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 60px;
}

.link-to-page-v01 .boxLink{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
    gap: 2rem;
    margin-bottom: 4rem;
}

.link-to-page-v01 .boxLink .boxLinkIcon img{
    width: 100px;
    height: auto;
}

.link-to-page-v01 .boxLink .boxLinkTitle{
    text-transform: uppercase;
    font-size:1.5rem;
    line-height: 1;
    color: #fff;
    font-weight: unset;
}

.link-to-page-v01 .boxLink .boxLinkContent{
    color: #ddd;
    font-size: 1.5rem;
    line-height: 1;
}
