.t-img-select__text {
    color: rgba(255, 255, 255, 0.01) !important;
}

    .button_green{
        background: linear-gradient(180deg, #62C6A1 0%, #2A8060 100%);
box-shadow: 0px 6px 0px #196147, 0px 20px 75px rgba(55, 139, 108, 0.7);
border-radius: 10px;
    }
    
    .button_green:hover{
       background: linear-gradient(360deg, #5AB06A 0%, #9DE363 100%);
box-shadow: 0px 6px 0px #438953, 0px 20px 75px rgba(117, 197, 103, 0.7);
border-radius: 10px;
    }
    
    .t-img-select__indicator_4-3 {
    padding-bottom: 35% !important;
}
.t-img-select__control {
    width: calc(30% - 10px) !important;
}