.elementor-repeater-items a {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0px;
    flex-direction: row;
    align-items: center;
    background: #001859;
    color: white !important;
    font-size: 23px;
    font-weight: bold;
}
.elementor-repeater-items p {
    margin: 0;
    padding: 0 50px;
}
.repeater-item-title {
    padding: 0 0px;
}
.elementor-repeater-items img {
    height: 160px !important;
    max-width: 190px !important;
}
.type2 .repeater-item-title {
    padding: 0px 20px 0 0;
	width: 100%;
}
.type2 .elementor-repeater-items a {
	display: flex;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0px;
    flex-direction: row;
    align-items: center;
    background: #DEEAF9;
    color: #001859 !important;
    font-size: 23px;
    font-weight: bold;
    justify-content: flex-start;
    height: 120px;
}
.type2 .elementor-repeater-items a:after {
    content: '';
    background-image: url('../arrder.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 20px;
    margin-right: 30px;
}
.type2 {
	overflow: hidden;
}
.type2 .elementor-repeater-items img {
    height: 140px;
    width: auto;
	    margin-right: 30px;

}
.type3 .elementor-repeater-items a {
    font-size: 15px;
    font-weight: normal;
}
.type3 .imgbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 140px;
    width:100%;
    height: 160px;
	padding: 10px;
	background: #fae1e9;
}
.type3 .elementor-repeater-items img {
    width: 100%;
    height: auto !important;
}
.type3 .imgbox p {
    display: block !important;
    padding: 0px 0px 0;
    color: #001859;
}

picture.repeater-item-image {
    height: 130px;
    width: 170px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 600px) {
.elementor-repeater-items a {
    font-size: 16px;
}
.elementor-repeater-items p {
        margin: 0;
        padding: 0 20px;
        max-width: 150px;
        font-size: 18px;
        text-align: left;
        width: 100%;

}
	.typenowrap .repeater-item-title{
		text-wrap-mode: nowrap !important;	
	}
.type3 .elementor-repeater-items p {
        margin: 0;
        padding: 0 20px;
        max-width: none;
        font-size: 13px;
        text-align: left;
        width: 100%;
}
.type3 .repeater-item-title {
    padding: 0 0px;
    width: 100%;
    font-size: 10px;
}
.type3 .elementor-repeater-items .imgbox p {
    text-align: center;
}
.type2 .repeater-item-title {
    padding: 0px 20px 0 0;
    font-size: 15px;
	
}
}