@font-face {
    font-family: EquipSlab-BoldItalic;
    src: url('../fonts/EquipSlab/EquipSlab-BoldItalic.ttf');
}
@font-face {
    font-family: SansMateo;
    src: url('../fonts/SansMateo.ttf');
}

.tile {
    width: calc(100% / 3);
    padding-bottom: 30px;
}

h1 {
    font-family: EquipSlab-BoldItalic;
}

.name {
    font-size: 28px;
}

.text-3 {
    font-size: 16px;
}

.image-container {
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    position: relative;
    height: 200px;
}

.modal-image-container {
    overflow: hidden;
    border-radius: 20px 20px 20px 20px;
    position: relative;
    height: auto;
}

.card:hover {
    transform: scale(1.025);
    transition: .2s ease-in-out;
    cursor: pointer;
    color: rgb(242, 115, 148);;

}

.card-border {
    border-radius: 20px 20px 20px 20px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #fff;
}

.card-title {
    font-weight: bold;
}

.service-card-a {
    color: #202020;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .tile {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 770px) {
    .page-title {
        font-size: 26px;
    }
    .page-subtitle {
        font-size: 18px;
    }
    .text-3 {
        font-size: 14px;
    }
    .tile {
        width: 100%;
    }
}
