
	#awards {
		background-color:#f4f4f4;
		margin-bottom:20px;
	}
	
	#CDSWIDCOE {
		margin: 10px !important;
	}
	
	#ta-widgets > *,
	#intro img {
		width:100%;
	}
	
	#ta-widgets > * > * {
		max-width: 100%;
	}
	
	#intro .testimonial {
		padding:15px 5vw 15px 20px;
	}
	
	#ta-widgets,
	#ta-widgets > *,
	#TA_certificateOfExcellence882 > div {
		display: flex;
		display: -webkit-flex;
	}
	
	#ta-widgets {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;		
		margin-bottom:30px;
		margin-top:2vw;
	}
	
	#ta-widgets > * > *,
	#ta-widgets > *,
	#ta-widgets,
	#TA_certificateOfExcellence882 > div  {
		align-items: center;
		-webkit-align-items: center;	
		justify-content: center;
		-webkit-justify-content: center;	
	}
	
	#ta-widgets > * {
		align-items: center;
		-webkit-align-items: center;
		margin-bottom:10px;
	}
	
	#ta-widgets .col_a {
		justify-content: space-around;
		-webkit-justify-content: space-around;
	}
	
	
	#TA_certificateOfExcellence882 > div {
		background-color:#fff;
		border-radius:50%;
		height:120px;
		overflow:hidden;
		width:120px;
	}	

	
    #TA_certificateOfExcellence882 img {
		width:140px;
	}
	
	
	.ta_2025 img,
    #ta-widgets .icon,
    #ta-widgets .icon img {
		border-radius: 50%;
	}
	

	#ta-widgets .icon.tca2022,
	#ta-widgets .icon.tca2020 {
        background-color: #fff;
	}
	

    @media screen and (min-width:992px) {
        #intro img {
            margin-top: -140px;
        }
    

        #ta-widgets > .col_a > *,
        #ta-widgets .icon {
            height:200px;
            margin: auto;
            width:200px;
        }

        #ta-widgets .icon.tca2020 {
            background-size: 130px !important;
            height:200px;
            width:200px;
        }


        #ta-widgets img {
            max-width:100%;
        }

        #ta-widgets > .col_b > * {
            margin: 20px;
        }
    }


    @media screen and (max-width:991px) {	
        #ta-widgets > * {
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }


        #ta-widgets > .col_a > *,
        #ta-widgets .icon {
            height:180px;
            margin: 10px auto 10px auto;
            width:180px;
        }
    
    
        #ta-widgets .icon.tca2020 {
            background-size: 110px !important;
            height:180px;
            width:180px;
        }

        #ta-widgets img {
            max-width:100%;
        }

        #ta-widgets > .col_b > * {
            margin: 0px 20px;
        }

        #CDSWIDCOE {
            border-radius: 5px;
            width: 100%;
        }
    }