.about_text_container{
    width: 100%;
    background-color: #d5f3ff;
    padding: 4rem;
    text-align: center;
}

.about_text_container h2{
    margin-top: 5.8rem;
    font-size: 3rem;
    color: #161637;
}

.overview_container{
    width: 100%;
    margin-top: 5rem;
}

.heading_block{
    font-size: 1.4rem;
}

.main_block{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
}

.overview_image{
    overflow: hidden;
}

.overview_image img{
    width: 130%;
}

.overview_text{
    margin-top: 2rem;
    padding-right: 4rem;
}

.overview_text p{
    font-size: 18px;
}

.overview_1{
    margin-top: 3rem;
}

.overview_2{
    margin-top: 3rem;
}

.overview_1 h2,.overview_2 h2{
    font-size: 24px;
}

.overview_1 p,.overview_2 p{
    font-size: 17px;
    margin-top: 1rem;
}


/* our team */
.our_team{
    margin-top: 7rem;
}
.our_team h2{
    color: #161637;
    font-size: 2rem;
}

.our_team_container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background-color: #edf4fa;
    border-radius: .25rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
}

.first_member,.second_member{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.first_member_img,.second_member_img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: .25rem;
    border-radius: 50%;
}

.first_member_info,.second_member_info{
    margin-top: 1.5rem;
}

.first_member_info h3, .second_member_info h3{
    color: #161637;
}

.first_member_info p, .second_member_info p{
    font-size: 15px;
    margin-top: 10px;
}









/* from whom section */

.from_whom{
    margin-top: 7rem;
    background-color: #dce3eb;
    border-radius: .25rem;
}

.tilesWrap {
	padding: 0;
	margin: 50px auto;
	list-style: none;
	text-align: center;
}

.twelve{
    font-size: 1.4rem;
    padding-top: 2rem;
    padding-left: 2rem;
    color: #161637;
}
.tilesWrap li {
	display: inline-block;
	width: 20%;
	min-width: 200px;
	max-width: 230px;
	padding: 80px 20px 40px;
	position: relative;
	vertical-align: top;
	margin: 10px;
	min-height: 25vh;
	background: rgb(31, 31, 65);
	border: 1px solid #252727;
	text-align: left;
}
.tilesWrap li h2 {
	font-size: 114px;
	margin: 0;
	position: absolute;
	opacity: 0.2;
	top: 50px;
    color: #0ABFBC;
	right: 10px;
	transition: all 0.3s ease-in-out;
}
.tilesWrap li h3 {
	font-size: 20px;
	color: #b7b7b7;
	margin-bottom: 5px;
}


.tilesWrap li:hover h2 {
	top: 0px;
	opacity: 0.6;
}

.tilesWrap li:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	background: #fff;
	transform: skew(2deg, 2deg);
}
.tilesWrap li:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}
.tilesWrap li:nth-child(1):before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
background: linear-gradient(to right, #FFAFBD, #C9FFBF);
}
.tilesWrap li:nth-child(2):before {
	background: #f2709c;
background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
background: linear-gradient(to right, #ff9472, #f2709c);
}
.tilesWrap li:nth-child(3):before {
	background: #c21500;
background: -webkit-linear-gradient(to right, #ffc500, #c21500);
background: linear-gradient(to right, #ffc500, #c21500);
}
.tilesWrap li:nth-child(4):before {
	background: #FC354C;
background: -webkit-linear-gradient(to right, #0ABFBC, #FC354C);
background: linear-gradient(to right, #0ABFBC, #FC354C);

}
.tilesWrap li:nth-child(5):before {
	background: #f2709c;
background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
background: linear-gradient(to right, #ff9472, #f2709c);
}
.tilesWrap li:nth-child(6):before {
	background: #c21500;
background: -webkit-linear-gradient(to right, #ffc500, #c21500);
background: linear-gradient(to right, #ffc500, #c21500);
}
.tilesWrap li:nth-child(7):before {
	background: #FC354C;
background: -webkit-linear-gradient(to right, #0ABFBC, #FC354C);
background: linear-gradient(to right, #0ABFBC, #FC354C);

}













































/* For medium devices */
@media screen and (max-width: 767px) {


    .about_text_container{
        width: 100%;
        background-color: #d5f3ff;
        padding: 3.5rem;
        text-align: center;
    }
    
    .about_text_container h2{
        margin-top: 5.8rem;
        font-size: 2.8rem;
        color: #161637;
    }
    
    .overview_container{
        width: 100%;
        padding-left: 1rem; 
    }
    
    .heading_block{
        font-size: 1.4rem;
    }
    
    .main_block{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 3rem;
    }
    
    .overview_image img{
        width: 130%;
    }
    
    .overview_text{
        margin-top: 2rem;
        padding-right: 4rem;
    }
    
    .overview_text p{
        font-size: 18px;
    }
    
    .overview_1{
        margin-top: 3rem;
    }
    
    .overview_2{
        margin-top: 3rem;
    }
    
    .overview_1 h2,.overview_2 h2{
        font-size: 24px;
    }
    
    .overview_1 p,.overview_2 p{
        font-size: 17px;
        margin-top: 1rem;
    }

    .our_team h2{
        color: #161637;
        font-size: 2rem;
    }

    .our_team_container{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        background-color: #edf4fa;
        border-radius: .25rem;
        padding-bottom: 1rem;
        margin-top: 1rem;
    }

    .first_member,.second_member{
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 3rem;
    }

    .first_member_img,.second_member_img{
        width: 250px;
        height: 250px;
        object-fit: cover;
        border-radius: .25rem;
        border-radius: 50%;
    }

    .first_member_info,.second_member_info{
        margin-top: 1.5rem;
    }

    .first_member_info h3, .second_member_info h3{
        color: #161637;
    }

    .first_member_info p, .second_member_info p{
        font-size: 15px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 576px) {

    
    .about_text_container{
        width: 100%;
        background-color: #d5f3ff;
        padding: 3.5rem;
        text-align: center;
    }
    
    .about_text_container h2{
        margin-top: 5.8rem;
        font-size: 2.8rem;
        color: #161637;
    }
    
    .overview_container{
        width: 100%;
    }
    
    .heading_block{
        font-size: 1.4rem;
    }
    
    .main_block{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 3rem;
    }
    
    .overview_image img{
        width: 130%;
    }
    
    .overview_text{
        margin-top: 2rem;
        padding-right: 4rem;
    }
    
    .overview_text p{
        font-size: 18px;
    }
    
    .overview_1{
        margin-top: 3rem;
    }
    
    .overview_2{
        margin-top: 3rem;
    }
    
    .overview_1 h2,.overview_2 h2{
        font-size: 24px;
    }
    
    .overview_1 p,.overview_2 p{
        font-size: 17px;
        margin-top: 1rem;
    }

    .our_team h2{
        color: #161637;
        font-size: 2rem;
    }

    .our_team_container{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        background-color: #edf4fa;
        border-radius: .25rem;
        padding-bottom: 1rem;
        margin-top: 1rem;
    }

    .first_member,.second_member{
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 3rem;
    }

    .first_member_img,.second_member_img{
        width: 300px;
        height: 300px;
        object-fit: cover;
        border-radius: .25rem;
        border-radius: 50%;
    }

    .first_member_info,.second_member_info{
        margin-top: 1.5rem;
    }

    .first_member_info h3, .second_member_info h3{
        color: #161637;
    }

    .first_member_info p, .second_member_info p{
        font-size: 15px;
        margin-top: 10px;
    }


}

