.text-left-syles {
    font-size: 32px;
    font-weight: 800;
}

.left-span-style {
    color: #BD0D21;
}

.image-section-left {
    width: 300px;
}


.theme-btn-1 {
    border-radius: 18px;
}

.bacground-card {
    padding: 64px;
    border-radius: 32px;
    border: 1px solid #c8c8c8;
}

.cnt__breadcrumb-area {
    background-image: url("../img/others/contact-bg.png");
    margin-bottom: 100px;
    padding-top: 45px;
    padding-bottom: 40px;
}

.theme-btn {
    border: 1px solid #BD0D21;
}

.theme-btn:focus {
    background-color: #BD0D21;
    color: white;
}

.youmay-title-border {
    position: relative;
    padding-bottom: 10px;
}

.youmay-title-border::before {

    display: none;
}

.pdt__breadcrumb-area {
    background-image: url("../img/others/contact-bg.png");
    margin-bottom: 100px;
    padding-top: 45px;
    padding-bottom: 40px;
}


.total-right {
    display: flex;
    flex-direction: column;

}

.right-image {
    width: 100%;
    height: 311px;

}

.left-image {
    width: 100%;
}

.total-left-gft {
    position: relative;
}

.card {
    width: 300px;
    height: 200px;
    position: relative;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custombutton{
    position: absolute;
    bottom: 30px;
    left: 30px;
}


.card-profile {
    position: relative;
    width: auto;
    background-color: #BD0D21;
    padding: 1.25rem 2rem 3rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2);
  }
  
  .card__img {
    width: 96px;
    border-radius: 50%;
  }
  
  .card__border {
    width: 110px;
    height: 110px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 0.75rem;
  }
  
  .card__name {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
  }
  
  .card__profession {
    color: #c8c8c8;
    font-size: 1rem;
    font-weight: 500;
  }
  