/*
Theme Name: GTMAX-Theme
Theme URI: http://gtmax.test/GTMAX-Theme
Author: Your Name
Author URI: http://gtmax.test
Description: A simple custom theme built from scratch
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: GTMAX-Theme
*/

.justify-center{
    justify-items: center;
}
.mt-200{
    margin-top: 200px;
}
.right-0{
    right: 0;
}


@font-face {
  font-family: 'D-DIN';
  src: url('fonts/D-DIN.woff') format('woff');
  font-style: normal;
  font-display: swap; /* Optional: controls how the font loads and displays */
}

.branch-image{
    border-radius: 10px;
}
.branch-content{
    padding: 10px;
}

.career_more_detail_btn{
    width: 150px !important;
    position: relative;
}
.career_more_detail_btn::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%) rotate(90deg);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid white;
}
.list-style-disc {
    list-style-type: disc;
    list-style-position: inside;
}

