.bp-trss-content {
	text-align: center;
	display: block;
	max-width: 600px;
	margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding-bottom: 30px;
}

.bp-trss-top {
    padding: 40px;
}

.bp-trss-top span{
    font-style: normal;
    font-weight: bold;
    font-size: 21.75px;
    line-height: 29px;
    color: #4D4D4D;
}

.bp-trss-body {
    display: grid;
    text-align: center;
}

.bp-trss-body span {
    font-size: 21.3235px;
    line-height: 32px;
    color: #828282;
}

.span-margin {
    margin-top: 25px;
    margin-left: 15%;
    margin-right: 15%;
    text-align: justify;
}

.bp-trss-btn {
    display: grid;
    margin: 50px auto 10px auto;
}

.bp-trss-btn>.btn-green {
	color: #fff;
    text-decoration: none;
	background: #28A745;
	min-width: 220px;
    padding: 6px;
    font-size: 17.8983px;
	width: 226px;
    border: solid transparent;
    border-radius: 20px;
    margin-bottom: 20px;
}

.bp-trss-btn>.btn-red {
	color: #fff;
    text-decoration: none;
	background: #DF0707;
	min-width: 220px;
    padding: 6px;
    font-size: 17.8983px;
	width: 226px;
    height: 43px;
    border: solid transparent;
    border-radius: 20px;
}

.btn-red> a, .btn-red> a:hover, .btn-red> a:active, .btn-red> a:focus {
    text-decoration: none;
    color: #fff;
}

.btn-green> a, .btn-green> a:hover, .btn-green> a:active, .btn-green> a:focus {
    text-decoration: none;
    color: #fff;
}