                /* Smart phone and tablets */
                
                @media (max-width:767px) {
                    .container-fluid {
                        padding: 0 20px
                    }
                    .experience-penefit .content {
                        position: relative;
                        top: 50px;
                        padding: 40px 0;
                    }
                    .premium-profile h1 {
                        font-style: normal;
                        font-weight: bold;
                        font-size: 34px;
                    }
                    .premium-profile h1 br {
                        display: none;
                    }
                    .premium-profile p {
                        font-size: 18px;
                    }
                    .team-members .media h4 {
                        font-style: normal;
                        font-weight: 500;
                        font-size: 16px;
                        margin-top: 15px;
                    }
                    .team-members .media h5 {
                        font-weight: 500;
                        font-size: 19px;
                    }
                    .team-members .media img {
                        width: auto;
                    }
                }
                
                @media (min-width:768px) and (max-width:992px) {
                    .experience-penefit .content {
                        position: relative;
                        top: 100px;
                    }
                    .allow-to-pormotion h2,
                    .allow-to-pormotion p,
                    .allow-to-pormotion h3 {
                        text-align: center;
                    }
                    .allow-to-pormotion p {
                        margin-bottom: 30px;
                    }
                }
                
                @media (max-width:992px) {
                    .row-reverse-mob {
                        flex-direction: column-reverse !important;
                    }
                    .premium-profile img {
                        margin-bottom: 25px;
                    }
                    .section-icons .col-lg-4 {
                        margin-bottom: 25px;
                    }
                    .results {
                        text-align: center;
                    }
                    .results .reverse-row {
                        flex-direction: column-reverse;
                    }
                    .results .flex-div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        flex-direction: column;
                    }
                }
                
                @media (min-width:992px) and (max-width:1200px) {
                    .experience-penefit .content {
                        position: relative;
                        top: 100px;
                    }
                }