* {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none !important;
}

.button-text {
    width: 158px;
    height: 26px;
    gap: 0px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    color: var(--primary-text, #684B9B);
    position: absolute;
}

.button-icon {
    width: 20px;
    height: 20px;
    position: relative;
    left: 35%;
    top: 4px;
}


.petsinCargo {
	margin-bottom: 7% !important;
 	width: 1140px !important;
    height: 160px !important;
    padding: 40px !important;
    gap: 32px;
    border-radius: 8px;
   /* background: var(--gray-surface-weak, #F9F9FC);*/
    /*margin: 30px;*/
    margin: 10px 150px 50px 140px;
    padding-left: 15px;
  	background: #F9F9FC url("../../../../content/dam/thaiairways/images/travel-information/special-assistance/travellingpets/petsBg.png") no-repeat;
    background-position-x: 84%;
    padding-bottom: 29px;
}


/*
.button{
    padding-top: 15px;
    padding-left: 55px;
    padding-bottom: 15px;
}*/

.contactbutton {
  /*  width: 270px !important; */
    width: 100%;
    height: 61px !important;
    padding: 8px 32px 8px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px !important;
    /* opacity: 0; */
    background: linear-gradient(98.72deg, #684B9B -27.72%, #381B6B 127.08%);
    box-shadow: 0px 1px 2px 0px #1018280D;

    font-family: "InterBold";
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
}

img.arrowimage {
    width: 24px;
    height: 24px;
}

.cargoContent {
    width: 758px;
    height: 80px;
    gap: 24px;
}

.petscargo-title, .petscheckIn-title {
    width: 100%;
    height: auto;
    gap: 0px;
    font-family: Bellefair;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    color: var(--gray-text-strong, #2C3059);
}
.petscabin-content {
    width: auto;
    height: auto;
    gap: 0px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: var(--gray-text, #6A6D87);
}
 /* .arrowimage {
    width: 20px;
height: 20px;
padding: 4.17px 3.33px 4.17px 3.33px;
gap: 0px;
opacity: 0px;

}*/

.petsCard {
    display: flex;
    justify-content: space-between;
    align-items: center;
}   

@media (min-width: 340px) and (max-width: 763px){

.petsinCargo {
    padding: 40px 24px !important;
    margin-bottom: 7% !important;
   /* background:url("../../../../content/dam/thaiairways/images/travel-information/special-assistance/travellingpets/petsInCabinBG.png");
         background: transparent url("../../../../content/dam/thaiairways/images/travel-information/special-assistance/travellingpets/petsInCabinBG.png") no-repeat;*/
         background: #F9F9FC url("../../../../content/dam/thaiairways/images/travel-information/special-assistance/travellingpets/mobilePet.png") no-repeat;
    margin:10px;
}

    .contactbutton {
    width: 326px !important;
        }

.petscargo-title, .petscheckIn-title {
    width: 100%;
    height: auto;
    gap: 0px;
    font-family: Bellefair;
    font-size: 20px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    color: var(--gray-text-strong, #2C3059);
}

.petsCard {
    display: flex;
    flex-direction: column;
    gap: 32px;
} 

.petsCard > div {
    width: 100%;
}
}




