﻿.social-qr {display: flex;justify-content: center;flex-wrap: wrap;}
.get_resource {width: calc(100%/2);text-align: center;background-color: #3FBA51;padding: 0.75rem 0;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.get_resource ul {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.get_resource:last-of-type {background-color:#395692;}
.get_resource img {width:100px;height: auto;margin: 0.5rem auto 0.125rem;}
.resource_btn l i{margin-bottom:14.2%}
.get_resource a {font-size: 1.3em;color: #FFF;font-weight: bold;display: block;padding: 0 0 0.25rem;}
.get_resource img:hover {transform: scale(1.1);transition: 0.5s;}
.get_resource li {color:#ffed00;padding: 0 0.5rem;}

@media (max-width: 767px) {
	.get_resource {width: 100%;}
}
