.ps-subscribe {
    background: #F6F5FB;
    text-align: center;
}

.ps-subscribe-title {
    /*font-size: 32px;*/
    font-size: 2.6rem;
    color: #05004E;
}

.ps-subscribe-content {
    color: black;
    /*font-size: 20px;*/
    font-size: 1.6rem;
}


.ps-subscribe form {
    margin-top: 1.5rem;
}


.ps-subscribe form > div {
    position: relative;
    height: 3.3rem;
    width: 65%;
    margin: auto;
}

.ps-subscribe form > div > input {
    position: absolute;
    height: 3.3rem;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0.6rem;
    border: #CCCCCC 1px solid;
    /*font-size: 16px;*/
    font-size: 1.3rem;
    padding-left: 0.8rem;
}

.ps-subscribe form > div > button {
    position: absolute;
    height: 3.3rem;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 0.6rem 0.6rem 0;
    border: #CCCCCC 1px solid;
    cursor: pointer;
    /*font-size: 16px;*/
    font-size: 1.3rem;
    padding: 0 1.5rem;
    background: white;
}

.ps-subscribe form > div > button:hover {
    background: #F0F0F0;
    color: #2A2A2A;
}

.ps-main-box {
    display: flex;
    flex-wrap: wrap;
}

.ps-post {
    border: 1px solid #CCCCCC;
	width: 32%;
    margin: 0.6%;
}

.ps-post-img {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background: #CCCCCC;
}

.ps-post-img-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ps-post-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: white;
}

.ps-post-content {
    padding: 1rem;
}

.ps-post-title {
    font-size: 1.6rem;
	color: #000000;
	font-weight: bold;
}

.ps-post-abstract {
    font-size: 1.3rem;
	color: #000000;
}

.ps-post-abstract a {
    color: #00a0d2;
    font-size: inherit;
}

.ps-post-abstract a:hover {
    color: #16006a;
}

.screen-reader-text {
    display: none;
}
