.afzalliklar {
  
 
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.afzal-title {
  font-size: 68px;
  color: #fff;
   
  margin-bottom: 40px;
}

.afzaliklar-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.afzal-card {
  display: flex;
  width: 100%;
  max-width: 700px;
  
  border-radius: 10px;
  overflow: hidden;
   
}

.img-box {
  width: 100px;
  height: 100px;
  background-color: #053C36;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.card-img-afzal {
  max-width: 90%;
  max-height: 90%;
}

.afzal-card-title-box {
  width: 550px;
  height: 150px;
  border: 1px solid #a855f7;
  padding: 20px;
  font-family: 'Roboto Flex', sans-serif;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; /* Pastki chap burchakni o'chirish */
  background-color: green; /* Ichki fon rangi */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.afzal-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.afzal-card-text {
  font-size: 14px;
  color: #bcbbbb;
  font-weight: 500;
  font-family: 'Roboto Flex', sans-serif;
  line-height: 1.5;
}
 




@media (max-width: 768px) {

.img-box{

    width: 90px;
    height: 80px;
}
    


.afzal-card-title-box{
    width: 100%;
    height: auto;
}


.afzal-title{
    font-size: 28px;
}
}
  




















 

























