@media (max-width:1300px) and  (min-width:800px){
	.smPortalTeams-section{
	  padding-top:30px;
	}
	.smPortalTeams-heading{
	   font-size:var(--tab-section-heading-font-size);
	}
	.smPortalTeamsDiv{
	   padding:0px 60px;
	}
	.smPortalTeams-teamDescriptionDiv{
	   margin:21px 0px 70px 0px;
	   max-height:391px;
	   width:514px;
	   padding:17px 21px;
	}
	.smPortalTeams-name,.smPortalTeams-description{
	  font-size:var(--tab-primary-font-size);
	}
	.smPortalTeams-role{
	   font-size:var(--mob-tertiary-font-size);
	}
	.smPortalTeams-socialMediaImage{
	  width:23px;
	  height:23px;
	}
	.smPortalTeams-groupImageDiv {
	    width: 392px;
	    height: 392px;
	    background-size: contain; 
	    background-position: center;
	}
}

@media (max-width:1300px) and  (min-width:800px){	
    .smPortalTeams-photoDiv{
       width:108px;
       height:108px;
    }
    .smPortalTeams-arrowCircle{
       font-size:var(--tab-page-heading-font-size) !important;
    }
    .smPortalTeams-photoName{
       font-size:var(--tertiary-label-font-size);
     }
     .smPortalTeams-photoRole{
        font-size:var(--tertiary-label-font-size);
     }
     .smPortalTeams-carousel{
        height: 237px;
        padding: 0px 60px;
     }
     #smPortalTeams-teamList3{
     width: 120px;
     
     }
	
}
