.image-buttons {
    position: relative;
    padding-block: 40px;
    overflow: hidden;
}

.image-buttons__bg {
    display: none;
}

@media (min-width: 600px) {
  .image-buttons__bg {
      display: block;
      position: absolute;
      right: -30%;
      top: 0;
      opacity: 0.4;
  }
}

@media (min-width: 800px) {
	.image-buttons__bg {
		right: min(190px, 20%);
	}
}

.icon-tiles {
    width: 307px;
    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: 0;
    background: #fff;
    position: relative;
}

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

.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: relative;
	padding-block: 1.2rem;
	line-height: 16px;
	width: 100%;
}

.icon-title.icon {
    padding-top: 0;
    padding-bottom: 2.4rem;
}

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

}

.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:768px) {
    .image-buttons {
        padding-block: 50px;
    }
}

@media (min-width:1025px) {
     .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;
    }

    .image-buttons {
        padding-block: 80px;
    }
}

.image-buttons__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image-buttons__title {
    text-align: center;
    font: normal normal normal 40px/51px Lora;
    letter-spacing: 0px;
    color: #393939;
    margin-block: 2px;
}

.image-buttons__tile-img-box {
    height: 160px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-buttons__link:hover {
    text-decoration: none;
}

.image-buttons__tile-img.photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-buttons__tile-icon-bg {
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -10px;
    z-index: 1;
    object-position: center;
}

.image-buttons__tile-img.icon {
    position: relative;
    z-index: 1;
    bottom: 0;
    margin-top: 3rem;
    width: 66px;
    height: 70px;
}
