  .equal-section {
        padding: 40px 0;
      }
  .transparent-heading {
    color: transparent;
    -webkit-text-stroke: 2px #20282d;
    letter-spacing: 2px;
}
      .seo-heading {
        text-align: center;
        font-size: 35px;
        margin: 40px 0;
        line-height: 55px;
		  letter-spacing: 1px;
      text-transform: uppercase;
      }

      :root {
        --light-section-color: #f8f9fa;
      }

      .scotland-list {
        margin-left: 16px;
      }

      .scotland-list li {
        margin-bottom: 20px;
        list-style: disc;
      }

      @media (max-width: 768px) {
        .image-banner {
          height: 280px !important;
          margin-bottom: -25px;
        }

        .seo-heading {
          font-size: 28px;
        }
        .seo-heading br
        {
          display: none;
        }
      }

      /*  */

  .weeklyPriceDiv {
    animation: beat .90s infinite alternate;
    width: 60%;
    margin: 0 auto;
    cursor: pointer;
}
 .weeklyPrice {
    text-decoration: none;
    color: white;
    background-image: url(../../../imgs/btn-2.jpg);
    padding: 10px 20px;
    border-radius: 5px;
    background-size: cover;
    background-position: top;
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
	text-align: center;
}


@keyframes beat {
    to {
        transform: scale(1.1);
    }
}


@media (max-width: 768px) {
.weeklyPriceDiv
{
		width: 85%;
}
.weeklyPrice
{
	font-size: 18px;
}
}
