
.build1_alt {
    margin: 30px auto;
}

.build1_sub {
    text-align: center;
    font-weight: 700;
    color: #7421DF;
}
.build1_sec {
    color: #fff;
    position: relative;
    z-index: 3;
    padding-top: 30px;
    margin: 10px 0;
}
.build1_sec h1 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 20px;
}

.build1_sec:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #4C1E87;
    content: "";
    z-index: -1;
    top: 0;
}

@media (max-width:1200px) {
    .build1_sec:before {
        height: 400px;
    }
}


.build1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F7F8F8;
}

.build1_left {
    width: 40%;
    margin: 0 auto;
}

.build1_right {
    width: 60%;
}

@media (max-width:940px) {
    .build1_left {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .build1_right {
        width: 100%;
        margin: 20px 0;
    }
    .build1_left img {
        width: 100%;
    }
}

.build1_left img {
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    margin: 12px;
}

.build1_utp {
    padding: 12px 24px;
    background: linear-gradient(45deg, #7421DF, #E41D94);
    color: #fff;
    border-radius: 5px;
    margin: 12px;
    font-size: 18px;
}
.build1_utp i {
    margin-right: 5px;
}
.fa-hand-o-up:before {
    content: "\f0a6";
  }
/*
.build1_list {
	padding:6px;
	list-style: none;
    margin: 12px;
}	
.build1_list li {
	position: relative;
	padding: 10px;
	background: #333;
	border: 2px solid #4C1E87;
	color: #fff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
	margin-bottom: 5px;
	background-size: 100% 100%;
	z-index: 1;
    font-weight: 500;
    font-size: 14px;
}
.build1_list li:hover {
	border: 2px solid #E41D94;
}
.build1_list li:before {
	content: "";
	position:absolute;
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	background: linear-gradient(320deg,#E41D94, #7421DF);
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: -1;
}
.build1_list li:hover:before {
	width: 100%;
	opacity: 1;
}	
*/

.build1_list {
    padding:12px;
	list-style: none;
    margin: 12px;
}
.build1_list li{
    padding:6px;
    color: #333;
    font-weight: 600;
}
.build1_list li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}
.build1_list li:hover:before {
    color: #E41D94;
    content: "\2714";
}    
.build1_btn {
    display: flex;
    margin: 30px 0 10px;
}

.build1_right h3 {
    color: #E41D94;
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}
