@media only screen and (max-width: 600px) {
  main #section_02 p {
    white-space: normal;
  }
  
  main #section_02 a>img {
      max-width: 84%;
  }
}

html{
    width: 100%;
    height: 100%;
}
body{
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    background-color: #f1f3fe;
}
header, main, footer{
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
header{
    width: 100%;
    color: lightyellow;
    text-align: center;
    background-image: url(images/Main_bg.jpeg);
    background-repeat: round;
    background-size: contain;
    background-position: center;
    border-bottom: 9px solid moccasin;
    box-shadow: 0px 4px 3px lightgray;
    position: sticky;
    top: 0;
    z-index: 10;
}
header h2{
    background-color: hotpink;
    color: hotpink;
    width: 269px;
    height: 268px;
    border-radius: 50%;
    margin: 0;
    margin-left: 10px;
}

header h2 img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
header h3{
    font-size: 16px;
    letter-spacing: 5px;
}
main{
    background: #f1f3fe;
    box-sizing: border-box;
    padding: 9px 30px 9px 30px;
}
footer{
    background: #927dfa;
}
footer h3{
    font-size: 69px;
    text-align: center;
    color: #fff;
    padding: 30px;
    margin-bottom: 0;
}
footer ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    padding: 0;
}
ul li img {
    width: 108px;
}
.desc_sec h3, .desc_sec h2{
    display: inline;
}

#section_01{
    display:flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column-reverse;
}
#section_01{
    margin-bottom: 30px;
}
#section_01 img{
    width: 21%;
    height: 400px;
    padding:50px;
    margin-top: 145px;
}
#section_01 .desc_sec h3{
    letter-spacing: 6px;
    color: hotpink;
}
#section_02 h3 {
    color: hotpink;
    font-size:29px;
    border-bottom: 3px solid hotpink;
    margin-bottom:4px;
}
#section_02> div {
    width: 80%;
    box-sizing: border-box;
}
#section_02>div:nth-child(odd){
    position: relative;
    left: 14%;
}
#section_02 p{
    display: inline-block;
    vertical-align: top;
    margin-left: 10%;
    font-size: 26px;
    white-space: pre;
    margin-top: 80px;
    line-height: 50px;
    text-align:justify;
}
#section_02 img{
    border-radius: 50%;
}
#section_02>div:nth-child(even){
    position: relative;
    left: 14%;
    text-align:right;
}
#section_02>div:nth-child(even) p
{
    margin-left: 8%;
}
.la_btn{
    color: #fff;
    width: 300px;
    height: 69px;
    background: #d10808;
    font-size: 30px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0px 0px 3px 3px #3e085e63;
}
.desc_sec h3{
    font-size: 69px;
    text-align: center;
}
.desc_sec p{
    margin-top: 0px;
    font-size: 22px;
}
.desc_sec img:last{
    margin-top: 300px;
}
.product-list-item__title{
    text-align: center;
}
.desc_sec h2 {
    margin-right: 1px;
}
ul li img {
    transform: rotate(340deg);
}

/*Animation*/
.la_btn span{
    position: relative;
    display: inline-block;
    animation: animate 2s infinite;
}
@keyframes animate{
    0%{
        left: 0;
    }
    50%{
        left: 20px;
    }
    100%{
        left: 0px;
    }
}
 
.phone_num{
    white-space: nowrap;
    color: #cd2a22;
}
#support p {
    margin-left: 15%;
    font-weight: bold;
    font-size: 20px;
    color: whitesmoke;
}

#support p:before {
    content: '* ';
}
#support h2{
    margin-left: 120px;
    color: bisque;
}
.desc_sec{
    padding-top: 10px;
}

