.link-text {
    width: 80%;
}

.link-text h1 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link-text p {
    margin: 0;
    font-size: 0.8rem;
    text-transform: capitalize;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    height: 3em;
    text-align: left;
}

.lato-link-style-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border: 1px solid black;
    border-radius: 50px;
    padding: 5px 10px;
    max-width: 500px;
    /*width: fit-content;*/
    height: auto;
    flex-wrap: wrap;
}

@media (max-width: 912px) {
    .lato-link-style-2 {
        max-width: 500px;
    }

}

@media (max-width: 500px) {
    .lato-link-style-2 {
        max-width: 400px;
    }

}


@media (max-width: 375px) {
    .lato-link-style-2 {
        max-width: 350px;
    }

}


/*.lato-link-style-2 a {*/
/*    width: 450px;*/
/*}*/

/*.lato-link-style-2 p {*/

/*!*}*!*/

/*.lato-link-style-2 h1 {*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/


