/* global */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: "montserrat", sans-serif;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* end of global */

@media(min-width: 1366px) {
    .services-strip,
    .square-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .strip-item,
    .square-item {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .strip-item img {
        height: 350px;
        border-radius: 500px;
    }
    .strip-item h3 {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        margin: 10px auto;
        text-align: center;
    }
    .strip-item h4 {
        font-size: 20px;
        font-weight: 600;
        color: #f0f0f0;
        margin: 10px auto;
        text-align: center;
    }
    .square-text {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        background: #1111ba;
        margin: 0 auto;
        padding: 20px;
        height: 80px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .square-image {
        min-height: 300px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .services-strip,
    .square-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .strip-item,
    .square-item {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .strip-item img {
        height: 300px;
        border-radius: 500px;
    }
    .strip-item h3 {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        margin: 10px auto;
        text-align: center;
    }
    .strip-item h4 {
        font-size: 20px;
        font-weight: 600;
        color: #f0f0f0;
        margin: 10px auto;
        text-align: center;
    }
    .square-text {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        background: #1111ba;
        margin: 0 auto;
        padding: 20px;
        height: 80px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .square-image {
        min-height: 300px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .services-strip,
    .square-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .strip-item,
    .square-item {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .strip-item img {
        height: 250px;
        border-radius: 500px;
    }
    .strip-item h3 {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        margin: 10px auto;
        text-align: center;
    }
    .strip-item h4 {
        font-size: 20px;
        font-weight: 600;
        color: #f0f0f0;
        margin: 10px auto;
        text-align: center;
    }
    .square-text {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        background: #1111ba;
        margin: 0 auto;
        padding: 20px;
        height: 80px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .square-image {
        min-height: 300px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
}

@media(max-width: 769px) {
    .services-strip,
    .square-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .strip-item,
    .square-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 25px auto;
    }
    .strip-item img {
        height: 280px;
        border-radius: 500px;
    }
    .strip-item h3 {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        margin: 10px auto;
        text-align: center;
    }
    .strip-item h4 {
        font-size: 20px;
        font-weight: 600;
        color: #f0f0f0;
        margin: 10px auto;
        text-align: center;
    }
    .square-text {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        background: #1111ba;
        margin: 0 auto;
        padding: 20px;
        height: 80px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .square-image {
        min-height: 300px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
}
