#hero-alt .featured-article{
	padding-bottom : 0px !important;
}
.three-col .col h3 {
    padding: 0px 0px;
    min-width: 100%;
    max-width: 80%;
    color: #004953;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
    margin-top: 15px;
}
.newsletter-title p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;    
    min-height: 70px;
}
.three-col .col h3:after {
    margin: 15px 0px -10px;
    display: block;
    content: '';
    background: unset!important; 
}
.three-col .col p {
    padding: 0px 5px;
}
.date-time{
	margin-top: 10px;
}
.three-col .col .cta-bttn {
	position: absolute! important;
    bottom: unset! important; 
}
.cta-bttn a{
    color: #4d4d4d;
}
.three-col .col a, .three-col-icons .col a {
     margin-left: 0px; 
}

.newsletters-detail-inner-image {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
    width: 60%;
}
#ideas-article{
	padding: 0 20% 0 20%;
}

/*#learning-centre{
	padding: 0 5% 0 5%;
}*/

.view-more-button a {
    margin: auto;
    background: #004953;
    padding: 15px 21px;
    color: #ffff;
    font-size: 18px;
}

.three-col .col .cta-bttn {
    position: absolute! important;
    bottom: unset! important;
}

.view-more-button{
	text-align: center; 
	padding-bottom: 30px; 
	margin-top: 35px;
}

.col{
	margin-top: 15px;
}
div.container-title {
position: absolute;
top: 0px;
font-size: 18px;
padding-left: 7px;
padding-right: 10px;
padding-top: 15px;
margin-left: 0px;
bottom: 0px;
width: 50px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.container-title p{
font-size: 20px;
font-weight: 400;
transform: rotate(270deg);
white-space: nowrap;
}

#home-banner{
	position: relative;
	background-size: cover !important;
    background-position: center 28% !important;
    background-color: #78787812 !important;
}
#content{
	margin-top: 0;
}

/*18-08-2023 CSS Start*/
#learning-centre .content-module .cards{
	margin-bottom: 0;
}
#ideas-article .article{
	padding-bottom: 40px;
}
/*18-08-2023 CSS End*/

/*25-08-2023 CSS Start*/
#learning-centre .image-wrap img{
    min-height: 320px;
    max-height: 320px;
    height: 320px;
    object-fit: cover;
}
/*25-08-2023 CSS End*/


@media (min-width: 980px){
	#ideas-article .author-info .image {
	    width: 16.66667%;
	    float: left;
	    padding-right: 1.66667%;
	}

	.author-info .info{
		width: 66.66667%;
	    float: left;
	    padding-left: 1.66667%;
	    padding-right: 1.66667%;
	}
}

@media only screen and (max-width:767px){
	#home-banner{
	  min-height: 217px !important;
	}
	#ideas-article {
	padding:0;
	}
	.info h3{
		text-align: center;
	}
	.info p{
		text-align: center;
	} 
	.newsletters-detail-headign-inner{
		line-height: 30px;
	}
	div.container-title p{
		font-size: 15px ;
	}
	 #learning-centre .image-wrap img{
        min-height: inherit;
        max-height: inherit;
        height: auto;
    }
    #learning-centre h3{
    	margin-left: 0px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
	div.container-title p{
       font-size: 23px !important;
	}
	#learning-centre .image-wrap img{
        min-height: inherit;
        max-height: inherit;
        height: auto;
    }
    #learning-centre h3{
    	margin-left: 4px !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){
	div.container-title p{
       font-size: 23px !important;
	}
	.article .left1 p{
       padding-top: 20px;
	}
	#learning-centre .image-wrap img{
        min-height: 250px;
        max-height: 250px;
        height: 250px;
        object-fit: cover;
    }
    #learning-centre h3{
    	margin-left: 6px !important;
    }
}

@media only screen and (min-width:1200px) and (max-width:1299px){
	.article .left1 p{
		padding-top: 20px;
	}
	div.container-title p{
        font-size: 23px !important;
	}
}

@media only screen and (min-width:1300px) and (max-width:1399px){
	.article .left1 p{
		padding-top: 20px;
	}
}

@media only screen and (min-width:1400px) and (max-width:1499px){
	.article .left1 p{
		padding-top: 20px;
	}
	div.container-title p{
        font-size: 20px !important;
	}
}

@media only screen and (min-width:1500px) and (max-width:1600px){
	.article .left1 p{
		padding-top: 20px;
	}
	div.container-title p{
        font-size: 20px !important;
	}
}

@media only screen and (min-width:1900px) and (max-width:2200px){
	.article .left1 p{
		padding-top: 20px;
	}
	div.container-title p{
        font-size: 20px !important;
	}
	#learning-centre .image-wrap img{
      min-height: 400px;
      max-height: 400px;
      height: 400px;
      object-fit: cover;
    }
}