﻿.display_flex {
  display: flex;
 justify-content: space-around;
}

.display_flex.flex_column{
    flex-direction: column;
}


.padding-top-section{
 padding-top: 40px;
 padding-bottom: 40px; 
}

.Desktop .custom-button-group{
    position: relative;
    z-index:10004!important;
}