
section.service_section img {
    width: 100%;
    max-width: 300px;
    border-radius: 5px;
}
.services_under_main {
    border: 1px solid #00000026;
    padding: 30px 20px;
    box-shadow: 0 0 7px #00000047;
}
section.service_section .description h3 {
    color: #fd470c;
}
section.service_section button {
    background: #fd470c;
    border: none;
    padding: 8px 20px;
    margin-top: 14px;
    width: 100%;
}

.product {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 400px;
    margin: auto;
}

 .moving-tab {
    background-color: #FD470C;
    box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}

 .moving-tab {
    /* position: absolute; */
    text-align: center;
    padding: 8px;
    font-size: 18px;
    text-transform: uppercase; 
     -webkit-font-smoothing: subpixel-antialiased; 
    top: -4px;
    left: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
}
.description h5 {
    font-size: 18px;
    margin: 0px 0 10px 0px;
    font-weight: bold;
    color: #fd470c;
}




section.questions-section {
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    align-content: center;
    min-height: 620px;
}




@media (min-width: 768px) {
    p.questions {
        font-size: 34px  !important;
    }
    

}