.main-page-content {
	margin-bottom: 10px;
}
.cms ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.cms ul li {
justify-content: center;
box-shadow: 0 4px 32px 0px rgba(0, 65, 141, 0.08), 0 12px 20px -12px rgba(0, 0, 0, 0.15);
padding: 25px;
padding-bottom: 35px;
box-sizing: border-box;
width: 32%;
display : inline-block;

margin-bottom: 50px; }
@media (max-width: 980px) {
.cms ul li {
padding: 20px;
padding-bottom: 30px;
width: 48%; } }
@media (max-width: 600px) {
.cms ul li {
width: 100%; } }
.cms ul li .head {
display: flex;
justify-content: space-between;
align-items: center; }
.cms ul li .head span {
background-color: #DBEFFA;
padding: 5px 15px;
border-radius: 40px; }
.cms ul li .head .hide {
opacity: 0; }
.cms ul li .head .logotype img {
display: block;
height: 45px; }
.cms ul li .content {
padding: 17.5px 0; }
.cms ul li .content h5 {
font-family:"Nunito Sans",sans-serif;
font-weight: bold;
font-weight: 900;
font-size: 30px; }

.cms ul li .content p {
    font-family:"Nunito Sans",sans-serif;

padding: 15px 0;
font-size: 18px;
line-height: 24px; }
.cms ul li .buttons {
display: flex;
justify-content: space-between; }
@media (max-width: 600px) {
.cms ul li .buttons {
flex-direction: column; } }
.cms ul li .buttons a {
font-weight: 500;
font-size: 18px;
border-radius: 6px;
text-decoration: none;
box-shadow: 0 4px 32px 0px rgba(0, 65, 141, 0.08), 0 12px 20px -12px rgba(0, 0, 0, 0.15);
padding: 10px 20px; }
@media (max-width: 600px) {
.cms ul li .buttons a {
text-align: center; }
.cms ul li .buttons a:first-child {
margin-bottom: 15px; } }
.cms ul li .buttons .download-link {
background-color: #7FC44F;
color: #fff;
transition: 0.2s; }
.cms ul li .buttons .download-link:hover {
background-color: #4E951A; }
.cms ul li .buttons .instruction-link {
color: #1A6582;
transition: 0.2s; }
.cms ul li .buttons .instruction-link:hover {
color: #fff;
background-color: #48849B; }