.area-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.pa-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 2.5rem;
    box-shadow: 1px 4px 13px 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 1px 4px 13px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 1px 4px 13px 2px rgba(0, 0, 0, 0.1);
	display: flex;
    flex-direction: column;
}

section.sec2 {
    background: #EBE2D9;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pa-item.pa-size3 {
    flex: 0 0 31.5%;
}

.pa-item.pa-size2 {
    flex: 0 0 48.5%;
}

.pa-item img {
    width: 100%;
}

.pa-item h3 {
    font-size: 3rem;
    color: #956B45;
    font-weight: 700;
	margin-bottom: 1.5rem;
	text-transform:uppercase;
	text-align:center;
}

.pa-item p {
    font-size: 2.2rem;
	margin-bottom: 3rem;
}

.pa-item a {
    text-align: center;
    background: transparent;
    color: #000;
    text-decoration: none;
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 50px;
    display: block;
    width: 100%;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    border: 1px solid #000;
    max-width: 270px;
    margin: auto auto 0;
    font-size: 2rem;
}

.pa-content {
   padding: 4rem;
    display: flex;
    flex-direction: column;
	flex-grow: 1;
}

@media only screen and (max-width:1024px) {
	/* CSS rules here */
	.pa-item.pa-size3 {
    flex: 0 0 48.5%;
}

.pa-img {
    max-height: 200px;
    overflow: hidden;
}

.pa-img img {
    aspect-ratio: 1;
    object-fit: cover;
}
}

@media only screen and (max-width:768px) {
	/* CSS rules here */
}

@media only screen and (max-width:767px) {
	/* CSS rules here */
	
	.pa-item {
    flex: 0 0 100%!important;
	}

	.pa-img {
		max-height: 209px;
			object-position: 0 -100px;
	}
	
	.pa-img img{
		
			object-position: 0 -100px;
	}
	
	.pa-item h3 {
    font-size: 3.4rem;
}

.pa-item p {
    font-size: 2.2rem;
}

.pa-item a {
    font-size: 2.2rem;
}

br {display:none;}
}

@media only screen and (max-width:640px) {
	/* CSS rules here */
}