.FixedWidth {
    /*width: 480px;*/
    /*min-height: 580px;*/
/*    float: left;
    position: relative;*/
    /*min-height: 1px;*/
   /*margin-right: 15px;*/
    display: flex;
    flex-direction: row;
}
.FixedWidth:nth-child(2n) {
	display: flex;
	flex-direction: row-reverse;
}

.FeatureTitleBox {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-left: 3%;
}
.FeatureTitle {
    text-align: left;
    padding: 0px 30px;
}
.homePagetitle h2 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 92.67px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
}
.textPadding {
    padding: 5%;
    min-height: 130px;
}
.textPadding .title {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 69.5px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
}
.textPadding p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26.06px;
    color: rgba(0, 0, 0, 1);
    text-align: justify;
    vertical-align: top;

}
.service-icon {
	background: url("../../../../twentytwenty/images/home-feature-background.webp");
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.service-icon img {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*margin-bottom: 10px;*/
    /*text-align:center;*/
    /*vertical-align: middle;*/
    /*padding: 30px 15px 15px 15px;*/
    /*width: 100%;*/
    max-height: 350px;
}
.service-icon a {
	display: none;
	margin-top: 25px;
	padding: 3px 10px;
    font-size: 12px;
    border-radius: 50px;
    color: #ffffff;
	background: #0084FF;
}
.service-icon a i {
	color: #ffffff;
    font-size: 15px;
}
.textPadding h5 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52.48px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
}
.textPadding a {
	padding: 8px 25px;
    font-size: 24px;
    color: #000000;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 1);
}
.textPadding a i {
    font-size: 30px;
}
.textPadding a:hover {
    color: #ffffff;
	background: #0084FF;
    border: none;
}
.textPadding a i:hover {
    color: #ffffff;
}
.FixedWidth .text-center p {
    font-size: 2.3rem;
    padding: 0% 5%;
}
.FixedWidth:hover .readmore {
    background-color: #fff;
    color: #ced665;
    border: 5px solid #ced665;
}
.FixedWidth:hover .service {
    color:white;
    /*background: #ced665;*/
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .FeatureTitleBox {
        margin-bottom: 15px;
        padding: 0px;
    }
    .FeatureTitle {
        padding: 0px;
    }
    .FeatureTitle h2,.HomeTitle h2 {
        font-size: 33px;
        padding: 0px 15px;
    }
    .homePagetitle h2 {
        font-size: 33px;
    }
    .textPadding {
        padding: 5%;
        min-height: 80px;
    }
    .textPadding .title {
        font-size: 16px;
        line-height: 28px;
    }
    .textPadding h5 { 
    	font-size: 14px;
        line-height: 20px;
    }
    .textPadding p {
        font-size: 12px;
        line-height: 20px;
    }
    .FixedWidth {
        /*width: 270px;*/
        /*min-height: 100px;*/
    }
    .FixedWidth .text-center p {
        font-size: 12px;
    }
    .service-icon a {
    	display: block;
    }
	.textPadding a {
		display: none;
	}
}