/**
Theme Name: Bantec Child
Author: ThemeOri
Author URI: https://themeforest.net/user/themeori/
Description: Child theme for the Bantec theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bantec-child
Template: bantec
*/

.team-image-class .tOri_team-item-image img {
   width: 100%;          /* or a fixed width like 300px */
    height: 430px;        /* fixed height */
    object-fit: cover;    /* ensures the image fills without distortion */
    object-position: center; /* keeps the focus centered */
}

.section-padding {
    padding: 80px 0px;
}

.infostrok-list ul li{
	background: #0e59f2;
	padding: 5px 20px !important;
    border-radius: 30px;
	color: #FFF !important;
	gap: 10px;
}

.infostrok-list ul li span{
	color: #FFF !important;
}

.elementor-359 .elementor-element.elementor-element-c6839ff .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select {
    width: 100%;
}