.text-card {
    font-size: 18px;
}
.text-card strong {
    color: #ff9800;
}
.box-header {
    display: flex;
    align-items: center;
}
.box-header h2 {
    font-size: 3em;
}
.box-header img {
    height: 80px;
    margin-bottom: 30px;
    margin-right: 15px;
}
.phone-img {}

.phone-img img {
    height: 525px;
    width: auto;
    padding: 30px 0;
}
.section-img {
    width: 100%;
    padding: 15%;
}
.section-img img {
    width: 100%;
    height: auto;
}

/*.section-box {
    width: 450px;
    font-size: 18px;
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.left{
    margin-left: 185px;
}
.right{
    margin-right: 100px;
}
.section-img{
    display: flex;
    justify-content: center;
}
.section-img img{
    height: 525px;
}
.section-tab-img img{
height: 380px;
} */

.section-img img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));
}

.box-1 h2 {
    color: #39c63c;
}

.box-2 h2 {
    color: #f6412c;
}

.box-3 h2 {
    color: #ff9700;
}

.box-4 h2 {
    color: #1182f5;
}

.box-5 h2 {
    color: #9a1cb1;
}

/* TABLET */

@media (max-width: 1123px) {
    .section {
        grid-template-columns: 1fr;
    }
    .grid-el-first {
        grid-area: 1/1/span 1/span 1;
    }
    .section-grid {
        align-content: center;
    }
    .section-img {
        padding: 0 15%;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    /* .left {
        margin-left: 0;
        margin-top: 75px;
    }
    .right {
        margin-right: 0;
        margin-bottom: 75px;
    }
    .section-box {
        padding: 30px;
    }
    .section-grid {
        justify-items: center;
    }
    .section-img {
        padding: 10%;
    } */
    .text-card {
        margin-bottom: 50px;
    }
    .phone-img img {
        padding: 50px 0;
    }
}

/* PHONE */

@media (max-width: 630px) {
    /*.showcase h1 {
        font-size: 72px;
    }
    .showcase h2 {
        font-size: 28px;
    }
     .box-header{
        justify-content: center;
    } */
    .box-header h2 {
        font-size: 2.2em;
    }
    .box-header img {
        height: 50px;
        margin-bottom: 30px;
        margin-right: 10px;
    }
    .text-card {
        width: 100%;
    }
    .section-img {
        width: 88%;
        padding: 0;
    }
    .text-card-tab {
        margin-bottom: 0;
    }
}