.head-bx {
    display: flex;
    flex-direction: row;
}

p {
    font-size: 15px;
}

.head-desc {
    margin-left: 2rem;
}

.hd-des-txt {
    font-size: 1.5rem;
}

.col-style {
    display: flex;
    flex-direction: column;
    padding: 4rem;
}

.ins-rw {
    margin-bottom: 0rem;
}

.ins-desc {
    font-size: 1.5rem;
    margin-bottom: auto;
}

.ins-img {
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.needbox {
    background-color: rgba(230, 230, 230, 0.836);
    padding: 1.5rem 2.5rem 2rem 2.5rem;
    margin-bottom: 4rem;
    border-radius: 0.8rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 1px  solid rgb(71, 71, 71);
}

@media screen and (max-width: 768px) {
    .ins-desc {
        font-size: 1.5rem;
        margin-bottom: 3.5rem;
    }
    
    .head-bx {
        flex-direction: column;
    }
}

/* button */
.btn-center-2buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 700px) {
    .btn-center-2buttons {
        flex-direction: column;
    }
}

.phone-button {
    background-color: #da0000;
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
    border-radius: 5rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: none;
    margin: 3.5rem auto 3.5rem auto;
}

.phone-button:hover {
  transform: scale(1.04);
  transition-duration: 0.6s;
}

.pnumber {
    color: #fafafa;
    font-weight: bold;
}

.pnumber:hover{
  color: #fafafa;
}

.pnumber_button {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.phone_number_h4 {
  font-size: 1.8rem;
  margin: 0;
}

.dwnld-ico {
  height: 2.2rem;
  margin-right: 2rem;
}

.stp-spacer {
    margin-bottom: 100px;
}

.heading-diy-top {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    text-shadow: 3px 2px 4px rgba(126, 126, 126, 0.36);
}

.heading-diy {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    text-shadow: 3px 1px 3px rgba(126, 126, 126, 0.36);
}

.what-you-need-list {
    border-radius: 2rem;
    padding: 15px;
    border: 1px solid #555555ab;
    margin-bottom: 15px;
}

/* .tips-before-start {
    border-radius: 2rem;
    padding: 15px;
} */

.fab-recommendation {
    border-radius: 2rem;
    padding: 15px;
}

.what-you-need-list li {
    font-size: 16px;
    line-height: 35px;
}

.what-you-need-list li a{
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .text-desc-ind-shadow {
        margin: auto 3px 25px 3px;
    }

    .heading-diy-top {
        font-size: 38px;
        font-weight: 800;
    }
    
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 40px;
}

@media screen and (max-width: 850px) {
    .youtube-video {
        width: 100%;
    }
}

.pdf-download-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pdf-download-button button {
    margin: 0 auto 0 auto;
}

.sm-posting-instuctions {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.what-you-need-list-flex {
    display: flex;
    flex-direction: column;
}

.what-you-need-list h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.shopify-prod {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #fff;
}

.shopify-prod:hover {
    cursor: pointer;
}

.shopify-prod img {
    width: 50px;
    border-radius: 8px;
    margin-right: 20px;
    border: 1px solid #fff;
}

.shopify-prod:hover img{
    border: 1px solid #a0a0a0;
}

.shopify-prod p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.shopify-prod:hover p {
    font-weight: 500;
    color: #000;
}

.shopify-not-sell-prod {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #fff;
}

.shopify-not-sell-prod img {
    width: 50px;
    border-radius: 8px;
    margin-right: 20px;
    border: 1px solid #fff;
}

.shopify-not-sell-prod p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

/* TABLE STYLES Start */
table {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}

.tble-hd {
    color: #fff;
    background-color: #000;
} 

.sm-font-tble {
    font-size: 14px;
}

td,
th {
    border: 1px solid #0000005e;
    text-align: left;
    padding: 1rem;
}

/* tr:nth-child(even) {
    background-color: #eff0f4;
} */

@media screen and (max-width: 768px) {
    table {
        font-size: 11px;
    }

    td,
th {
    text-align: left;
    padding: 0.8rem;
}
}
/* TABLE STYLES end */