.atstogl .read-more-link {
    font-size: 1em;
    color: #636363;
    text-decoration: underline;
    float: right;
    display: none;
}

.atstogl  .read-more-link:hover {
    text-decoration: none;
}




@media (max-width: 768px) {
    .atstogl .elementor-icon-box-description {
        display: none;
    }

    .atstogl .elementor-icon-box-description.show-description {
        display: block;
    }

    .atstogl .read-more-link 
    {
        display: block;
    }
}
