.responsive {
    width: 100%;
    height: auto;
    min-height: 5rem;
    object-fit: scale-down;
  }
.left {
    float: left;
}
.contact_info {
    height: auto;
    float: right;
    text-align: bottom ;
    
    font-size-adjust:inherit;
    font-style: italic;
    color: rgb(43, 96, 43);
    margin-right: 30px;
    padding-top: 44px;
}

.intro{
    background-color: white;
    overflow: hidden;
}

.intro_2{
    background-color: white;
    margin-left: 5px;
    font-size: 1.4rem;
}

h2{
    color:rgb(52, 67, 26)
}

body{
    background-image: linear-gradient(to bottom right, rgb(86, 123, 186), rgb(171, 167, 167));
}
.info_box{
    padding: 2rem;
}


* {
    box-sizing: border-box;
}

h2 {
    font-size: xx-large;
}
.info_p{
    font-size: Large;
    margin: auto;
    list-style-type: none;
}
.text_style1{
    color: darkblue;
}

.column {
    float: left;
    width: 50%;
    padding: 50px;
    
    text-align: center;
    vertical-align: middle;
}
.row {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 800px) {
    .column {
        width: 100%;
    }
    
}

#goal_tx{
    
    margin-top: 50px;
    margin-left: 30px;
}
#about_tx{
    margin-right: 20px;
}
.about_img{
    max-width: 100%;
    height: auto;
    margin-top: 40px;
}
.auto-style15 {
    font-size: large;
    
    color: rgb(62, 27, 27);
	text-decoration: none;
    margin-left: 5px;
    width: 100%;
    margin-right: 10px;
}
#contact_tx{
    margin: auto;
}
#gas_link {
    margin: auto;
    text-align: center;
}

.auto-style77{
    color:navy;
    text-shadow: 10px;
    text-decoration: underline;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
  }


.ind_list{
    list-style-type: none;
}
.img_sec{
    text-align: center;
    
}
.test_img{
    margin-top: 70px;
}
.cred{
    font-size: medium;
}

img{
    max-width: 100%;
}
#contact_tx{
    font-size: medium;
}
.co_tb{
    font-size: 20px;
    width: 100%;
    margin-left: 10px;
}
.contact_table_row{
    font-size: medium;
}