.mt-30 {
    margin-top: 30px
}

.s1-ulist .s1-li {
    list-style: outside;
    color: #777
}

:root {
    --theme1: #EAF4F4;
    --themecolor: #E83C3C
}

#content p:not(.lead) {
    font-size: 16px;
    line-height: 1.7
}

.heading-block p {
    font-size: 17px
}

.s1-text-wrapper {
    display: flex;
    align-items: center;
}

.card-body .s1-image {
    width: 150px;
}


.in1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;
}

.con-cld>div {
    padding: 4em 0;
}

.bg-primary {
    color: #ffffff;
    background-color: #2f6798 !important;
}

.rgp-image-wrapper img {
    border-radius: 8px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .four-way-test-row {
        flex-direction: column-reverse;
    }

    .rgp-image-wrapper {
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
    .s1-image-wrapper {
        display: flex;
        flex-direction: row;
    }

    .s1-image-wrapper .card-body:first-child {
        padding-right: 12px;
    }

    .s1-image-wrapper .card-body:last-child {
        padding-left: 12px;
    }
}

@media screen and (max-width: 576px) {
    .s2-master-wrapper {
        padding: 15px 0 !important;
    }

    .rotaplast-master-wrapper,
    .section-1-master-wrapper {
        padding-top: 30px !important;
    }

    .volunteer-master-wrapper {
        padding: 30px 15px !important;
	margin-bottom: 0 !important;
    }

    .volunteer-header {
        margin-top: 30px !important;
    }
}

.explore-text-overlay {
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
    margin-left: 15px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.text-overlay-wrap:hover .explore-text-overlay {
    opacity: 1
}

.csr-volunteers-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.edge-underline h3 {
    text-decoration-skip: edges
}

.section-product {
    position: relative;
    width: 100%
}

.section-product .section-product-image {
    width: 100%
}

.section-product .section-product-content {
    max-width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
}

.section-product .section-product-content h3 {
    font-weight: 800
}

.section-product.alt .section-product-content,
.section-product.alt .section-product-image {
    float: none
}

.section-product .section-product-price {
    font-size: 1.5rem;
    font-weight: 700
}

.has-text-align-justify{
	text-align: justify;	
}

img.alignright{
	margin-left: 3% !important; 
	
}

p.has-text-align-justify.last-text {
	margin-left: 3%;
}

.is-layout-flow.wp-block-column.last-item {
	display: flex;
}

p.image-with-caption {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 425px) {
	img.alignright {
		width: 100%;
    	height: auto;
	}
	
	.is-layout-flow.wp-block-column.last-item {
		flex-direction: column;
	}
	
	p.has-text-align-justify.last-text {
		margin-left: unset;
	}
	
	img.wp-image-841.alignleft {
		width: 100%;
		height: auto;
	}
	
	.image-caption {
		width: 100%;
	}
}

img.alignleft{
	margin-right: 3% !important;  
}
@media (min-width:1199px) {
    .product {
        padding: 65px;
        border-right: 1px solid #eee
    }

    .section-product .section-product-image {
        position: relative;
        width: 85%;
        background: #fff
    }

    .section-product .section-product-content {
        max-width: 600px;
        position: absolute;
        bottom: 30px;
        right: 0;
        /* padding: 30px; */
        background-color: #f9f9f9;
    }

    .section-product.alt .section-product-image {
        float: right
    }

    .section-product.alt .section-product-content {
        left: 0;
        right: auto
    }

    .section-product .section-product-content {
        max-height: 600px;
        overflow-y: scroll;
        -webkit-mask-image: linear-gradient(to top, transparent, black),
            linear-gradient(to left, transparent 17px, black 17px);
        mask-image: linear-gradient(to top, transparent, black),
            linear-gradient(to left, transparent 17px, black 17px);
        -webkit-mask-size: 100% 20000px;
        mask-size: 100% 20000px;
        -webkit-mask-position: right bottom;
        mask-position: right bottom;
        transition: mask-position 0.3s, -webkit-mask-position 0.3s;
        text-align: justify;
    }

    .section-product .section-product-content:hover {
        -webkit-mask-position: right top;
        mask-position: right top;
    }

    .section-product .section-product-content::-webkit-scrollbar-track {
        border-radius: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .section-product .section-product-content::-webkit-scrollbar {
        width: 10px;
    }

    .section-product .section-product-content::-webkit-scrollbar-thumb {
        border-radius: 12px;
        background-color: rgb(211, 211, 211);
    }
}