  @media(max-width:768.68px) {
	 #circle-image {
		 margin-left: auto !important;
		 margin-right: auto !important;
	}
}
 @media(min-width:1833.33px) {
	 #forty-percent_component {
		 padding-right: 180px !important;
	}
}

#schedule-your-time_component p#pro-tip, #communicate-colleagues_component p#pro-tip {
    position:relative;
    margin-top:2.5rem;
    margin-left: 3rem;
}
 #schedule-your-time_component p#pro-tip::before, #communicate-colleagues_component p#pro-tip::before {
    content: "";
    -webkit-mask:url(/__template/t1/images/check-circle-solid.svg);
    mask: url(/__template/t1/images/check-circle-solid.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    display: inline-block;
    background-color: #fdb814;
    color: #fdb814;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -2.25rem;
    top: .2rem;
}
