.section-heading {
    font-family: 'Lora';
    font-size: 60px;
    font-weight: 400;
    line-height: 76px;
    color: #393939;
}

/* --- for content boxes ----*/
.section-2 {
    left: 80px;
    width: 100%;
    text-align: left;
}

.section--about {
    min-height: 665px;
    height: 100%;
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 12;
    background-image: linear-gradient(to bottom, #ffffff, #fafcfd, #eff2ef, #edf2ed, #eff4ef);
}

@media (min-width: 768px) {
    .section--about {
        background-image: linear-gradient(to bottom, #ffffff, #fafcfd, #E8EBE6, #E0E4E0, #EFF4EF);
    }
}

@media (min-width: 1025px) {
    .section--about {
        background-image: linear-gradient(to bottom, #ffffff, #fafcfd, #E8EBE6, #E0E4E0, #E9EDE8);
    }
}


.icon-tiles {
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(44, 60, 105, 0.15);
    text-align: center;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8px 20px 41px 20px;
    background: #fff;
    position: relative;
}

@media (max-width: 400px) {
    .icon-tiles {
    max-width: 280px;
    }
}

@media (min-width: 768px) {
    .icon-link {
        flex: 0 0 50%;
    }
}

@media (min-width: 1025px) {
    .icon-link {
        flex: inherit;
    }
}

.icon-tiles img {
    object-fit: contain;
}

.page-content a:hover {
    border-bottom: none;

}

.icon-tiles:hover   {
    box-shadow: 0 0 15px rgba(44, 60, 105, 0.25);
}


@media (max-width:420px) {
    .icon-box-col1, .icon-box-col2 {
    	display: flex;
    	justify-content: space-around;
    	flex-wrap: wrap;
    }
}

@media (max-width:630px) {
    .icon-box-col1, .icon-box-col2 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.icon-title {
	color: #4E4E4E;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: 27px;
	line-height: 16px;
	width: 225px;
}


@media (min-width:1025px) {
    .icon-box-container {
        position: absolute;
    }
}

.icon-link {
    width:307;
    height: fit-content;
    display: inline-block;
    box-sizing: border-box;
    padding:0;
    margin: 0;
}


@media (max-width:1024px) {
    .icon-box-col1,
    .icon-box-col2 {
        display: flex;
        justify-content: space-around;
    }
}

@media (min-width: 1200px) {

     .icon-box-container {
        display: flex;
        justify-content: space-around;
        width: 675px;
        height: 100%;
        margin-top:50px;
        flex-direction: row;
    }

    .icon-box-col1 {
        height: 650px;
        width: 310px;
        display: flex;
        flex-direction: column;
    }

    .icon-box-col2 {
        height: 650px;
        width: 310px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}
